3 Commits

Author SHA1 Message Date
e936fa28bb Merge version_2 into main
Merge version_2 into main
2026-04-09 13:45:36 +00:00
3b8eceb850 Update src/app/page.tsx 2026-04-09 13:45:33 +00:00
e922b46103 Merge version_1 into main
Merge version_1 into main
2026-04-09 13:40:29 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Food Almighty"
/>
@@ -56,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="BBQ So Good It Feels Like a Blessing"
description="Tender, juicy, unforgettable BBQ served with heart. A hidden gem designed for your cravings."
buttons={[
{
text: "View Menu",
href: "/menu",
},
text: "View Menu", href: "/menu"},
{
text: "Visit Us Today",
href: "/contact",
},
text: "Visit Us Today", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-wooden-board-with-tasty-cooked-meat_23-2148599856.jpg?_wi=1"
/>
@@ -79,12 +64,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
names={[
"Best BBQ ever",
"Super tender",
"New go-to",
"Hardworking staff",
"Unmatched flavor",
]}
"Best BBQ ever", "Super tender", "New go-to", "Hardworking staff", "Unmatched flavor"]}
title="5-Star Perfection"
description="Our customers are our biggest fans."
/>
@@ -97,24 +77,14 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Mass-produced food",
"Corporate shortcuts",
"Cold atmosphere",
"Generic recipes",
"Rushed service",
],
"Mass-produced, bland offerings that lack soul", "Corporate shortcuts sacrificing authentic wood-smoke flavor", "Cold, impersonal atmosphere that feels like a factory", "Generic recipes churned out by robotic service", "Rushed interactions where you're just another ticket number"],
}}
positiveCard={{
items: [
"Melt-in-your-mouth meats",
"Bold, smoky flavor",
"Genuine service",
"Quick convenience",
"Handcrafted sides",
],
"Melt-in-your-mouth, 14-hour slow-smoked brisket", "Bold, deep, hickory-infused flavors in every bite", "Genuine warmth and Southern-style hospitality", "Perfected convenience without sacrificing quality", "Handcrafted, small-batch sides made from scratch"],
}}
title="Why Food Almighty?"
description="We don't just cook BBQ; we craft an experience you'll crave again."
title="The Almighty Difference"
description="We don't just cook BBQ; we orchestrate a symphony of smoke and spice designed to transcend the ordinary."
/>
</div>
@@ -126,44 +96,20 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Brisket",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg?_wi=1",
},
id: "1", name: "Signature Brisket", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg?_wi=1"},
{
id: "2",
name: "Pulled Pork",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-dough-wooden-chopping-board_23-2147841082.jpg?_wi=1",
},
id: "2", name: "Slow-Pulled Pork", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-dough-wooden-chopping-board_23-2147841082.jpg?_wi=1"},
{
id: "3",
name: "Smoked Sausage",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-baked-vegetables-wooden-table_140725-9681.jpg?_wi=1",
},
id: "3", name: "Hickory-Smoked Sausage", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-baked-vegetables-wooden-table_140725-9681.jpg?_wi=1"},
{
id: "4",
name: "Combo Plate",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1",
},
id: "4", name: "Almighty Combo Plate", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1"},
{
id: "5",
name: "Mac & Cheese",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332820.jpg",
},
id: "5", name: "Gourmet Mac & Cheese", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332820.jpg"},
{
id: "6",
name: "Corn on the Cob",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-corn-with-chili-powder-salt_23-2148283059.jpg",
},
id: "6", name: "Fire-Roasted Corn", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-corn-with-chili-powder-salt_23-2148283059.jpg"},
]}
title="Signature Smoked Meats"
description="The freshest, most tender cuts smoked daily."
title="Curated Smoked Delicacies"
description="Experience the alchemy of fire, wood, and time with our premium, hand-selected cuts."
/>
</div>
@@ -174,53 +120,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Foodie",
testimonial: "Best BBQ I've had in years. The brisket practically melted!",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000267.jpg?_wi=1",
},
id: "1", name: "Sarah J.", role: "Culinary Connoisseur", testimonial: "A revelation of flavor. That brisket is the softest I've ever tasted, truly masterful BBQ.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000267.jpg?_wi=1"},
{
id: "2",
name: "Mark D.",
role: "Local",
testimonial: "Super tender, juicy, and flavorful. The go-to spot.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=1",
},
id: "2", name: "Mark D.", role: "Local Gourmet", testimonial: "Beyond tender—the richness and the perfect smoky profile make this my definitive go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=1"},
{
id: "3",
name: "Elena R.",
role: "Traveler",
testimonial: "Unexpected find! Worth going out of the way for.",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1",
},
id: "3", name: "Elena R.", role: "World Traveler", testimonial: "I've dined across the globe, but this hidden gem offers an authentic soul-warming experience that lingers.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1"},
{
id: "4",
name: "David W.",
role: "Fan",
testimonial: "Sweetest, most hardworking people. Real hospitality.",
imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg?_wi=1",
},
id: "4", name: "David W.", role: "Loyal Patron", testimonial: "It's the people here that shine as bright as the food. Real, honest hospitality in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg?_wi=1"},
{
id: "5",
name: "Linda M.",
role: "Regular",
testimonial: "Never disappoints. Quality is consistent every single time.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=1",
},
id: "5", name: "Linda M.", role: "Regular Regular", testimonial: "The consistency is nothing short of incredible. Every visit brings that same perfect, smoky joy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=1"},
]}
title="Voices of the Almighty"
description="Don't take our word for it—listen to our loyal community."
description="Hear the stories of those who have found their new culinary sanctuary."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Food Almighty"
copyrightText="© 2025 Food Almighty. Authentic BBQ."
copyrightText="© 2025 Food Almighty. Elevating the Art of Authentic BBQ."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}