Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-01-05 02:22:11 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1267,4 +1267,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}