Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-22 20:57:35 +00:00

View File

@@ -32,62 +32,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
brandName="Chicken Balalm"
button={{ text: "Order Now", href: "#menu" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Chicken Balalm: Rustic Soulful Flavor"
description="Experience the perfect balance of tender, ethically sourced chicken seasoned with our secret blend of rustic herbs."
tag="Award-Winning Recipes"
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
buttons={[{ text: "View Menu", href: "#menu" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg?_wi=1",
imageAlt: "Chicken Meal",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-meal-baked-chicken_23-2149098845.jpg",
imageAlt: "Roast Chicken",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-roasted-spicy-tomato-sauce_114579-1715.jpg",
imageAlt: "Spicy Tomato Chicken",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
imageAlt: "Golden Fried Chicken",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-meal-baked-chicken_23-2149098846.jpg",
imageAlt: "Baked Chicken Meal",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-meal-baked-chicken_23-2149098845.jpg", imageAlt: "Roast Chicken" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -102,20 +66,11 @@ export default function LandingPage() {
title="Crafted with Passion"
description="At Chicken Balalm, we believe in quality over everything. From farm to table, we preserve the tradition of wholesome, slow-cooked flavors."
metrics={[
{
value: "12+",
title: "Years of Tradition",
},
{
value: "50k",
title: "Happy Customers",
},
{
value: "100%",
title: "Ethically Sourced",
},
{ value: "12+", title: "Years of Tradition" },
{ value: "50k", title: "Happy Customers" },
{ value: "100%", title: "Ethically Sourced" }
]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
imageAlt="Chicken Balalm Interior"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -128,21 +83,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: Sparkles,
title: "Farm Fresh",
description: "Always sourced from local sustainable farms.",
},
{
icon: Shield,
title: "Healthy Cooking",
description: "No trans-fats, just pure culinary techniques.",
},
{
icon: Zap,
title: "Fast & Fresh",
description: "Served hot to your table or doorstep.",
},
{ icon: Sparkles, title: "Farm Fresh", description: "Always sourced from local sustainable farms." },
{ icon: Shield, title: "Healthy Cooking", description: "No trans-fats, just pure culinary techniques." },
{ icon: Zap, title: "Fast & Fresh", description: "Served hot to your table or doorstep." }
]}
title="Why Choose Balalm?"
description="Our approach is rooted in simplicity and the finest quality ingredients."
@@ -156,48 +99,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Crispy Classic",
price: "$12.99",
variant: "Fried",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-wings-cutting-board_23-2148699027.jpg",
},
{
id: "2",
name: "Rosemary Roast",
price: "$15.99",
variant: "Roasted",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-thanksgiving-roasted-chicken-other-dishes_23-2148638953.jpg",
},
{
id: "3",
name: "Balalm Burger",
price: "$10.99",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16653.jpg",
},
{
id: "4",
name: "Spicy Wings",
price: "$9.99",
variant: "Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-with-sauce_23-2149973019.jpg",
},
{
id: "5",
name: "Garden Salad",
price: "$8.99",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-metal-round-form-with-fork_23-2148747489.jpg",
},
{
id: "6",
name: "Chicken Wrap",
price: "$7.99",
variant: "Portable",
imageSrc: "http://img.b2bpic.net/free-photo/burrito-wraps-plate-mint-green-background_23-2148165649.jpg",
},
{ id: "1", name: "Crispy Classic", price: "$12.99", variant: "Fried", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-wings-cutting-board_23-2148699027.jpg" },
{ id: "2", name: "Rosemary Roast", price: "$15.99", variant: "Roasted", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-thanksgiving-roasted-chicken-other-dishes_23-2148638953.jpg" },
{ id: "3", name: "Balalm Burger", price: "$10.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16653.jpg" }
]}
title="Our Signature Dishes"
description="Explore our handcrafted selection of chicken-based meals."
@@ -210,54 +114,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "solo",
title: "Solo Feast",
price: "$14",
period: "/person",
features: [
"1 Main Dish",
"1 Side",
"Soft Drink",
],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-protein-sources-including-meat-seafood-eggs-nuts_1308-189540.jpg",
imageAlt: "fresh organic chicken ingredients",
},
{
id: "duo",
title: "Duo Pack",
price: "$25",
period: "/pair",
features: [
"2 Main Dishes",
"2 Sides",
"Appetizer",
],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg?_wi=2",
imageAlt: "fresh organic chicken ingredients",
},
{
id: "fam",
title: "Family Bundle",
price: "$45",
period: "/group",
features: [
"4 Main Dishes",
"4 Sides",
"Large Dessert",
],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=2",
imageAlt: "fresh organic chicken ingredients",
},
{ id: "solo", title: "Solo Feast", price: "$14", period: "/person", features: ["1 Main Dish", "1 Side", "Soft Drink"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-protein-sources-including-meat-seafood-eggs-nuts_1308-189540.jpg" },
{ id: "duo", title: "Duo Pack", price: "$25", period: "/pair", features: ["2 Main Dishes", "2 Sides", "Appetizer"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg" }
]}
title="Meal Bundles"
description="Great value packs for groups and families."
@@ -269,46 +127,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Amazing Flavor!",
quote: "The roast chicken was cooked to perfection.",
name: "Alice T.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
},
{
id: "2",
title: "Healthy & Tasty",
quote: "Finally found a healthy option that doesn't sacrifice taste.",
name: "Bob D.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-being-surprised-with-breakfast-bed_23-2148378458.jpg",
},
{
id: "3",
title: "Best Delivery",
quote: "Always arrives hot and the seasoning is incredible.",
name: "Clara S.",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-sitting-cafe_23-2148219019.jpg",
},
{
id: "4",
title: "Highly Recommend",
quote: "Their burgers are out of this world.",
name: "David W.",
role: "Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg",
},
{
id: "5",
title: "Consistent Quality",
quote: "Been eating here for years, always consistent.",
name: "Eva M.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
},
{ id: "1", title: "Amazing Flavor!", quote: "The roast chicken was cooked to perfection.", name: "Alice T.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" },
{ id: "2", title: "Healthy & Tasty", quote: "Finally found a healthy option that doesn't sacrifice taste.", name: "Bob D.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-being-surprised-with-breakfast-bed_23-2148378458.jpg" }
]}
title="Customer Stories"
description="See why our community loves Chicken Balalm."
@@ -320,21 +140,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Where is the chicken sourced?",
content: "We source from local farms that guarantee humane and ethical handling.",
},
{
id: "2",
title: "Do you offer delivery?",
content: "Yes, we offer city-wide delivery within 30 minutes.",
},
{
id: "3",
title: "Are there vegan options?",
content: "While we specialize in chicken, we offer a variety of fresh salads.",
},
{ id: "1", title: "Where is the chicken sourced?", content: "We source from local farms that guarantee humane and ethical handling." },
{ id: "2", title: "Do you offer delivery?", content: "Yes, we offer city-wide delivery within 30 minutes." }
]}
title="Common Questions"
description="Got questions about our ingredients or services? We've got answers."
@@ -345,9 +152,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Join our Newsletter"
description="Get exclusive discounts and updates on new menu arrivals."
@@ -358,45 +163,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Chicken Balalm"
columns={[
{
title: "Menu",
items: [
{
label: "Fried",
href: "#menu",
},
{
label: "Roast",
href: "#menu",
},
],
},
{
title: "About",
items: [
{
label: "Our Story",
href: "#about",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "Location",
href: "#contact",
},
{
label: "Email",
href: "#contact",
},
],
},
{ title: "Menu", items: [{ label: "Fried", href: "#menu" }, { label: "Roast", href: "#menu" }] },
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Privacy Policy", href: "#" }] }
]}
/>
</div>