diff --git a/src/app/page.tsx b/src/app/page.tsx index fb69f69..c7ee723 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -80,23 +67,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Maguro Nigiri", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=1", - }, + id: "p1", name: "Maguro Nigiri", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg"}, { - id: "p2", - name: "Salmon Roll", - price: "$8.90", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=1", - }, + id: "p2", name: "Salmon Roll", price: "$8.90", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg"}, { - id: "p3", - name: "Unagi Nigiri", - price: "$5.20", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1", - }, + id: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg"}, ]} title="Our Signature Menu" description="Hand-picked selection of our most popular sushi rolls and nigiri favorites." @@ -105,30 +80,16 @@ export default function LandingPage() {
@@ -248,25 +166,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Menu", - href: "#", - }, + label: "Menu", href: "#"}, ], }, { items: [ { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}