From 646fa0e99906e551a2e9d892aa6ca90aea744094 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 +++++++++++++---------------------------------- 1 file changed, 40 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9df1fd4..196c8b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() { @@ -115,21 +83,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Farm to Table", description: "Sourcing fresh produce daily from trusted local farms.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-food-wooden-background_23-2148234242.jpg"}, - { - title: "Curated Wine List", description: "A perfect pairing for every sophisticated palate.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/male-female-with-glasses-wine-room_23-2148024520.jpg"}, - { - title: "Intimate Ambiance", description: "Designed for conversations and unforgettable evenings.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-42863.jpg"}, - { - title: "Expert Chefs", description: "Masters of their craft bringing global flavors home.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg"}, + { title: "Combined Heritage", description: "A marriage of Shayandima and Vhulelu styles.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-food-wooden-background_23-2148234242.jpg" }, + { title: "Locally Sourced", description: "Supporting our nearby farms and artisans.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/male-female-with-glasses-wine-room_23-2148024520.jpg" }, + { title: "Unified Dining", description: "Two spaces, one exquisite experience.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-42863.jpg" }, + { title: "Expert Hospitality", description: "A dedicated service team focused on you.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg" }, ]} - title="Why Shayandima?" - description="Our commitment goes beyond serving food; we curate moments." + title="Why Shayandima & Vhulelu?" + description="More than just a meal, it's a neighborhood tradition." /> @@ -138,19 +98,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Elena Ross", date: "Oct 2024", title: "Memorable Dinner", quote: "The best dining experience in years.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-36379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg?_wi=2", imageAlt: "happy customer dining restaurant"}, - { - id: "2", name: "Mark Stevens", date: "Sep 2024", title: "Exceptional Service", quote: "Truly unique atmosphere and tastes.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148494084.jpg", imageAlt: "happy customer dining restaurant"}, - { - id: "3", name: "Sarah Miller", date: "Aug 2024", title: "Hidden Gem", quote: "The risotto was absolutely divine.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=2", imageAlt: "happy customer dining restaurant"}, - { - id: "4", name: "James Bond", date: "Jul 2024", title: "Perfect Evening", quote: "Sophistication at its finest level.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=2", imageAlt: "happy customer dining restaurant"}, - { - id: "5", name: "Anna Lee", date: "Jun 2024", title: "Will return!", quote: "Loved every single moment of it.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=2", imageAlt: "happy customer dining restaurant"}, + { id: "1", name: "Elena Ross", date: "Oct 2024", title: "Unforgettable Fusion", quote: "The blend of styles is simply brilliant.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-36379.jpg" }, + { id: "2", name: "Mark Stevens", date: "Sep 2024", title: "New Favorite Spot", quote: "I love the community feel here.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }, + { id: "3", name: "Sarah Miller", date: "Aug 2024", title: "Top Tier Service", quote: "Always greeted with a smile and excellence.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg" }, ]} - title="Guest Stories" - description="Heartfelt feedback from our valued dining guests." + title="Community Voices" + description="Sharing the experience of our guests." /> @@ -158,10 +111,10 @@ export default function LandingPage() { @@ -170,15 +123,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."}, - { - id: "2", title: "Is there a dress code?", content: "Smart casual attire is appreciated by our staff."}, - { - id: "3", title: "Are dietary options available?", content: "Absolutely, please inform us of any restrictions."}, + { id: "1", title: "Is it one restaurant?", content: "Yes, Shayandima & Vhulelu operate as a unified dining destination." }, + { id: "2", title: "Can I book for groups?", content: "We welcome large group bookings in our event-friendly space." }, + { id: "3", title: "Where can I park?", content: "Dedicated parking is available next to our main entrance." }, ]} title="Dining Queries" - description="Everything you need to know about dining at Shayandima." + description="Everything you need to know about our combined service." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/cozy-cafeteria-event-hall-with-white-furniture-imaeg_114579-2231.jpg" mediaAnimation="slide-up" @@ -188,11 +138,10 @@ export default function LandingPage() {
@@ -201,30 +150,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1