Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-04 09:12:23 +00:00

View File

@@ -51,9 +51,16 @@ export default function LandingPage() {
{ text: "View Menu", href: "products" },
{ text: "Reserve Table", href: "contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/pink-tiny-roses-close-up_1304-4048.jpg"
imageAlt="Elegant plated fine dining dish"
videoSrc=""
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-tiny-roses-close-up_1304-4048.jpg", imageAlt: "Elegant plated fine dining dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-tiny-roses-close-up_1304-4048.jpg", imageAlt: "Elegant restaurant dining space"
}
]}
rating={5}
ratingText="Exceptional dining experience"
mediaAnimation="slide-up"
/>
</div>
@@ -162,13 +169,13 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "15+", title: "Years", description: "Years of Culinary Excellence"
id: "1", value: "15+", description: "Years of Culinary Excellence"
},
{
id: "2", value: "10K+", title: "Guests", description: "Satisfied Guests Annually"
id: "2", value: "10K+", description: "Satisfied Guests Annually"
},
{
id: "3", value: "98%", title: "Rating", description: "Guest Satisfaction Rating"
id: "3", value: "98%", description: "Guest Satisfaction Rating"
}
]}
/>