diff --git a/src/app/page.tsx b/src/app/page.tsx index 865a469..5bf3ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,79 +29,33 @@ export default function LandingPage() {
@@ -110,19 +64,9 @@ export default function LandingPage() { @@ -134,60 +78,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "m1", - brand: "Breakfast", - name: "Country Breakfast", - price: "$12.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg?_wi=2", - }, - { - id: "m2", - brand: "Breakfast", - name: "Steak and Eggs", - price: "$16.99", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=2", - }, - { - id: "m3", - brand: "Special", - name: "Fried Fish Special", - price: "$15.99", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=3", - }, - { - id: "m4", - brand: "Lunch", - name: "Chicken Sandwich", - price: "$10.99", - rating: 4, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=4", - }, - { - id: "m5", - brand: "Side", - name: "Homemade Biscuits & Gravy", - price: "$5.99", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=5", - }, - { - id: "m6", - brand: "Side", - name: "Home-style Sides", - price: "$4.99", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=6", - }, + { id: "m1", brand: "Breakfast", name: "Country Breakfast", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg" }, + { id: "m2", brand: "Breakfast", name: "Steak and Eggs", price: "$16.99", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, + { id: "m3", brand: "Special", name: "Fried Fish Special", price: "$15.99", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, + { id: "m4", brand: "Lunch", name: "Chicken Sandwich", price: "$10.99", rating: 4, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, + { id: "m5", brand: "Side", name: "Homemade Biscuits & Gravy", price: "$5.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, + { id: "m6", brand: "Side", name: "Home-style Sides", price: "$4.99", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, ]} title="Our Signature Menu" description="Handcrafted American comfort food made fresh daily." @@ -196,30 +92,13 @@ export default function LandingPage() { @@ -300,30 +141,15 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Menu", - href: "#menu", - }, - { - label: "Contact", - href: "#contact", - }, + { label: "About Us", href: "#about" }, + { label: "Menu", href: "#menu" }, + { label: "Contact", href: "#contact" }, ], }, { items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}