From 25d8422475aaa67da024b68b40cd6709d37d5d05 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:23:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bd3f6d..f07a8e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,126 +28,44 @@ export default function LandingPage() {
@@ -157,21 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Artisanal Classics", - description: "Time-honored recipes made with farm-fresh ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19853.jpg?_wi=2", - }, - { - title: "Fresh Pastries", - description: "Baked daily for that perfect, buttery crunch.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-food-seeds-wooden-background_23-2148289763.jpg?_wi=2", - }, - { - title: "Curated Wine Selection", - description: "Carefully selected vintages from premier French regions.", - imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=2", - }, + { title: "Artisanal Classics", description: "Time-honored recipes made with farm-fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19853.jpg" }, + { title: "Fresh Pastries", description: "Baked daily for that perfect, buttery crunch.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-food-seeds-wooden-background_23-2148289763.jpg" }, + { title: "Curated Wine Selection", description: "Carefully selected vintages from premier French regions.", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg" } ]} title="Our Signature Creations" description="From classic hors d'oeuvres to decadent desserts, our menu celebrates the rich culinary tradition of France." @@ -182,23 +88,12 @@ export default function LandingPage() {