2 Commits

Author SHA1 Message Date
5d5eb22cd0 Update src/app/page.tsx 2026-04-04 06:37:48 +00:00
8bf0c9dcf2 Merge version_1 into main
Merge version_1 into main
2026-04-04 06:27:18 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
]} ]}
brandName="BurgerSwift" brandName="BurgerSwift"
/> />
@@ -53,94 +45,53 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Fast, Fresh, And Always Delicious" title="Fast, Fresh, And Always Delicious"
description="Craving something tasty? From flame-grilled burgers to golden crispy fries, we serve up smiles in every bite. Order online and get it delivered fast." description="Craving something tasty? From flame-grilled burgers to golden crispy fries, we serve up smiles in every bite. Order online and get it delivered fast."
testimonials={[ testimonials={[
{ {
name: "Alex River", name: "Alex River", handle: "@alexfood", testimonial: "The best burger I've had in a long time! Fast delivery too.", rating: 5,
handle: "@alexfood", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=1"},
testimonial: "The best burger I've had in a long time! Fast delivery too.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=1",
},
{ {
name: "Jamie Smith", name: "Jamie Smith", handle: "@jamie_eats", testimonial: "Always fresh and hot. My go-to spot for lunch.", rating: 5,
handle: "@jamie_eats", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg?_wi=1"},
testimonial: "Always fresh and hot. My go-to spot for lunch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg?_wi=1",
},
{ {
name: "Pat Wilson", name: "Pat Wilson", handle: "@pat_w", testimonial: "Consistent quality and great prices. Highly recommend.", rating: 5,
handle: "@pat_w", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=1"},
testimonial: "Consistent quality and great prices. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=1",
},
{ {
name: "Sam Taylor", name: "Sam Taylor", handle: "@samtaylor", testimonial: "The fries are perfectly crispy every single time.", rating: 5,
handle: "@samtaylor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=1"},
testimonial: "The fries are perfectly crispy every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=1",
},
{ {
name: "Jordan Lee", name: "Jordan Lee", handle: "@jlee_fast", testimonial: "Amazing service and delicious food, absolutely top tier.", rating: 5,
handle: "@jlee_fast", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg?_wi=1"},
testimonial: "Amazing service and delicious food, absolutely top tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg?_wi=1",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/burger_1339-1581.jpg" imageSrc="http://img.b2bpic.net/free-photo/burger_1339-1581.jpg"
imageAlt="Juicy cheeseburger" imageAlt="Juicy cheeseburger"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg", src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg", src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg", src: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Join 10,000+ happy foodies" avatarText="Join 10,000+ happy foodies"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "100% Grass-Fed Beef"},
text: "100% Grass-Fed Beef",
},
{ {
type: "text", type: "text", text: "Locally Sourced Produce"},
text: "Locally Sourced Produce",
},
{ {
type: "text", type: "text", text: "Hand-Cut Fries"},
text: "Hand-Cut Fries",
},
{ {
type: "text", type: "text", text: "Made-to-Order"},
text: "Made-to-Order",
},
{ {
type: "text", type: "text", text: "Fast Delivery"},
text: "Fast Delivery",
},
]} ]}
/> />
</div> </div>
@@ -150,24 +101,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Crafting Flavors That "},
content: "Crafting Flavors That ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg", alt: "Fresh Ingredients"},
src: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg",
alt: "Fresh Ingredients",
},
{ {
type: "text", type: "text", content: " Bring People Together"},
content: " Bring People Together",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn Our Story", text: "Learn Our Story", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -180,47 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Signature Smash Burger", price: "$8.99", variant: "Beef", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg"},
name: "Signature Smash Burger",
price: "$8.99",
variant: "Beef",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg",
},
{ {
id: "p2", id: "p2", name: "Spicy Crispy Chicken", price: "$7.49", variant: "Chicken", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg"},
name: "Spicy Crispy Chicken",
price: "$7.49",
variant: "Chicken",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg",
},
{ {
id: "p3", id: "p3", name: "Garden Fresh Salad", price: "$6.99", variant: "Veggie", imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-still-life-assortment_23-2149179558.jpg"},
name: "Garden Fresh Salad",
price: "$6.99",
variant: "Veggie",
imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-still-life-assortment_23-2149179558.jpg",
},
{ {
id: "p4", id: "p4", name: "Golden French Fries", price: "$3.49", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/yellow-raw-beans-plate-orange-surface_114579-39481.jpg"},
name: "Golden French Fries",
price: "$3.49",
variant: "Side",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-raw-beans-plate-orange-surface_114579-39481.jpg",
},
{ {
id: "p5", id: "p5", name: "Berry Blast Lemonade", price: "$2.99", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/front-view-invigorating-lemonade-decanter-with-lemon-lime-strawberry_141793-4693.jpg"},
name: "Berry Blast Lemonade",
price: "$2.99",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-invigorating-lemonade-decanter-with-lemon-lime-strawberry_141793-4693.jpg",
},
{ {
id: "p6", id: "p6", name: "Velvet Chocolate Shake", price: "$4.49", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4417.jpg"},
name: "Velvet Chocolate Shake",
price: "$4.49",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4417.jpg",
},
]} ]}
title="Fresh Off The Grill" title="Fresh Off The Grill"
description="Discover our signature menu items, prepared with farm-fresh ingredients daily." description="Discover our signature menu items, prepared with farm-fresh ingredients daily."
@@ -234,59 +146,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Foodie", company: "Local Customer", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=2"},
role: "Foodie",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=2",
},
{ {
id: "2", id: "2", name: "Mike B.", role: "Fan", company: "Local Customer", rating: 5,
name: "Mike B.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg?_wi=2"},
role: "Fan",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg?_wi=2",
},
{ {
id: "3", id: "3", name: "Emily C.", role: "Regular", company: "Local Customer", rating: 5,
name: "Emily C.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=2"},
role: "Regular",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=2",
},
{ {
id: "4", id: "4", name: "David L.", role: "Loyalist", company: "Local Customer", rating: 5,
name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=2"},
role: "Loyalist",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=2",
},
{ {
id: "5", id: "5", name: "Jane D.", role: "Fan", company: "Local Customer", rating: 5,
name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg?_wi=2"},
role: "Fan",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg?_wi=2",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "10k+", value: "10k+", label: "Burgers Served"},
label: "Burgers Served",
},
{ {
value: "4.9/5", value: "4.9/5", label: "Average Rating"},
label: "Average Rating",
},
{ {
value: "500+", value: "500+", label: "Five Star Reviews"},
label: "Five Star Reviews",
},
]} ]}
title="Loved By Locals" title="Loved By Locals"
description="Hear what our regulars say about their favorite meals." description="Hear what our regulars say about their favorite meals."
@@ -299,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you offer delivery?", content: "Yes! Order through our app or website for fast doorstep delivery."},
title: "Do you offer delivery?",
content: "Yes! Order through our app or website for fast doorstep delivery.",
},
{ {
id: "q2", id: "q2", title: "Are there vegetarian options?", content: "We offer a delicious veggie burger and fresh garden salads."},
title: "Are there vegetarian options?",
content: "We offer a delicious veggie burger and fresh garden salads.",
},
{ {
id: "q3", id: "q3", title: "Can I customize my order?", content: "Absolutely! Add, remove, or swap any ingredients to your liking."},
title: "Can I customize my order?",
content: "Absolutely! Add, remove, or swap any ingredients to your liking.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Get quick answers to all your burger-related questions." description="Get quick answers to all your burger-related questions."
@@ -324,16 +196,12 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="BurgerSwift" logoText="BurgerSwift"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Contact Us", text: "Contact Us", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }