diff --git a/src/app/page.tsx b/src/app/page.tsx index 7da91f7..86ddc52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" } ]} />