3 Commits

Author SHA1 Message Date
8fb5205bb0 Update src/app/page.tsx 2026-05-26 02:43:07 +00:00
a35e0f259b Update src/app/page.tsx 2026-05-26 02:42:17 +00:00
f82a130bdf Merge version_2 into main
Merge version_2 into main
2026-05-26 02:38:11 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ {
name: "Home", id: "#home"}, 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"}, name: "About Us", id: "#about"},
{ {
@@ -53,7 +53,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "glowing-orb"}} variant: "canvas-reveal"}}
title="Saucy Porka: Where Culinary Worlds Collide" 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." 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={[ testimonials={[
@@ -111,6 +111,9 @@ export default function LandingPage() {
type: "text-icon", text: "Unique Flavor Blends", icon: Sparkles, type: "text-icon", text: "Unique Flavor Blends", icon: Sparkles,
}, },
]} ]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -121,6 +124,7 @@ 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." 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" 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" imageAlt="Saucy Porka culinary team preparing fusion dishes"
tagAnimation="slide-up"
/> />
</div> </div>
@@ -143,6 +147,7 @@ export default function LandingPage() {
]} ]}
title="Unforgettable Flavors, Crafted with Passion" 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." 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> </div>
@@ -201,6 +206,7 @@ export default function LandingPage() {
]} ]}
title="Explore Our Delectable Menu" 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." 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> </div>
@@ -213,6 +219,7 @@ export default function LandingPage() {
title="Raving Reviews & Local Love" 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!" 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} showCard={true}
speed={25}
/> />
</div> </div>
@@ -256,6 +263,7 @@ export default function LandingPage() {
title="Quick Answers to Your Saucy Questions" 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." description="Browse our frequently asked questions for everything from ordering options to dietary needs, ensuring a smooth and delightful dining experience."
faqsAnimation="slide-up" faqsAnimation="slide-up"
tagAnimation="slide-up"
/> />
</div> </div>
@@ -263,7 +271,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient"}} variant: "sparkles-gradient"}}
tag="Visit Us" tag="Visit Us"
title="Taste the Experience" 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." 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 +282,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email for updates" inputPlaceholder="Enter your email for updates"
buttonText="Subscribe" buttonText="Subscribe"
termsText="By clicking Subscribe, you're confirming that you agree with our Privacy Policy." termsText="By clicking Subscribe, you're confirming that you agree with our Privacy Policy."
tagAnimation="slide-up"
/> />
</div> </div>
@@ -291,4 +300,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }