diff --git a/src/app/page.tsx b/src/app/page.tsx index 738a0c4..da52e3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,69 +30,45 @@ export default function LandingPage() {
@@ -104,17 +80,11 @@ export default function LandingPage() { description="Our chefs combine age-old techniques with innovative 3D-inspired plating, creating an unforgettable experience for every palate." metrics={[ { - value: "25+", - title: "Years Culinary Mastery", - }, + value: "25+", title: "Years Culinary Mastery"}, { - value: "12", - title: "World-class Chefs", - }, + value: "12", title: "World-class Chefs"}, { - value: "10k+", - title: "Satisfied Diners", - }, + value: "10k+", title: "Satisfied Diners"}, ]} imageSrc="http://img.b2bpic.net/free-photo/multiethnic-male-cooks-standing-restaurant-professional-kitchen-with-arms-crossed-while-preparing-ingredients-dish-culinary-experts-wearing-chef-hats-while-standing-near-cooking-station_482257-43346.jpg" imageAlt="Chef preparing dish" @@ -131,24 +101,16 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Seasonal Menu", - description: "Only the freshest local ingredients.", - }, + title: "Seasonal Menu", description: "Only the freshest local ingredients."}, { icon: Wine, - title: "Curated Wine List", - description: "Hand-picked pairings for your meal.", - }, + title: "Curated Wine List", description: "Hand-picked pairings for your meal."}, { icon: Award, - title: "Chef’s Table", - description: "Exclusive dining experience with our team.", - }, + title: "Chef’s Table", description: "Exclusive dining experience with our team."}, { icon: Clock, - title: "Private Booking", - description: "Reserve for special events and occasions.", - }, + title: "Private Booking", description: "Reserve for special events and occasions."}, ]} title="Our Signature Offerings" description="Delight your senses with our expertly curated culinary selection." @@ -161,45 +123,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Amazing Experience", - quote: "The food and ambiance were simply out of this world.", - name: "Sarah Miller", - role: "Food Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg", - }, + id: "1", title: "Amazing Experience", quote: "The food and ambiance were simply out of this world.", name: "Sarah Miller", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg"}, { - id: "2", - title: "Top-tier Service", - quote: "Attentive, professional, and absolutely delicious.", - name: "James Chen", - role: "Corporate Client", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salad-home_1301-7059.jpg", - }, + id: "2", title: "Top-tier Service", quote: "Attentive, professional, and absolutely delicious.", name: "James Chen", role: "Corporate Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salad-home_1301-7059.jpg"}, { - id: "3", - title: "Culinary Excellence", - quote: "I've never tasted flavors quite like these before.", - name: "Emily Davis", - role: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg", - }, + id: "3", title: "Culinary Excellence", quote: "I've never tasted flavors quite like these before.", name: "Emily Davis", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg"}, { - id: "4", - title: "Perfect Atmosphere", - quote: "Ideal for special occasions and fine dining.", - name: "Robert Brown", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg", - }, + id: "4", title: "Perfect Atmosphere", quote: "Ideal for special occasions and fine dining.", name: "Robert Brown", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg"}, { - id: "5", - title: "Unmatched Quality", - quote: "Simply the best dining experience in the city.", - name: "Linda White", - role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg", - }, + id: "5", title: "Unmatched Quality", quote: "Simply the best dining experience in the city.", name: "Linda White", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg"}, ]} title="Voices of Excellence" description="Hear what our wonderful guests have to say about their visit." @@ -210,8 +142,7 @@ export default function LandingPage() {