diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74337d6..0f5fb90 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,45 +45,28 @@ export default function LandingPage() {
@@ -99,10 +74,10 @@ export default function LandingPage() {
@@ -165,57 +116,27 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah K.",
- handle: "@sarah",
- testimonial: "Excellent service and high quality lenses. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses-grabbed-glasses-isolated-pink_141793-87227.jpg",
- },
+ id: "1", name: "Сара К.", handle: "@sarah", testimonial: "Отличный сервис и высокое качество линз. Рекомендую!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses-grabbed-glasses-isolated-pink_141793-87227.jpg"},
{
- id: "2",
- name: "Michael D.",
- handle: "@michael",
- testimonial: "Great selection of frames, very professional team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
- },
+ id: "2", name: "Майкл Д.", handle: "@michael", testimonial: "Отличный выбор оправ, очень профессиональная команда.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
{
- id: "3",
- name: "Elena V.",
- handle: "@elena",
- testimonial: "Best optical store in Tashkent. Very satisfied.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-handsome-european-man-smiles-positively-being-good-mood-focused-somewhere-wears-spectacles-turtleneck-poses-against-beige-background-with-copy-space-your-promotion_273609-60463.jpg",
- },
+ id: "3", name: "Елена В.", handle: "@elena", testimonial: "Лучший салон оптики в Ташкенте. Очень довольна.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-handsome-european-man-smiles-positively-being-good-mood-focused-somewhere-wears-spectacles-turtleneck-poses-against-beige-background-with-copy-space-your-promotion_273609-60463.jpg"},
{
- id: "4",
- name: "David U.",
- handle: "@david",
- testimonial: "The consultation helped me pick the right glasses for my work.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-blonde-man-looking-front-isolated-pink-wall_141793-66230.jpg",
- },
+ id: "4", name: "Давид У.", handle: "@david", testimonial: "Консультация помогла мне выбрать правильные очки для работы.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-blonde-man-looking-front-isolated-pink-wall_141793-66230.jpg"},
{
- id: "5",
- name: "Anna P.",
- handle: "@anna",
- testimonial: "Friendly atmosphere and very fast delivery of my glasses.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-business-idea_23-2148898691.jpg",
- },
+ id: "5", name: "Анна П.", handle: "@anna", testimonial: "Дружелюбная атмосфера и очень быстрая доставка очков.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-business-idea_23-2148898691.jpg"},
{
- id: "6",
- name: "Farrukh T.",
- handle: "@farrukh",
- testimonial: "Great value for money and professional eye test.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-indoor-shot-trendy-modern-woman-casual-outfit-standing-near-mirror-optician-store_176420-3476.jpg",
- },
+ id: "6", name: "Фаррух Т.", handle: "@farrukh", testimonial: "Отличное соотношение цены и качества, профессиональная проверка зрения.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/horizontal-indoor-shot-trendy-modern-woman-casual-outfit-standing-near-mirror-optician-store_176420-3476.jpg"},
]}
showRating={true}
- title="Customer Reviews"
- description="Read what our happy customers say about our professional service and high-quality eyewear in Tashkent."
+ title="Отзывы клиентов"
+ description="Почитайте, что наши довольные клиенты говорят о нашем профессиональном обслуживании и высококачественной оптике в Ташкенте."
/>
@@ -223,11 +144,10 @@ export default function LandingPage() {
@@ -235,43 +155,30 @@ export default function LandingPage() {