From 1f9fa8f65bfb5d2250edc6fc922918dbc420ac2c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:15:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efdcc67..0fe2767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -282,60 +128,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah W.", - role: "Food Critic", - company: "Daily Eats", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", - }, - { - id: "2", - name: "Mark R.", - role: "Patron", - company: "Local Guide", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg", - }, - { - id: "3", - name: "Emily P.", - role: "Foodie", - company: "Social", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg", - }, - { - id: "4", - name: "David L.", - role: "Regular", - company: "Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", - }, - { - id: "5", - name: "Karen T.", - role: "Patron", - company: "Traveler", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", - }, + { id: "1", name: "Sarah W.", role: "Food Critic", company: "Daily Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg" }, + { id: "2", name: "Mark R.", role: "Patron", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg" }, + { id: "3", name: "Emily P.", role: "Foodie", company: "Social", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg" }, + { id: "4", name: "David L.", role: "Regular", company: "Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg" }, + { id: "5", name: "Karen T.", role: "Patron", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg" }, ]} kpiItems={[ - { - value: "15K+", - label: "Happy Guests", - }, - { - value: "4.9", - label: "Rating", - }, - { - value: "20+", - label: "Signature Dishes", - }, + { value: "15K+", label: "Happy Guests" }, + { value: "4.9", label: "Rating" }, + { value: "20+", label: "Signature Dishes" }, ]} title="Voices of Our Guests" description="Hear what our patrons have to say about their journey with us." @@ -348,24 +150,10 @@ export default function LandingPage() { title="Reserve Your Table" description="Join us for an unforgettable meal. Book your reservation or order online today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Special requests or reservation details", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Special requests or reservation details", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg" buttonText="Submit Request" /> @@ -376,21 +164,9 @@ export default function LandingPage() { logoText="Elegance Dining" copyrightText="© 2025 Elegance Dining. All rights reserved." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, ]} />