diff --git a/src/app/page.tsx b/src/app/page.tsx
index ce2ae5b..7050dbc 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 } from "lucide-react";
+import { Heart, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,21 +34,13 @@ export default function LandingPage() {
@@ -57,45 +49,28 @@ export default function LandingPage() {
@@ -105,14 +80,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TripAdvisor",
- "Google Maps",
- "Yandex Maps",
- "Zomato",
- "Instagram",
- "Facebook",
- "Local Food Guide",
- ]}
+ "TripAdvisor", "Google Maps", "Yandex Maps", "Zomato", "Instagram", "Facebook", "Local Food Guide"]}
title="Рейтинг гостей 4.8"
description="Более 10 000 довольных посетителей выбирают нас"
/>
@@ -126,47 +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 сум", 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 сум", 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 сум", 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 сум", 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 сум", 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 сум", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-black-tea-armudu-glass_140725-3327.jpg", imageAlt: "adana kebab juicy grilled meat"},
]}
title="Хиты нашего меню"
description="Попробуйте аутентичные блюда, которые невозможно забыть."
@@ -193,23 +131,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Свежие продукты",
- description: "Закупаем мясо и овощи только у проверенных фермеров каждое утро.",
- imageSrc: "http://img.b2bpic.net/free-photo/cooking-chef-with-fresh-fried-meat_140725-2368.jpg",
- imageAlt: "Cooking chef with fresh fried meat",
- },
+ title: "Свежие продукты", description: "Закупаем мясо и овощи только у проверенных фермеров каждое утро.", imageSrc: "http://img.b2bpic.net/free-photo/cooking-chef-with-fresh-fried-meat_140725-2368.jpg", imageAlt: "Cooking chef with fresh fried meat"},
{
- title: "Контроль шефа",
- description: "Каждое блюдо дегустируется шефом перед подачей гостю.",
- imageSrc: "http://img.b2bpic.net/free-photo/waiter-carrying-tray-with-meat-fire_23-2148131953.jpg",
- imageAlt: "Waiter carrying tray with meat on fire",
- },
+ title: "Контроль шефа", description: "Каждое блюдо дегустируется шефом перед подачей гостю.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-carrying-tray-with-meat-fire_23-2148131953.jpg", imageAlt: "Waiter carrying tray with meat on fire"},
{
- title: "Высокий сервис",
- description: "Мы постоянно обучаем персонал, чтобы ваш отдых был идеальным.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg",
- imageAlt: "Medium shot man cooking",
- },
+ title: "Высокий сервис", description: "Мы постоянно обучаем персонал, чтобы ваш отдых был идеальным.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg", imageAlt: "Medium shot man cooking"},
]}
title="Контроль качества"
description="Ваш комфорт и безопасность — наш главный приоритет. Мы следим за каждым этапом."
@@ -223,29 +149,13 @@ export default function LandingPage() {
tag="Фотогалерея"
members={[
{
- id: "m1",
- name: "Интерьер",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-biscuit-roll-filled-with-walnuts-served-with-tea-table_140725-12940.jpg",
- imageAlt: "luxurious turkish restaurant design",
- },
+ id: "m1", name: "Интерьер", imageSrc: "http://img.b2bpic.net/free-photo/side-view-biscuit-roll-filled-with-walnuts-served-with-tea-table_140725-12940.jpg", imageAlt: "luxurious turkish restaurant design"},
{
- id: "m2",
- name: "Завтраки",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-tomatoes-eggs-tasty-along-with-olives-bread-tea-grey-floor_140725-14433.jpg",
- imageAlt: "luxurious turkish restaurant design",
- },
+ id: "m2", name: "Завтраки", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-tomatoes-eggs-tasty-along-with-olives-bread-tea-grey-floor_140725-14433.jpg", imageAlt: "luxurious turkish restaurant design"},
{
- id: "m3",
- name: "Мясо",
- imageSrc: "http://img.b2bpic.net/free-photo/cups-tray-near-saucer-with-sweet-prunes-mat_23-2148111683.jpg",
- imageAlt: "luxurious turkish restaurant design",
- },
+ id: "m3", name: "Мясо", imageSrc: "http://img.b2bpic.net/free-photo/cups-tray-near-saucer-with-sweet-prunes-mat_23-2148111683.jpg", imageAlt: "luxurious turkish restaurant design"},
{
- id: "m4",
- name: "Гости",
- imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glass-table_23-2148088446.jpg",
- imageAlt: "luxurious turkish restaurant design",
- },
+ id: "m4", name: "Гости", imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glass-table_23-2148088446.jpg", imageAlt: "luxurious turkish restaurant design"},
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -258,60 +168,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Азиз",
- date: "12.01.2025",
- title: "Отлично",
- quote: "Адана кебаб просто великолепный, как в Стамбуле.",
- tag: "Постоянный гость",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16150.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-cutting-ripe-pepper-into-slices-table-husband-kitchen-preparing-salad-black-background_639032-415.jpg?_wi=2",
- imageAlt: "professional head chef cooking food",
- },
+ id: "t1", name: "Азиз", date: "12.01.2025", title: "Отлично", quote: "Адана кебаб просто великолепный, как в Стамбуле.", tag: "Постоянный гость", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-cutting-ripe-pepper-into-slices-table-husband-kitchen-preparing-salad-black-background_639032-415.jpg?_wi=2", imageAlt: "professional head chef cooking food"},
{
- id: "t2",
- name: "Елена",
- date: "10.01.2025",
- title: "Уютно",
- quote: "Завтрак — настоящий праздник для души и тела.",
- tag: "Новый гость",
- avatarSrc: "http://img.b2bpic.net/free-photo/black-culinary-expert-tasting-pan-simmering-sauce-from-stovetop_482257-129871.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-13655.jpg?_wi=2",
- imageAlt: "professional head chef cooking food",
- },
+ id: "t2", name: "Елена", date: "10.01.2025", title: "Уютно", quote: "Завтрак — настоящий праздник для души и тела.", tag: "Новый гость", avatarSrc: "http://img.b2bpic.net/free-photo/black-culinary-expert-tasting-pan-simmering-sauce-from-stovetop_482257-129871.jpg", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-13655.jpg?_wi=2", imageAlt: "professional head chef cooking food"},
{
- id: "t3",
- name: "Марат",
- date: "05.01.2025",
- title: "Вкусно",
- quote: "Персонал очень отзывчивый, чувствовали себя как дома.",
- tag: "Постоянный гость",
- avatarSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg?_wi=2",
- imageAlt: "professional head chef cooking food",
- },
+ id: "t3", name: "Марат", date: "05.01.2025", title: "Вкусно", quote: "Персонал очень отзывчивый, чувствовали себя как дома.", tag: "Постоянный гость", avatarSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg?_wi=2", imageAlt: "professional head chef cooking food"},
{
- id: "t4",
- name: "Диана",
- date: "02.01.2025",
- title: "Супер",
- quote: "Спасибо за чай и внимание, очень приятно.",
- tag: "Семья",
- avatarSrc: "http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10353.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/chair-modern-table-interior-indoor_1122-2074.jpg?_wi=2",
- imageAlt: "professional head chef cooking food",
- },
+ id: "t4", name: "Диана", date: "02.01.2025", title: "Супер", quote: "Спасибо за чай и внимание, очень приятно.", tag: "Семья", avatarSrc: "http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10353.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chair-modern-table-interior-indoor_1122-2074.jpg?_wi=2", imageAlt: "professional head chef cooking food"},
{
- id: "t5",
- name: "Амир",
- date: "28.12.2024",
- title: "Топ",
- quote: "Лучшее мясо в Ташкенте, рекомендую всем!",
- tag: "Друзья",
- avatarSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-337.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=2",
- imageAlt: "professional head chef cooking food",
- },
+ id: "t5", name: "Амир", date: "28.12.2024", title: "Топ", quote: "Лучшее мясо в Ташкенте, рекомендую всем!", tag: "Друзья", avatarSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=2", imageAlt: "professional head chef cooking food"},
]}
title="Отзывы наших гостей"
description="Мы ценим каждое мнение и постоянно совершенствуемся ради вас."
@@ -322,18 +187,13 @@ export default function LandingPage() {
@@ -344,20 +204,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Где мы находимся?",
- content: "Мы находимся в самом центре города, ждем вас каждый день с 09:00 до 23:00.",
- },
+ id: "f1", title: "Где мы находимся?", content: "Мы находимся в самом центре города, ждем вас каждый день с 09:00 до 23:00."},
{
- id: "f2",
- title: "Есть ли доставка?",
- content: "Да, мы доставляем наши блюда через популярные агрегаторы доставки.",
- },
+ id: "f2", title: "Есть ли доставка?", content: "Да, мы доставляем наши блюда через популярные агрегаторы доставки."},
{
- id: "f3",
- title: "Можно ли проводить банкеты?",
- content: "Конечно! У нас есть уютные залы для ваших семейных и деловых праздников.",
- },
+ id: "f3", title: "Можно ли проводить банкеты?", content: "Конечно! У нас есть уютные залы для ваших семейных и деловых праздников."},
]}
title="Полезная информация"
description="Ответы на вопросы, которые помогут вам лучше узнать нас."
@@ -369,37 +220,23 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file