@@ -112,40 +112,82 @@ import Layout from '../layouts/Layout.astro';
112112 </div >
113113 </section >
114114
115- <!-- Legal Links Section -->
115+ <!-- Legal Information Section -->
116116 <section class =" py-16 bg-white" >
117117 <div class =" container mx-auto px-4" >
118118 <div class =" max-w-3xl mx-auto" >
119119 <div class =" text-center mb-10" >
120120 <h2 class =" text-2xl font-bold text-gray-900 mb-4" >Legal Information</h2 >
121- <p class =" text-gray-600" >Important documents about our company and services</p >
121+ <p class =" text-gray-600" >Important information about our company and services</p >
122122 </div >
123123
124+ <!-- Company Information -->
125+ <div class =" bg-white rounded-2xl p-8 shadow-sm border border-gray-100 mb-8" >
126+ <div class =" flex items-center gap-3 mb-6" >
127+ <div class =" w-10 h-10 bg-primary-50 rounded-lg flex items-center justify-center text-primary-500" >
128+ <i class =" fa fa-building" ></i >
129+ </div >
130+ <h3 class =" text-xl font-bold text-gray-900" >Company Information</h3 >
131+ </div >
132+
133+ <div class =" grid grid-cols-1 sm:grid-cols-2 gap-x-8 gap-y-4 text-gray-700" >
134+ <div >
135+ <p class =" text-sm text-gray-500 mb-1" >Company Name</p >
136+ <p class =" font-medium" >Junnovate Limited</p >
137+ </div >
138+ <div >
139+ <p class =" text-sm text-gray-500 mb-1" >Trading Name</p >
140+ <p class =" font-medium" >Kodular</p >
141+ </div >
142+ <div >
143+ <p class =" text-sm text-gray-500 mb-1" >Company Type</p >
144+ <p class =" font-medium" >Private Company Limited by Shares</p >
145+ </div >
146+ <div >
147+ <p class =" text-sm text-gray-500 mb-1" >Company Number</p >
148+ <p class =" font-medium" >784589</p >
149+ </div >
150+ <div >
151+ <p class =" text-sm text-gray-500 mb-1" >Country of Incorporation</p >
152+ <p class =" font-medium" >Ireland (Dublin)</p >
153+ </div >
154+ <div >
155+ <p class =" text-sm text-gray-500 mb-1" >VAT Number</p >
156+ <p class =" font-medium" >IE 4416003MH</p >
157+ </div >
158+ <div class =" sm:col-span-2" >
159+ <p class =" text-sm text-gray-500 mb-1" >Registered Address</p >
160+ <p class =" font-medium" >24A Baggot Street Upper, Dublin, D04 N528, Ireland</p >
161+ </div >
162+ </div >
163+ </div >
164+
165+ <!-- Policy Links -->
124166 <div class =" grid grid-cols-1 md:grid-cols-3 gap-4" >
125- <a href =" https://legal.junnovate.com/info /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
167+ <a href =" https://policies.kodular.io/terms /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
126168 <div class =" flex items-center gap-3" >
127169 <div class =" text-primary-500 group-hover:text-primary-600 transition-colors" >
128170 <i class =" fa fa-file-text w-5 h-5" ></i >
129171 </div >
130- <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Company Information </span >
172+ <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Terms of Service </span >
131173 </div >
132174 </a >
133175
134- <a href =" https://legal.junnovate.com/kodular/disclaimer /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
176+ <a href =" https://policies.kodular.io/privacy /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
135177 <div class =" flex items-center gap-3" >
136178 <div class =" text-primary-500 group-hover:text-primary-600 transition-colors" >
137- <i class =" fa fa-info-circle w-5 h-5" ></i >
179+ <i class =" fa fa-lock w-5 h-5" ></i >
138180 </div >
139- <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Disclaimer </span >
181+ <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Privacy Policy </span >
140182 </div >
141183 </a >
142184
143- <a href =" https://legal.junnovate.com/kodular/tac /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
185+ <a href =" https://policies.kodular.io/disclaimer /" target =" _blank" class =" flex items-center justify-center p-4 bg-white border border-gray-200 rounded-xl hover:bg-primary-50 hover:border-primary-100 hover:shadow-sm transition-all duration-300 group" >
144186 <div class =" flex items-center gap-3" >
145187 <div class =" text-primary-500 group-hover:text-primary-600 transition-colors" >
146- <i class =" fa fa-lock w-5 h-5" ></i >
188+ <i class =" fa fa-info-circle w-5 h-5" ></i >
147189 </div >
148- <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Terms and Conditions </span >
190+ <span class =" font-medium text-gray-800 group-hover:text-gray-900 transition-colors" >Disclaimer </span >
149191 </div >
150192 </a >
151193 </div >
0 commit comments