diff --git a/src/app/page.tsx b/src/app/page.tsx index eeeea37..3c606c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,29 +34,17 @@ export default function LandingPage() { @@ -65,45 +53,28 @@ export default function LandingPage() {
@@ -113,71 +84,41 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Legacy of Perfect Pizzas", - }, + type: "text", content: "Our Legacy of Perfect Pizzas"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/bakery_23-2148011653.jpg", - alt: "Chef preparing pizza", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/bakery_23-2148011653.jpg", alt: "Chef preparing pizza"}, { - type: "text", - content: "Since 1998", - }, + type: "text", content: "Since 1998"}, ]} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} />
@@ -362,14 +221,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "DoorDash", - "Uber Eats", - "Grubhub", - "Yelp", - "TripAdvisor", - "Google Reviews", - "Local Eats", - ]} + "DoorDash", "Uber Eats", "Grubhub", "Yelp", "TripAdvisor", "Google Reviews", "Local Eats"]} title="Delivering Joy with Trusted Partners" description="We partner with leading food delivery services and are highly rated on popular review platforms." /> @@ -381,30 +233,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What are your delivery hours?", - content: "Our delivery service operates from 11:00 AM to 10:00 PM, Monday through Sunday. Last orders for delivery are taken 30 minutes before closing.", - }, + id: "faq-1", title: "What are your delivery hours?", content: "Our delivery service operates from 11:00 AM to 10:00 PM, Monday through Sunday. Last orders for delivery are taken 30 minutes before closing."}, { - id: "faq-2", - title: "Do you offer gluten-free or vegan options?", - content: "Yes, we offer delicious gluten-free crust options and can prepare many of our vegetarian pizzas with vegan cheese upon request. Please specify your dietary needs when ordering.", - }, + id: "faq-2", title: "Do you offer gluten-free or vegan options?", content: "Yes, we offer delicious gluten-free crust options and can prepare many of our vegetarian pizzas with vegan cheese upon request. Please specify your dietary needs when ordering."}, { - id: "faq-3", - title: "Can I customize my pizza?", - content: "Absolutely! You can customize your pizza with a wide array of toppings, sauces, and cheese options. Our online ordering system makes it easy to build your perfect pizza.", - }, + id: "faq-3", title: "Can I customize my pizza?", content: "Absolutely! You can customize your pizza with a wide array of toppings, sauces, and cheese options. Our online ordering system makes it easy to build your perfect pizza."}, { - id: "faq-4", - title: "What payment methods do you accept?", - content: "We accept all major credit cards (Visa, MasterCard, Amex), PayPal, and cash on delivery. Online payments are secure and convenient.", - }, + id: "faq-4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, Amex), PayPal, and cash on delivery. Online payments are secure and convenient."}, { - id: "faq-5", - title: "Do you cater for events?", - content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your specific needs and receive a custom quote.", - }, + id: "faq-5", title: "Do you cater for events?", content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your specific needs and receive a custom quote."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our ordering, delivery, and menu." @@ -416,20 +253,15 @@ export default function LandingPage() { @@ -438,62 +270,37 @@ export default function LandingPage() {