From 51a37ac72ae04d93790530594d91aa5bffd6d663 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:27:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d84288..e2619e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() { @@ -67,37 +53,26 @@ export default function LandingPage() {
@@ -139,33 +108,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Hearty Daily Soup", - price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-gratin-broth-sauce-with-herbs-inside-white-plate_114579-2653.jpg", - imageAlt: "A bowl of warm, freshly made soup", - }, + id: "p1", name: "Hearty Daily Soup", price: "Daily Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-gratin-broth-sauce-with-herbs-inside-white-plate_114579-2653.jpg", imageAlt: "A bowl of warm, freshly made soup"}, { - id: "p2", - name: "Chef's Special Main", - price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169092.jpg", - imageAlt: "A beautifully plated main course dish", - }, + id: "p2", name: "Chef's Special Main", price: "Daily Price", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169092.jpg", imageAlt: "A beautifully plated main course dish"}, { - id: "p3", - name: "Fresh Salad Selection", - price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=1", - imageAlt: "A vibrant, fresh salad", - }, + id: "p3", name: "Fresh Salad Selection", price: "Daily Price", imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg", imageAlt: "A vibrant, fresh salad"}, { - id: "p4", - name: "Homemade Dessert", - price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=2", - imageAlt: "A delicious slice of homemade cake", - }, + id: "p4", name: "Homemade Dessert", price: "Daily Price", imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg", imageAlt: "A delicious slice of homemade cake"}, ]} title="Taste the Freshness: Our Daily Changing Menu" description="Our menu changes daily, crafted with love and the freshest ingredients from local markets. We offer a delightful selection of soups, main courses, salads, and desserts to satisfy every palate. Always fresh, always delicious!" @@ -182,33 +131,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Personalized Menus", - description: "Collaborate with our chef to create a bespoke menu perfectly suited for your event and guests.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=1", - imageAlt: "Elegant table setting for a private event", - }, + id: "f1", title: "Personalized Menus", description: "Collaborate with our chef to create a bespoke menu perfectly suited for your event and guests.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", imageAlt: "Elegant table setting for a private event"}, { - id: "f2", - title: "Bring Your Own (BYO)", - description: "Feel at home by bringing your favorite alcohol, sweets, and even your own music playlist.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=2", - imageAlt: "Guests enjoying a private event at the cafe", - }, + id: "f2", title: "Bring Your Own (BYO)", description: "Feel at home by bringing your favorite alcohol, sweets, and even your own music playlist.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", imageAlt: "Guests enjoying a private event at the cafe"}, { - id: "f3", - title: "Entertainment Assistance", - description: "We can help arrange talented artists, musicians, or entertainers to make your celebration truly special.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=3", - imageAlt: "A musician performing at a cafe event", - }, + id: "f3", title: "Entertainment Assistance", description: "We can help arrange talented artists, musicians, or entertainers to make your celebration truly special.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", imageAlt: "A musician performing at a cafe event"}, { - id: "f4", - title: "All Celebrations Welcome", - description: "From intimate memorial gatherings to joyous weddings and corporate events, we host them all with care.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=4", - imageAlt: "A cozy gathering with friends at the cafe", - }, + id: "f4", title: "All Celebrations Welcome", description: "From intimate memorial gatherings to joyous weddings and corporate events, we host them all with care.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", imageAlt: "A cozy gathering with friends at the cafe"}, ]} title="Your Special Moments, Our Cozy Space" description="Seitse C offers a warm and intimate setting for all your private events and celebrations. With up to 60 seats, we ensure every occasion is heartfelt and memorable." @@ -220,29 +149,15 @@ export default function LandingPage() {
@@ -336,58 +222,35 @@ export default function LandingPage() {