From 76faef87d3a34508416fc6679fbf94e23bbbb774 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 02:22:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e663f9f..f15d553 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1267,4 +1267,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From cc15e789d93845b19174c91f96e960bbb5d9d78b Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 02:22:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d594483..69e2686 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { id: "1", name: "Dragon Roll", price: "$16.99", - variant: "Eel, cucumber, avocado with dragon egg topping", + description: "Eel, cucumber, avocado with dragon egg topping", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766787041844-tzssa0wc.jpg", imageAlt: "Dragon Roll", isFavorited: false @@ -86,7 +86,7 @@ export default function LandingPage() { id: "2", name: "Rainbow Roll", price: "$15.99", - variant: "California roll topped with assorted sashimi", + description: "California roll topped with assorted sashimi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766983289277-elw8ical.jpg", imageAlt: "Rainbow Roll", isFavorited: false @@ -95,7 +95,7 @@ export default function LandingPage() { id: "3", name: "Spicy Tuna Roll", price: "$12.99", - variant: "Spicy tuna, jalapeño, sriracha mayo", + description: "Spicy tuna, jalapeño, sriracha mayo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766983290082-rq47q3ut.jpg", imageAlt: "Spicy Tuna Roll", isFavorited: false @@ -104,7 +104,7 @@ export default function LandingPage() { id: "4", name: "Salmon Nigiri", price: "$14.99", - variant: "Buttery premium salmon over sushi rice", + description: "Buttery premium salmon over sushi rice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766983291397-8uh3i1cf.jpg", imageAlt: "Salmon Nigiri", isFavorited: false @@ -291,4 +291,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1