From a35e0f259ba23950f537fcac5ab4d7bbaf02adf0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 02:42:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83ec9b9..d27ceb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Home", id: "#home"}, { - name: "Menu", id: "#menu"}, + name: "Menu", id: "https://www.google.com/maps/search/Saucy+Porka+menu+St.+Louis"}, { name: "About Us", id: "#about"}, { @@ -53,7 +53,7 @@ export default function LandingPage() { @@ -121,6 +124,8 @@ export default function LandingPage() { description="Saucy Porka is a vibrant, woman-owned and Asian-owned establishment, celebrating the rich tapestry of Asian and Latin cuisines. Our passion for flavor, fast service, and a welcoming, 'instagrammable' atmosphere creates a dining experience that's truly unique in St. Louis. We pride ourselves on crafting innovative dishes that delight your taste buds and leave you craving more." imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208290.jpg" imageAlt="Saucy Porka culinary team preparing fusion dishes" + tagAnimation="slide-up" + mediaAnimation="blur-reveal" /> @@ -143,6 +148,7 @@ export default function LandingPage() { ]} title="Unforgettable Flavors, Crafted with Passion" description="Discover our most celebrated dishes, handcrafted to deliver a burst of unique tastes in every bite. From savory street food to comforting bowls, prepare for a culinary adventure." + tagAnimation="slide-up" /> @@ -201,6 +207,7 @@ export default function LandingPage() { ]} title="Explore Our Delectable Menu" description="Dive into a world of diverse tastes. Each dish is a testament to our fusion philosophy, prepared with fresh ingredients and an explosion of flavor." + carouselMode="auto" /> @@ -213,6 +220,7 @@ export default function LandingPage() { title="Raving Reviews & Local Love" description="We're honored by the incredible feedback from our community and food critics alike. Join the buzz and see why everyone loves Saucy Porka!" showCard={true} + speed={25} /> @@ -256,6 +264,7 @@ export default function LandingPage() { title="Quick Answers to Your Saucy Questions" description="Browse our frequently asked questions for everything from ordering options to dietary needs, ensuring a smooth and delightful dining experience." faqsAnimation="slide-up" + tagAnimation="slide-up" /> @@ -263,7 +272,7 @@ export default function LandingPage() { @@ -291,4 +301,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1