1 Commits

Author SHA1 Message Date
9638c2f756 Merge version_3 into main
Merge version_3 into main
2025-12-28 12:12:32 +00:00

View File

@@ -100,25 +100,33 @@ export default function LandingPage() {
id: 1, id: 1,
title: "Appetizers", title: "Appetizers",
description: "Begin your journey with carefully selected starters that awaken the palate and set the tone for an exceptional meal.", description: "Begin your journey with carefully selected starters that awaken the palate and set the tone for an exceptional meal.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766923411603-y1wnlaxe.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766923411603-y1wnlaxe.jpg",
rating: 4.8,
ratingIcon: Star
}, },
{ {
id: 2, id: 2,
title: "Main Courses", title: "Main Courses",
description: "Our signature entrees feature premium proteins and seasonal ingredients prepared with meticulous attention to detail.", description: "Our signature entrees feature premium proteins and seasonal ingredients prepared with meticulous attention to detail.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766923412687-h0g4d7bc.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766923412687-h0g4d7bc.jpg",
rating: 4.9,
ratingIcon: Star
}, },
{ {
id: 3, id: 3,
title: "Seafood Specialties", title: "Seafood Specialties",
description: "Fresh daily selections showcasing the finest maritime flavors prepared with traditional and modern techniques.", description: "Fresh daily selections showcasing the finest maritime flavors prepared with traditional and modern techniques.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766915462711-kbixbk5b.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766915462711-kbixbk5b.jpg",
rating: 5.0,
ratingIcon: Star
}, },
{ {
id: 4, id: 4,
title: "Desserts", title: "Desserts",
description: "Conclude your experience with our artisanal desserts, each crafted to provide the perfect sweet finale.", description: "Conclude your experience with our artisanal desserts, each crafted to provide the perfect sweet finale.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766416778445-zl3jwowr.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766416778445-zl3jwowr.jpg",
rating: 4.7,
ratingIcon: Star
} }
]} ]}
/> />