From ebf07a1b54af64976bda577b8aaf56d2632522d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:43:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 68 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b03b4cd..5543206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Since 2015" tagIcon={Utensils} buttons={[ - { text: "Call Now", href: "tel:+359888970777" }, + { text: "Reserve Table Today", href: "tel:+359888970777" }, { text: "View Menu", href: "#featured-dishes" }, ]} imageSrc="http://img.b2bpic.net/free-photo/salad-with-walnuts-tomatoes-oranges-shrimps_140725-2836.jpg" @@ -63,13 +63,17 @@ export default function LandingPage() { tag="Trusted Restaurant" metrics={[ { - id: "1", value: "4.3★", description: "From 1700+ verified reviews on local platforms"}, + id: "1", value: "4.3★", description: "From 1700+ verified reviews on local platforms" + }, { - id: "2", value: "BGN 10-20", description: "Affordable dining for families and groups"}, + id: "2", value: "BGN 10-20", description: "Affordable dining for families and groups" + }, { - id: "3", value: "24h Daily", description: "Open every day, closing at midnight"}, + id: "3", value: "24h Daily", description: "Open every day, closing at midnight" + }, { - id: "4", value: "3 Services", description: "Dine-in • Takeaway • Delivery available"}, + id: "4", value: "3 Services", description: "Dine-in • Takeaway • Delivery available" + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -84,13 +88,17 @@ export default function LandingPage() { tagIcon={Heart} products={[ { - id: "1", name: "Fresh Garden Salad", price: "BGN 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1871.jpg", imageAlt: "Fresh garden salad with seasonal vegetables"}, + id: "1", name: "Fresh Garden Salad", price: "BGN 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1871.jpg", imageAlt: "Fresh garden salad with seasonal vegetables" + }, { - id: "2", name: "Grilled BBQ Specialties", price: "BGN 18", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=1", imageAlt: "Grilled BBQ meat with charred perfection"}, + id: "2", name: "Grilled BBQ Specialties", price: "BGN 18", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=1", imageAlt: "Grilled BBQ meat with charred perfection" + }, { - id: "3", name: "Doner Kebab", price: "BGN 15", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=2", imageAlt: "Tender doner kebab in warm pita"}, + id: "3", name: "Doner Kebab", price: "BGN 15", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=2", imageAlt: "Tender doner kebab in warm pita" + }, { - id: "4", name: "Sweet Desserts", price: "BGN 8", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165474.jpg", imageAlt: "Delicious homemade dessert"}, + id: "4", name: "Sweet Desserts", price: "BGN 8", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165474.jpg", imageAlt: "Delicious homemade dessert" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -120,16 +128,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Petrova", role: "Regular Customer", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Maria Petrova"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Maria Petrova" + }, { id: "2", name: "Ivan Dimitrov", role: "Family Guest", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Ivan Dimitrov"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Ivan Dimitrov" + }, { id: "3", name: "Elena Todorova", role: "Business Meeting", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Elena Todorova"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Elena Todorova" + }, { id: "4", name: "Georgi Stoyanov", role: "Weekend Visitor", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Georgi Stoyanov"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Georgi Stoyanov" + }, ]} kpiItems={[ { value: "1700+", label: "Verified Reviews" }, @@ -150,13 +162,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Dining", title: "Comfortable Seating", subtitle: "Welcoming atmosphere for all", description: "Whether you're dining solo, with family, or in a group, our comfortable seating and friendly staff ensure you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Comfortable restaurant seating"}, + tag: "Dining", title: "Comfortable Seating", subtitle: "Welcoming atmosphere for all", description: "Whether you're dining solo, with family, or in a group, our comfortable seating and friendly staff ensure you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Comfortable restaurant seating" + }, { id: 2, - tag: "Food Quality", title: "Fresh Ingredients", subtitle: "Quality you can taste", description: "We use only the freshest local ingredients to craft our menu. Every dish is prepared with care and passion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-salad-with-avocado_176474-3484.jpg", imageAlt: "Fresh plated dish"}, + tag: "Food Quality", title: "Fresh Ingredients", subtitle: "Quality you can taste", description: "We use only the freshest local ingredients to craft our menu. Every dish is prepared with care and passion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-salad-with-avocado_176474-3484.jpg", imageAlt: "Fresh plated dish" + }, { id: 3, - tag: "Service", title: "Fast & Friendly", subtitle: "Service with a smile", description: "Quick service without compromising quality. Our staff is trained to make your visit memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Restaurant interior setup"}, + tag: "Service", title: "Fast & Friendly", subtitle: "Service with a smile", description: "Quick service without compromising quality. Our staff is trained to make your visit memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Restaurant interior setup" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -168,21 +183,28 @@ export default function LandingPage() { ctaTitle="Ready to Visit or Order?" ctaDescription="Call us now to make a reservation, place a takeaway order, or arrange delivery. We're open daily until midnight." ctaButton={{ - text: "Call: 088 897 0777", href: "tel:+359888970777"}} + text: "Call: 088 897 0777", href: "tel:+359888970777" + }} ctaIcon={Phone} faqs={[ { - id: "1", title: "What are your opening hours?", content: "We're open daily from morning until midnight. We welcome dine-in guests, takeaway orders, and delivery requests throughout the day."}, + id: "1", title: "What are your opening hours?", content: "We're open daily from morning until midnight. We welcome dine-in guests, takeaway orders, and delivery requests throughout the day." + }, { - id: "2", title: "Do you accept reservations?", content: "Yes! We accept reservations by phone at 088 897 0777. We recommend reserving for groups of 6 or more, especially on weekends."}, + id: "2", title: "Do you accept reservations?", content: "Yes! We accept reservations by phone at 088 897 0777. We recommend reserving for groups of 6 or more, especially on weekends." + }, { - id: "3", title: "What services do you offer?", content: "We offer three convenient options: dine-in at our comfortable restaurant, takeaway for quick meals, or delivery to your home."}, + id: "3", title: "What services do you offer?", content: "We offer three convenient options: dine-in at our comfortable restaurant, takeaway for quick meals, or delivery to your home." + }, { - id: "4", title: "What is your average price range?", content: "Our meals range from BGN 10–20 per person, making quality dining affordable for everyone in Haskovo."}, + id: "4", title: "What is your average price range?", content: "Our meals range from BGN 10–20 per person, making quality dining affordable for everyone in Haskovo." + }, { - id: "5", title: "Can I see the full menu online?", content: "Call us at 088 897 0777 to request our menu. We serve fresh daily specials in addition to our regular menu items."}, + id: "5", title: "Can I see the full menu online?", content: "Call us at 088 897 0777 to request our menu. We serve fresh daily specials in addition to our regular menu items." + }, { - id: "6", title: "Do you have dietary accommodations?", content: "We prepare salads, grilled dishes, and vegetarian options. Call us to discuss any dietary requirements or preferences."}, + id: "6", title: "Do you have dietary accommodations?", content: "We prepare salads, grilled dishes, and vegetarian options. Call us to discuss any dietary requirements or preferences." + }, ]} useInvertedBackground={true} animationType="slide-up"