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 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