diff --git a/src/app/page.tsx b/src/app/page.tsx index 39f88e2..77fb809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,37 +46,24 @@ export default function LandingPage() {
@@ -95,14 +74,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Passion for Pizza", - }, + type: "text", content: "Our Passion for Pizza"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg", - alt: "About Da Pizza Hub", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg", alt: "About Da Pizza Hub"}, ]} />
@@ -113,23 +87,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Ingredients", - description: "Locally sourced produce and premium mozzarella daily.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-dough-with-wooden-board-word-written-flour_23-2148753790.jpg", - imageAlt: "Fresh ingredients", - }, + title: "Fresh Ingredients", description: "Locally sourced produce and premium mozzarella daily.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-dough-with-wooden-board-word-written-flour_23-2148753790.jpg", imageAlt: "Fresh ingredients"}, { - title: "Handcrafted Dough", - description: "Slow-fermented for 48 hours for the perfect crust.", - imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg", - imageAlt: "Handcrafted dough", - }, + title: "Handcrafted Dough", description: "Slow-fermented for 48 hours for the perfect crust.", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg", imageAlt: "Handcrafted dough"}, { - title: "Traditional Ovens", - description: "Wood-fired ovens for that authentic smoky taste.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-pizza-kitchen-table_181624-46131.jpg", - imageAlt: "Traditional ovens", - }, + title: "Traditional Ovens", description: "Wood-fired ovens for that authentic smoky taste.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-pizza-kitchen-table_181624-46131.jpg", imageAlt: "Traditional ovens"}, ]} title="Why Da Pizza Hub?" description="We take pride in our traditional methods and quality ingredients." @@ -142,61 +104,28 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[ + { text: "Order Now", href: "#contact" } + ]} products={[ { - id: "1", - brand: "Classic", - name: "Margherita", - price: "$12.00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg", - }, + id: "1", brand: "Classic", name: "Margherita", price: "₹999", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg"}, { - id: "2", - brand: "Meat", - name: "Pepperoni", - price: "$14.00", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-parchment-paper-grate_23-2148120071.jpg", - }, + id: "2", brand: "Meat", name: "Pepperoni", price: "₹1199", rating: 5, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-parchment-paper-grate_23-2148120071.jpg"}, { - id: "3", - brand: "Veggie", - name: "Garden Fresh", - price: "$13.00", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895463.jpg", - }, + id: "3", brand: "Veggie", name: "Garden Fresh", price: "₹1099", rating: 4, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895463.jpg"}, { - id: "4", - brand: "Signature", - name: "BBQ Chicken", - price: "$15.00", - rating: 5, - reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-tomato-sauce-served-round-bamboo-board_114579-1908.jpg", - }, + id: "4", brand: "Signature", name: "BBQ Chicken", price: "₹1299", rating: 5, + reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-tomato-sauce-served-round-bamboo-board_114579-1908.jpg"}, { - id: "5", - brand: "Cheese", - name: "Quattro Formaggi", - price: "$16.00", - rating: 5, - reviewCount: "76", - imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134260.jpg", - }, + id: "5", brand: "Cheese", name: "Quattro Formaggi", price: "₹1399", rating: 5, + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134260.jpg"}, { - id: "6", - brand: "Premium", - name: "Seafood Delight", - price: "$18.00", - rating: 5, - reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-pizza_1203-2427.jpg", - }, + id: "6", brand: "Premium", name: "Seafood Delight", price: "₹1599", rating: 5, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-pizza_1203-2427.jpg"}, ]} title="Our Signature Pizzas" description="Choose from our curated list of specialty pizzas." @@ -210,40 +139,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Best pizza in town!", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-eating-pizza_23-2151231293.jpg", - }, + id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Best pizza in town!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-eating-pizza_23-2151231293.jpg"}, { - id: "2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Authentic and delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", - }, + id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Authentic and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg"}, { - id: "3", - name: "Mike Brown", - handle: "@mikeb", - testimonial: "Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-eating-pizza-picnic_169016-23568.jpg", - }, + id: "3", name: "Mike Brown", handle: "@mikeb", testimonial: "Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-eating-pizza-picnic_169016-23568.jpg"}, { - id: "4", - name: "Sarah Lee", - handle: "@sarahlee", - testimonial: "Perfect crust.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-two-pieces-delicious-pizza-his-hands-covering-his-eyes-with-tasty-product_176532-7740.jpg", - }, + id: "4", name: "Sarah Lee", handle: "@sarahlee", testimonial: "Perfect crust.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-two-pieces-delicious-pizza-his-hands-covering-his-eyes-with-tasty-product_176532-7740.jpg"}, { - id: "5", - name: "Tom Wilson", - handle: "@tomw", - testimonial: "Will come back again.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-eating-pizza_23-2148910415.jpg", - }, + id: "5", name: "Tom Wilson", handle: "@tomw", testimonial: "Will come back again.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-eating-pizza_23-2148910415.jpg"}, ]} title="Customer Reviews" description="See what our happy customers have to say." @@ -256,20 +160,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Do you offer delivery?", - content: "Yes, we deliver within a 5-mile radius.", - }, + id: "1", title: "Do you offer delivery?", content: "Yes, we deliver within a 5-mile radius."}, { - id: "2", - title: "Are there vegan options?", - content: "Absolutely! Check our menu for vegan-friendly pizzas.", - }, + id: "2", title: "Are there vegan options?", content: "Absolutely! Check our menu for vegan-friendly pizzas."}, { - id: "3", - title: "Can I reserve a table?", - content: "Yes, please call us to make a reservation.", - }, + id: "3", title: "Can I reserve a table?", content: "Yes, please call us to make a reservation."}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg" title="Frequently Asked" @@ -282,14 +177,11 @@ export default function LandingPage() { @@ -299,33 +191,21 @@ export default function LandingPage() { logoText="Da Pizza Hub" columns={[ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -335,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file