Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-26 02:42:24 +00:00

View File

@@ -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() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "glowing-orb"}}
variant: "canvas-reveal"}}
title="Saucy Porka: Where Culinary Worlds Collide"
description="Experience the vibrant fusion of Asian and Latin flavors right here in St. Louis. From our iconic Bacos to the legendary Funky Monkey Fries, every dish is a celebration of taste and tradition."
testimonials={[
@@ -111,6 +111,9 @@ export default function LandingPage() {
type: "text-icon", text: "Unique Flavor Blends", icon: Sparkles,
},
]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
mediaAnimation="blur-reveal"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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}
/>
</div>
@@ -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"
/>
</div>
@@ -263,7 +272,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
variant: "sparkles-gradient"}}
tag="Visit Us"
title="Taste the Experience"
description="Located in the vibrant Gerhart Lofts, we invite you to dine with us. For special requests, large orders, or catering inquiries, fill out the form below or give us a call."
@@ -274,6 +283,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email for updates"
buttonText="Subscribe"
termsText="By clicking Subscribe, you're confirming that you agree with our Privacy Policy."
tagAnimation="slide-up"
/>
</div>
@@ -291,4 +301,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}