From b97a2b61027ba44fd14e6b3535f6457fe80cfce1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++++++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d87769..39ebb15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+79991234567"}} + text: "Call Now", href: "tel:+79991234567" + }} animateOnLoad={true} /> @@ -44,7 +45,7 @@ export default function LandingPage() {
@@ -113,22 +126,28 @@ export default function LandingPage() { products={[ { id: "khinkali-classic", brand: "Georgian Classic", name: "Khinkali (6 pcs)", price: "580 ₽", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-little-dumplings-with-meat-tomato-sauce-gray-surface-dough-meal-cake-pie-cuisine-dish-dinner-meat-cooking_179666-17927.jpg", imageAlt: "Six handmade khinkali dumplings"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-little-dumplings-with-meat-tomato-sauce-gray-surface-dough-meal-cake-pie-cuisine-dish-dinner-meat-cooking_179666-17927.jpg", imageAlt: "Six handmade khinkali dumplings" + }, { id: "khachapuri-adjarian", brand: "Georgian Specialty", name: "Adjarian Khachapuri", price: "420 ₽", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-egg-bread-baked-rustic-grey-space_140725-75592.jpg", imageAlt: "Boat-shaped cheese khachapuri with egg and butter"}, + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-egg-bread-baked-rustic-grey-space_140725-75592.jpg", imageAlt: "Boat-shaped cheese khachapuri with egg and butter" + }, { id: "kebab-pork", brand: "Georgian Grill", name: "Pork Kebab (250g)", price: "520 ₽", rating: 5, - reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables-top-view_2829-19983.jpg", imageAlt: "Tender grilled pork kebab with herbs"}, + reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables-top-view_2829-19983.jpg", imageAlt: "Tender grilled pork kebab with herbs" + }, { id: "pkhali-beets", brand: "Georgian Appetizer", name: "Pkhali (Beet & Walnut)", price: "280 ₽", rating: 5, - reviewCount: "167", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-potato-shoestrings-served-flatbread-crust_140725-5818.jpg", imageAlt: "Traditional beet and walnut pkhali appetizer"}, + reviewCount: "167", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-potato-shoestrings-served-flatbread-crust_140725-5818.jpg", imageAlt: "Traditional beet and walnut pkhali appetizer" + }, { id: "soup-kharcho", brand: "Georgian Comfort", name: "Kharcho Soup", price: "320 ₽", rating: 5, - reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-dark-green-surface-food-vegetables-ingredients-soup-product-meal_140725-72457.jpg", imageAlt: "Hearty Georgian kharcho soup with rice and walnuts"}, + reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-dark-green-surface-food-vegetables-ingredients-soup-product-meal_140725-72457.jpg", imageAlt: "Hearty Georgian kharcho soup with rice and walnuts" + }, { id: "salad-georgian", brand: "Georgian Fresh", name: "Georgian Salad", price: "360 ₽", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-seasonings-dark-background-lunch-health-diet-meal-food-color_140725-157402.jpg", imageAlt: "Fresh Georgian salad with tomatoes and cilantro"}, + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-seasonings-dark-background-lunch-health-diet-meal-food-color_140725-157402.jpg", imageAlt: "Fresh Georgian salad with tomatoes and cilantro" + }, ]} buttons={[{ text: "Order Now", href: "tel:+79991234567" }]} /> @@ -138,7 +157,8 @@ export default function LandingPage() { @@ -183,17 +206,23 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "Do I need to make a reservation?", content: "Reservations are recommended, especially for groups of 4 or more and during peak hours (Friday-Saturday evenings). Walk-ins are always welcome, but you may have a short wait. Call us at +7 (999) 123-45-67 to reserve your table."}, + id: "1", title: "Do I need to make a reservation?", content: "Reservations are recommended, especially for groups of 4 or more and during peak hours (Friday-Saturday evenings). Walk-ins are always welcome, but you may have a short wait. Call us at +7 (999) 123-45-67 to reserve your table." + }, { - id: "2", title: "What are your opening hours?", content: "We're open Tuesday-Sunday from 12:00 PM to 11:00 PM. Closed Mondays. Delivery orders accepted until 10:30 PM. Takeaway available during all operating hours."}, + id: "2", title: "What are your opening hours?", content: "We are open Tuesday-Sunday from 12:00 PM to 11:00 PM. Closed Mondays. Delivery orders accepted until 10:30 PM. Takeaway available during all operating hours." + }, { - id: "3", title: "Can I order online?", content: "Currently, we accept orders via phone (+7 (999) 123-45-67) and through popular delivery apps. Online ordering via our website is coming soon!"}, + id: "3", title: "Can I order online?", content: "Currently, we accept orders via phone (+7 (999) 123-45-67) and through popular delivery apps. Online ordering via our website is coming soon!" + }, { - id: "4", title: "Do you accommodate dietary restrictions?", content: "Yes! We can prepare vegetarian versions of many dishes. Please inform us of allergies or dietary requirements when ordering. Our staff is happy to recommend dishes suitable for your needs."}, + id: "4", title: "Do you accommodate dietary restrictions?", content: "Yes! We can prepare vegetarian versions of many dishes. Please inform us of allergies or dietary requirements when ordering. Our staff is happy to recommend dishes suitable for your needs." + }, { - id: "5", title: "What's the best way to eat khinkali?", content: "Khinkali are eaten with your hands! Hold it by the top knot, bite a small hole, and sip the hot broth inside. Then eat the dumpling. This is the traditional Georgian way!"}, + id: "5", title: "What is the best way to eat khinkali?", content: "Khinkali are eaten with your hands! Hold it by the top knot, bite a small hole, and sip the hot broth inside. Then eat the dumpling. This is the traditional Georgian way!" + }, { - id: "6", title: "How long does delivery take?", content: "Most deliveries take 30-45 minutes depending on your location in Moscow. We use insulated packaging to keep food hot and fresh. You'll receive a call with your delivery time estimate."}, + id: "6", title: "How long does delivery take?", content: "Most deliveries take 30-45 minutes depending on your location in Moscow. We use insulated packaging to keep food hot and fresh. You will receive a call with your delivery time estimate." + }, ]} showCard={true} /> @@ -204,7 +233,7 @@ export default function LandingPage() { tag="Get in Touch" tagIcon={Phone} title="Ready for Authentic Georgian Food?" - description="Whether you want to reserve a table, place an order, or just have questions, we're here to help. Call us or visit us today." + description="Whether you want to reserve a table, place an order, or just have questions, we are here to help. Call us or visit us today." buttons={[ { text: "Call Now", href: "tel:+79991234567" }, { text: "Reserve a Table", href: "#" }, @@ -240,7 +269,7 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2025 Khinkal'nyy Dom \"Bidzho\" | Moscow, Russia" + copyrightText="© 2025 Khinkal'nyy Dom Bidzho | Moscow, Russia" /> -- 2.49.1