diff --git a/src/app/page.tsx b/src/app/page.tsx index 7050dbc..17edf02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Heart, Phone } from "lucide-react"; +import { Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { description="Вкус, приготовленный турецкой семьёй с душой" buttons={[ { - text: "Забронировать сейчас (Позвонить)", href: "tel:+998901234567"}, + text: "Забронировать стол", href: "#booking"}, { text: "Смотреть меню", href: "#menu"}, ]} @@ -94,17 +94,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Адана Кебаб", price: "от 75 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14142.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p1", name: "Адана Кебаб", price: "75 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14142.jpg", imageAlt: "adana kebab juicy grilled meat"}, { - id: "p2", name: "Турецкий Пиде", price: "от 55 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-turkish-dessert-kunefe-with-pistachio-powder-wooden-table_140725-10418.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p2", name: "Турецкий Пиде", price: "55 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-turkish-dessert-kunefe-with-pistachio-powder-wooden-table_140725-10418.jpg", imageAlt: "adana kebab juicy grilled meat"}, { - id: "p3", name: "Завтрак Серпме", price: "от 120 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/chicken-grill-with-vegetables-table_140725-9460.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p3", name: "Завтрак Серпме", price: "120 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/chicken-grill-with-vegetables-table_140725-9460.jpg", imageAlt: "adana kebab juicy grilled meat"}, { - id: "p4", name: "Кюнефе с фисташками", price: "от 60 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mix-kebabs-grilled-meat-cutlets-chicken-skewers-sucuk-sausage-hot-green-pepper-grilled-tomato-greens-sweet-corn-french-fries-bread_141793-5020.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p4", name: "Кюнефе с фисташками", price: "60 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mix-kebabs-grilled-meat-cutlets-chicken-skewers-sucuk-sausage-hot-green-pepper-grilled-tomato-greens-sweet-corn-french-fries-bread_141793-5020.jpg", imageAlt: "adana kebab juicy grilled meat"}, { - id: "p5", name: "Лахмаджун", price: "от 40 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-meals-pot-with-cup-tea-turkish-bagel-tomatoes-greens-white-surface_176474-6443.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p5", name: "Лахмаджун", price: "40 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-meals-pot-with-cup-tea-turkish-bagel-tomatoes-greens-white-surface_176474-6443.jpg", imageAlt: "adana kebab juicy grilled meat"}, { - id: "p6", name: "Баклава ассорти", price: "от 85 000 сум", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-black-tea-armudu-glass_140725-3327.jpg", imageAlt: "adana kebab juicy grilled meat"}, + id: "p6", name: "Баклава ассорти", price: "85 000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-black-tea-armudu-glass_140725-3327.jpg", imageAlt: "adana kebab juicy grilled meat"}, ]} title="Хиты нашего меню" description="Попробуйте аутентичные блюда, которые невозможно забыть." @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}