From 6f21e23a960609c21eb4fd0af6cff9cc85d370eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:31:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bfec88..20588d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,67 +44,42 @@ export default function LandingPage() {
@@ -125,23 +92,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hot Chicken", - description: "Whole $12.90 / Half $7.50 / Quarter $4.50", - imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=2", - imageAlt: "Chicken", - }, + title: "Hot Chicken", description: "Whole $12.90 / Half $7.50 / Quarter $4.50", button: { text: "Order Now", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=2", imageAlt: "Chicken"}, { - title: "Hot Chips", - description: "Cup $4 to Family $13 — crispy and golden.", - imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=3", - imageAlt: "Chips", - }, + title: "Hot Chips", description: "Cup $4 to Family $13 — crispy and golden.", button: { text: "Order Now", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=3", imageAlt: "Chips"}, { - title: "Seafood", - description: "Batterfish $5.90 / Garfish $6.90 / Ocean Delight $18.90", - imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=4", - imageAlt: "Seafood", - }, + title: "Seafood", description: "Batterfish $5.90 / Garfish $6.90 / Ocean Delight $18.90", button: { text: "Order Now", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100098.jpg?_wi=4", imageAlt: "Seafood"}, ]} title="Our Signature Menu" description="From golden hot chickens to crispy fish, everything is made with local passion." @@ -153,30 +111,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "CL V", - imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=1", - }, + id: "1", name: "CL V", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=1"}, { - id: "2", - name: "Shane Doyle", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149303571.jpg", - }, + id: "2", name: "Shane Doyle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149303571.jpg"}, { - id: "3", - name: "Kelsie Cannon", - imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg", - }, + id: "3", name: "Kelsie Cannon", imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg"}, { - id: "4", - name: "Courtnee Tim", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", - }, + id: "4", name: "Courtnee Tim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg"}, { - id: "5", - name: "Alex R", - imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=2", - }, + id: "5", name: "Alex R", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=2"}, ]} cardTitle="Our Customers Love Us" cardTag="4.3 / 5 Stars" @@ -189,20 +132,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Catering for Your Events", - }, + type: "text", content: "Catering for Your Events"}, { - type: "image", - src: "http://img.b2bpic.net/free-psd/restaurant-promo-landing-page-template_23-2148642164.jpg", - alt: "Catering service", - }, + type: "image", src: "http://img.b2bpic.net/free-psd/restaurant-promo-landing-page-template_23-2148642164.jpg", alt: "Catering service"}, ]} buttons={[ { - text: "Call 8265 3938", - href: "tel:82653938", - }, + text: "Call 8265 3938", href: "tel:82653938"}, ]} /> @@ -211,8 +147,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1