|
162 | 162 |
|
163 | 163 | <section class="why-choose-us py-5 animate-on-scroll"> |
164 | 164 | <div class="container"> |
165 | | - <h1 class="sec-heading text-start mb-5">Why Choose Us</h1> |
| 165 | + <h1 class="sec-heading text-start mb-5">{{ __('store.home.why_choose_us') }}</h1> |
166 | 166 | <div class="row"> |
167 | 167 | <!-- Feature Box 1 --> |
168 | 168 | <div class="col-md-3"> |
169 | 169 | <div class="feature-box text-start"> |
170 | 170 | <div class="feature-icon"> |
171 | 171 | <img src="https://i.ibb.co/WNQXhLnP/choose-icon1.png" alt=""> |
172 | 172 | </div> |
173 | | - <h3>Fast & Secure Delivery</h3> |
174 | | - <p>We deliver your orders quickly and safely, right to your doorstep.</p> |
| 173 | + <h3>{{ __('store.home.fast_delivery_title') }}</h3> |
| 174 | + <p>{{ __('store.home.fast_delivery_text') }}</p> |
175 | 175 | </div> |
176 | 176 | </div> |
177 | 177 | <!-- Feature Box 2 --> |
|
180 | 180 | <div class="feature-icon"> |
181 | 181 | <img src="https://i.ibb.co/FkmgGPrr/choose-icon2.png" alt=""> |
182 | 182 | </div> |
183 | | - <h3>Customer Support</h3> |
184 | | - <p>Our support team is always here to assist you anytime, anywhere.</p> |
| 183 | + <h3>{{ __('store.home.customer_support_title') }}</h3> |
| 184 | + <p>{{ __('store.home.customer_support_text') }}</p> |
185 | 185 | </div> |
186 | 186 | </div> |
187 | 187 | <!-- Feature Box 3 --> |
|
190 | 190 | <div class="feature-icon"> |
191 | 191 | <img src="https://i.ibb.co/CffNqX9/choose-icon3.png" alt=""> |
192 | 192 | </div> |
193 | | - <h3>Trusted Worldwide</h3> |
194 | | - <p>Thousands of satisfied customers excellent reviews & high ratings.</p> |
| 193 | + <h3>{{ __('store.home.trusted_worldwide_title') }}</h3> |
| 194 | + <p>{{ __('store.home.trusted_worldwide_text') }}</p> |
195 | 195 | </div> |
196 | 196 | </div> |
197 | 197 | <!-- Feature Box 4 --> |
|
200 | 200 | <div class="feature-icon"> |
201 | 201 | <img src="https://i.ibb.co/XPvjQGG/choose-icon4.png" alt=""> |
202 | 202 | </div> |
203 | | - <h3>10 Years Services</h3> |
204 | | - <p>Over 10 years of trusted experience delivering quality and customer satisfaction.</p> |
| 203 | + <h3>{{ __('store.home.ten_years_services_title') }}</h3> |
| 204 | + <p>{{ __('store.home.ten_years_services_text') }}</p> |
205 | 205 | </div> |
206 | 206 | </div> |
207 | 207 | </div> |
|
0 commit comments