Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="American WildBurger"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="American WildBurger"
|
||||
description="Located in the heart of Des Plaines, IL. Serving up the wildest, juiciest, and most delicious burgers in town. Experience the taste of true American classic cooking."
|
||||
tag="Taste the Adventure"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=1",
|
||||
imageAlt: "Gourmet American Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg", imageAlt: "Gourmet American Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg?_wi=1",
|
||||
imageAlt: "Crispy Golden Fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg",
|
||||
imageAlt: "Closeup shot of a sandwich and french fries on the table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
|
||||
imageAlt: "Meat burger on wooden board",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-egg-lettuce-tomato-onion_140725-5719.jpg",
|
||||
imageAlt: "Beef burger with egg lettuce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg", imageAlt: "Crispy Golden Fries"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -96,17 +71,11 @@ export default function LandingPage() {
|
||||
tag="Our Heritage"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source local produce daily to ensure the freshest flavors in every burger.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source local produce daily to ensure the freshest flavors in every burger."},
|
||||
{
|
||||
title: "Hand-Pressed Patties",
|
||||
description: "Our patties are made fresh in-house, never frozen, for maximum juiciness.",
|
||||
},
|
||||
title: "Hand-Pressed Patties", description: "Our patties are made fresh in-house, never frozen, for maximum juiciness."},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "Proudly serving the wonderful residents of Des Plaines since day one.",
|
||||
},
|
||||
title: "Community Focus", description: "Proudly serving the wonderful residents of Des Plaines since day one."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919019.jpg"
|
||||
imageAlt="American WildBurger Interior"
|
||||
@@ -122,47 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Wild Cheeseburger",
|
||||
price: "$12.99",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-arrangement_23-2149897394.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Wild Cheeseburger", price: "$12.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-arrangement_23-2149897394.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spicy Buffalo Chicken",
|
||||
price: "$11.49",
|
||||
variant: "Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg",
|
||||
},
|
||||
id: "p2", name: "Spicy Buffalo Chicken", price: "$11.49", variant: "Chicken", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "The Garden Wild Veggie",
|
||||
price: "$10.99",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg",
|
||||
},
|
||||
id: "p3", name: "The Garden Wild Veggie", price: "$10.99", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Double Trouble Stack",
|
||||
price: "$15.99",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg",
|
||||
},
|
||||
id: "p4", name: "Double Trouble Stack", price: "$15.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Smokey Bacon King",
|
||||
price: "$14.49",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-table_23-2148454732.jpg",
|
||||
},
|
||||
id: "p5", name: "Smokey Bacon King", price: "$14.49", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-table_23-2148454732.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Alpine Mushroom Swiss",
|
||||
price: "$13.99",
|
||||
variant: "Specialty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-french-fries-lettuce-tomato-onion-wooden-board_1150-1853.jpg",
|
||||
},
|
||||
id: "p6", name: "Alpine Mushroom Swiss", price: "$13.99", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-french-fries-lettuce-tomato-onion-wooden-board_1150-1853.jpg"},
|
||||
]}
|
||||
title="Our Signature Burgers"
|
||||
description="Discover our collection of wild, flavor-packed burgers that keep our customers coming back for more."
|
||||
@@ -176,35 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quality First",
|
||||
descriptions: [
|
||||
"Certified Angus Beef",
|
||||
"Always fresh, never frozen.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg",
|
||||
imageAlt: "Front view burgers with pickles",
|
||||
},
|
||||
id: "f1", title: "Quality First", descriptions: [
|
||||
"Certified Angus Beef", "Always fresh, never frozen."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg", imageAlt: "Front view burgers with pickles"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Secret Sauce",
|
||||
descriptions: [
|
||||
"Our house-made wild sauce",
|
||||
"Flavor you won't find elsewhere.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=2",
|
||||
imageAlt: "Front view burgers with pickles",
|
||||
},
|
||||
id: "f2", title: "Secret Sauce", descriptions: [
|
||||
"Our house-made wild sauce", "Flavor you won't find elsewhere."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg", imageAlt: "Front view burgers with pickles"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fast & Fresh",
|
||||
descriptions: [
|
||||
"Prepared to order",
|
||||
"Ready for dine-in or take-out.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg?_wi=2",
|
||||
imageAlt: "Front view burgers with pickles",
|
||||
},
|
||||
id: "f3", title: "Fast & Fresh", descriptions: [
|
||||
"Prepared to order", "Ready for dine-in or take-out."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg", imageAlt: "Front view burgers with pickles"},
|
||||
]}
|
||||
title="Why Choose Wild?"
|
||||
description="It's more than just a burger. It's the American WildBurger standard."
|
||||
@@ -216,14 +137,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Des Plaines Daily",
|
||||
"Illinois Foodie",
|
||||
"Chicago Eater",
|
||||
"Midwest Munch",
|
||||
"Burger Review Weekly",
|
||||
"Des Plaines Business",
|
||||
"Local Culinary Guide",
|
||||
]}
|
||||
"Des Plaines Daily", "Illinois Foodie", "Chicago Eater", "Midwest Munch", "Burger Review Weekly", "Des Plaines Business", "Local Culinary Guide"]}
|
||||
title="Local Favorites"
|
||||
description="Featured by local food critics and media."
|
||||
/>
|
||||
@@ -236,59 +150,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark Stevens",
|
||||
role: "Local Resident",
|
||||
company: "Des Plaines",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark Stevens", role: "Local Resident", company: "Des Plaines", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Doe",
|
||||
role: "Food Blogger",
|
||||
company: "IL Eater",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg",
|
||||
},
|
||||
id: "t2", name: "Jane Doe", role: "Food Blogger", company: "IL Eater", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Miller",
|
||||
role: "Visitor",
|
||||
company: "Nearby",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048051.jpg",
|
||||
},
|
||||
id: "t3", name: "Robert Miller", role: "Visitor", company: "Nearby", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048051.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily Chen",
|
||||
role: "Student",
|
||||
company: "Local University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg",
|
||||
},
|
||||
id: "t4", name: "Emily Chen", role: "Student", company: "Local University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Wilson",
|
||||
role: "Regular",
|
||||
company: "Des Plaines",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
|
||||
},
|
||||
id: "t5", name: "David Wilson", role: "Regular", company: "Des Plaines", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15K+",
|
||||
label: "Burgers Served",
|
||||
},
|
||||
value: "15K+", label: "Burgers Served"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Customer Satisfaction"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "5-Star Reviews",
|
||||
},
|
||||
value: "500+", label: "5-Star Reviews"},
|
||||
]}
|
||||
title="What Our Fans Say"
|
||||
description="Don't just take our word for it. Our customers love the WildBurger difference."
|
||||
@@ -299,14 +182,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Hungry? Come visit us today in Des Plaines. Open daily 11AM - 10PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,29 +197,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user