diff --git a/src/app/page.tsx b/src/app/page.tsx index 7215ca4..f04bdf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,47 +42,26 @@ export default function LandingPage() {
@@ -100,28 +73,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Organic", - title: "Fresh Ingredients", - subtitle: "Local Sourced", - description: "Farm-fresh vegetables and high-quality meats.", - imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg", - }, + tag: "Organic", title: "Fresh Ingredients", subtitle: "Local Sourced", description: "Farm-fresh vegetables and high-quality meats.", imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg"}, { id: 2, - tag: "Artisan", - title: "Handmade Buns", - subtitle: "Baked Fresh", - description: "Soft, fluffy buns delivered daily to our stand.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-oven-baked-bread-loafs_23-2148361931.jpg", - }, + tag: "Artisan", title: "Handmade Buns", subtitle: "Baked Fresh", description: "Soft, fluffy buns delivered daily to our stand.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-oven-baked-bread-loafs_23-2148361931.jpg"}, { id: 3, - tag: "Premium", - title: "Signature Sausages", - subtitle: "Small Batch", - description: "Crafted to perfection using traditional techniques.", - imageSrc: "http://img.b2bpic.net/free-vector/barbecue-grill-labels_1284-13888.jpg", - }, + tag: "Premium", title: "Signature Sausages", subtitle: "Small Batch", description: "Crafted to perfection using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-vector/barbecue-grill-labels_1284-13888.jpg"}, ]} title="Why Our Hot Dogs Rock" description="We don't just serve hot dogs; we serve happiness on a bun." @@ -136,23 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Classic Dog", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=2", - }, + id: "p1", name: "Classic Dog", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg"}, { - id: "p2", - name: "Spicy Inferno", - price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg", - }, + id: "p2", name: "Spicy Inferno", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg"}, { - id: "p3", - name: "Veggie Delight", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg", - }, + id: "p3", name: "Veggie Delight", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg"}, ]} title="Our Signature Menu" description="From classic favorites to bold new creations, we have something for every palate." @@ -163,42 +109,18 @@ export default function LandingPage() { @@ -225,25 +146,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}