From 1664780b2761b85b249e7b9eafbb547a39bdfbbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:19:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ce9096..5ba539a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,13 +11,13 @@ import Link from 'next/link'; export default function HomePage() { const navItems = [ - { href: "/", label: "Home" }, - { href: "/menu", label: "Menu" }, - { href: "/about", label: "About Us" }, - { href: "/gallery", label: "Gallery" }, - { href: "/reviews", label: "Reviews" }, - { href: "/contact", label: "Contact" }, - { href: "/reservations", label: "Reserve" } + { id: "/", name: "Home" }, + { id: "/menu", name: "Menu" }, + { id: "/about", name: "About Us" }, + { id: "/gallery", name: "Gallery" }, + { id: "/reviews", name: "Reviews" }, + { id: "/contact", name: "Contact" }, + { id: "/reservations", name: "Reserve" } ]; return ( @@ -55,16 +55,12 @@ export default function HomePage() { ]} enableKpiAnimation={true} tag="Welcome to Moonlight Café" - buttons={[ - { text: "View Our Menu", href: "/menu" }, - { text: "Make a Reservation", href: "/reservations" } - ]} + tagAnimation="expand-hover" + buttonAnimation="expand-hover" imageSrc="http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg" imageAlt="Cozy Moonlight Café Interior" mediaAnimation="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" />
@@ -75,7 +71,7 @@ export default function HomePage() { { text: "Discover Our Story", href: "/about" } ]} useInvertedBackground={true} - buttonAnimation="entrance-slide" + buttonAnimation="expand-hover" />
@@ -128,7 +124,7 @@ export default function HomePage() { buttons={[ { text: "Read All Reviews", href: "/reviews" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="expand-hover" />