diff --git a/src/app/page.tsx b/src/app/page.tsx index fcd509e..0ae9cc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -271,27 +139,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15", - title: "Years Experience", - description: "Crafting the perfect pizza.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-pizza-with-herbs-sun-dried-tomatoes-gray-table_93675-135263.jpg", - }, - { - id: "m2", - value: "20K+", - title: "Pizzas Baked", - description: "Delicious pies served.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg", - }, - { - id: "m3", - value: "5/5", - title: "Guest Rating", - description: "Consistently excellent reviews.", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", - }, + { id: "m1", value: "15", title: "Years Experience", description: "Crafting the perfect pizza.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pizza-with-herbs-sun-dried-tomatoes-gray-table_93675-135263.jpg" }, + { id: "m2", value: "20K+", title: "Pizzas Baked", description: "Delicious pies served.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg" }, + { id: "m3", value: "5/5", title: "Guest Rating", description: "Consistently excellent reviews.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg" }, ]} title="The Numbers Behind Our Flavor" description="Years of experience and happy guests." @@ -303,21 +153,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer delivery?", - content: "Yes, through our primary partner apps.", - }, - { - id: "q2", - title: "Is your dough vegan?", - content: "Our dough is 100% vegan.", - }, - { - id: "q3", - title: "Do you accept reservations?", - content: "Reservations are highly recommended on weekends.", - }, + { id: "q1", title: "Do you offer delivery?", content: "Yes, through our primary partner apps." }, + { id: "q2", title: "Is your dough vegan?", content: "Our dough is 100% vegan." }, + { id: "q3", title: "Do you accept reservations?", content: "Reservations are highly recommended on weekends." }, ]} title="Frequently Asked Questions" description="Have questions? We have answers." @@ -328,16 +166,9 @@ export default function LandingPage() {
@@ -346,36 +177,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg" logoText="Tutto Pizza" columns={[ - { - title: "Navigation", - items: [ - { - label: "Menu", - href: "#menu", - }, - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "FAQ", - href: "#faq", - }, - { - label: "Privacy Policy", - href: "#", - }, - ], - }, + { title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, + { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }] }, ]} />