diff --git a/src/app/page.tsx b/src/app/page.tsx index ef7a3a5..780a69b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -86,24 +66,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Truffle Street Slider", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg?_wi=1", - }, - { - id: "m2", - name: "Saffron Glazed Tacos", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg?_wi=1", - }, - { - id: "m3", - name: "Crispy Artichoke Bites", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg?_wi=1", - }, + { id: "m1", name: "Truffle Street Slider", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg" }, + { id: "m2", name: "Saffron Glazed Tacos", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg" }, + { id: "m3", name: "Crispy Artichoke Bites", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg" } ]} title="Signature Creations" description="Artisanal dishes prepared daily." @@ -112,28 +77,14 @@ export default function LandingPage() {