diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a99a7..2be7382 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -117,42 +76,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "sushi", - name: "Premium Sushi Platter", - price: "R 280", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg", - }, - { - id: "ramen", - name: "Tonkotsu Ramen", - price: "R 195", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-noodles-bowl_23-2148803810.jpg", - }, - { - id: "donburi", - name: "Katsu Donburi", - price: "R 165", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-ramen-bowl_23-2148678747.jpg", - }, - { - id: "soba", - name: "Tempura Soba", - price: "R 175", - imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", - }, - { - id: "tempura", - name: "Assorted Tempura", - price: "R 140", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678738.jpg", - }, - { - id: "sashimi", - name: "Sashimi Deluxe", - price: "R 220", - imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodles-dark-bowl-textured-background_84443-85685.jpg", - }, + { id: "sushi", name: "Premium Sushi Platter", price: "R 280", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg" }, + { id: "ramen", name: "Tonkotsu Ramen", price: "R 195", imageSrc: "http://img.b2bpic.net/free-photo/assortment-noodles-bowl_23-2148803810.jpg" }, + { id: "donburi", name: "Katsu Donburi", price: "R 165", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-ramen-bowl_23-2148678747.jpg" }, + { id: "soba", name: "Tempura Soba", price: "R 175", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg" }, + { id: "tempura", name: "Assorted Tempura", price: "R 140", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678738.jpg" }, + { id: "sashimi", name: "Sashimi Deluxe", price: "R 220", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodles-dark-bowl-textured-background_84443-85685.jpg" }, ]} title="Our Menu" description="Exquisite selection of traditional Japanese dishes crafted with care." @@ -161,25 +90,14 @@ export default function LandingPage() {
); -} +} \ No newline at end of file