From c7617152535871616c2954735f664d3e5005b6f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:47:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8773c4..7abf12d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,76 +47,43 @@ export default function LandingPage() {
@@ -140,25 +97,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Croissants & Pastries", - description: "Fresh, buttery, flaky options including sweet and savory varieties.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg", - }, + title: "Croissants & Pastries", description: "Fresh, buttery, flaky options including sweet and savory varieties.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg"}, { - title: "Coffee & Drinks", - description: "Lattes, premium coffee, and refreshing specialty drinks.", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg", - }, + title: "Coffee & Drinks", description: "Lattes, premium coffee, and refreshing specialty drinks.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg"}, { - title: "Breakfast & Café Items", - description: "Quick, high-quality food for a perfect start to your morning.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-seeded-brown-cob-baguette-croissants-plate-bowl-nuts-walnuts-cup-hot-toddy-with-cinnamon-saucer-wooden-background_141793-27716.jpg", - }, + title: "Breakfast & Café Items", description: "Quick, high-quality food for a perfect start to your morning.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-seeded-brown-cob-baguette-croissants-plate-bowl-nuts-walnuts-cup-hot-toddy-with-cinnamon-saucer-wooden-background_141793-27716.jpg"}, { - title: "Custom Orders & Catering", - description: "Tailored pastries for your special events and bulk needs.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg", - }, + title: "Custom Orders & Catering", description: "Tailored pastries for your special events and bulk needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"}, ]} title="What We Offer" description="Our menu is designed to delight, featuring artisanal creations crafted with passion and the finest local ingredients." @@ -172,74 +117,33 @@ export default function LandingPage() { title="Why People Choose Us" buttons={[ { - text: "Our Story", - href: "#", - }, + text: "Our Story", href: "#"}, ]} />
@@ -314,34 +197,23 @@ export default function LandingPage() { logoText="Paris Croisserie" columns={[ { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "7610 Milwaukee Ave, Lubbock", - href: "#", - }, + label: "7610 Milwaukee Ave, Lubbock", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Catering", - href: "#", - }, + label: "Catering", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}