From fe7d87796b3dea5819a5d172d9b6eca557c17127 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:47:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9393bb1..496d72c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "📞 Call Now", href: "tel:+998999220505"}} + text: "📞 Call Now", href: "tel:+998999220505" + }} animateOnLoad={true} /> @@ -45,9 +46,11 @@ export default function LandingPage() { description="Namangandagi eng mazali milliy va Yevropa taomlari" buttons={[ { - text: "📞 Call Now", href: "tel:+998999220505"}, + text: "📞 Call Now", href: "tel:+998999220505" + }, { - text: "📅 Reserve Table", href: "#contact"}, + text: "📅 Reserve Table", href: "#contact" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/waitress-serving-coffee-buffet-restaurant_1262-2062.jpg" imageAlt="O'rikzor restaurant interior" @@ -62,16 +65,20 @@ export default function LandingPage() { metrics={[ { icon: Leaf, - label: "Fresh Ingredients", value: "Daily"}, + label: "Fresh Ingredients", value: "Daily" + }, { icon: Clock, - label: "Open Until", value: "02:00"}, + label: "Open Until", value: "02:00" + }, { icon: Users, - label: "Family Friendly", value: "5.0★"}, + label: "Family Friendly", value: "5.0★" + }, { icon: Globe, - label: "Authentic Recipes", value: "100%"}, + label: "Authentic Recipes", value: "100%" + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -87,16 +94,20 @@ export default function LandingPage() { features={[ { title: "Bostirma", description: "Traditional Uzbek specialty with perfectly spiced, tender meat", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-ribs-with-eggplant-caviar_140725-3757.jpg", imageAlt: "Bostirma - traditional Uzbek dish", buttonIcon: ArrowRight, - buttonHref: "tel:+998999220505"}, + buttonHref: "tel:+998999220505" + }, { title: "Bo'yin", description: "Succulent meat skewers grilled to perfection with traditional seasonings", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9164.jpg", imageAlt: "Bo'yin - grilled meat skewers", buttonIcon: ArrowRight, - buttonHref: "tel:+998999220505"}, + buttonHref: "tel:+998999220505" + }, { title: "Premium Steaks", description: "European-style grilled steaks with refined presentation and flavors", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-tomato-sauce-smoked-cheese_140725-7850.jpg", imageAlt: "European premium steak", buttonIcon: ArrowRight, - buttonHref: "tel:+998999220505"}, + buttonHref: "tel:+998999220505" + }, { title: "Fresh Salads", description: "Vibrant European salads with seasonal vegetables and house dressings", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-tasty-salad_23-2147609634.jpg", imageAlt: "Fresh European salad", buttonIcon: ArrowRight, - buttonHref: "tel:+998999220505"}, + buttonHref: "tel:+998999220505" + }, ]} textboxLayout="default" useInvertedBackground={true} @@ -109,13 +120,17 @@ export default function LandingPage() {