From d24bb8b50f6dec0b1a37ca6ffffc226437def91b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:38:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 ++++++++++------------------------------------- 1 file changed, 55 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1acbfd..39b80b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,35 +45,22 @@ export default function LandingPage() {
@@ -89,64 +70,36 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Story: Quality in Every Crust", - }, + type: "text", content: "Our Story: Quality in Every Crust"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27033.jpg", - alt: "professional chef baking pizza oven", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27033.jpg", alt: "professional chef baking pizza oven"}, ]} />
@@ -318,20 +190,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer gluten-free options?", - content: "Yes, we have delicious gluten-free crusts available.", - }, + id: "f1", title: "Do you offer gluten-free options?", content: "Yes, we have delicious gluten-free crusts available."}, { - id: "f2", - title: "How far do you deliver?", - content: "We deliver within a 10-mile radius of our downtown store.", - }, + id: "f2", title: "How far do you deliver?", content: "We deliver within a 10-mile radius of our downtown store."}, { - id: "f3", - title: "Are your ingredients organic?", - content: "Whenever possible, we source locally and organically.", - }, + id: "f3", title: "Are your ingredients organic?", content: "Whenever possible, we source locally and organically."}, ]} title="Common Questions" description="Have questions? We have answers." @@ -343,8 +206,7 @@ export default function LandingPage() {