3 Commits

Author SHA1 Message Date
a1be5a1928 Merge version_2 into main
Merge version_2 into main
2026-04-04 06:37:51 +00:00
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
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
]}
brandName="BurgerSwift"
/>
@@ -53,94 +45,53 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
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."
testimonials={[
{
name: "Alex River",
handle: "@alexfood",
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: "Alex River", handle: "@alexfood", 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",
handle: "@jamie_eats",
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: "Jamie Smith", handle: "@jamie_eats", 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",
handle: "@pat_w",
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: "Pat Wilson", handle: "@pat_w", 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",
handle: "@samtaylor",
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: "Sam Taylor", handle: "@samtaylor", 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",
handle: "@jlee_fast",
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",
},
name: "Jordan Lee", handle: "@jlee_fast", 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"
imageAlt="Juicy cheeseburger"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23878.jpg", 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",
alt: "Customer 3",
},
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"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg", alt: "Customer 5"},
]}
avatarText="Join 10,000+ happy foodies"
marqueeItems={[
{
type: "text",
text: "100% Grass-Fed Beef",
},
type: "text", text: "100% Grass-Fed Beef"},
{
type: "text",
text: "Locally Sourced Produce",
},
type: "text", text: "Locally Sourced Produce"},
{
type: "text",
text: "Hand-Cut Fries",
},
type: "text", text: "Hand-Cut Fries"},
{
type: "text",
text: "Made-to-Order",
},
type: "text", text: "Made-to-Order"},
{
type: "text",
text: "Fast Delivery",
},
type: "text", text: "Fast Delivery"},
]}
/>
</div>
@@ -150,24 +101,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Crafting Flavors That ",
},
type: "text", content: "Crafting Flavors That "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg",
alt: "Fresh Ingredients",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg", alt: "Fresh Ingredients"},
{
type: "text",
content: " Bring People Together",
},
type: "text", content: " Bring People Together"},
]}
buttons={[
{
text: "Learn Our Story",
href: "#",
},
text: "Learn Our Story", href: "#"},
]}
/>
</div>
@@ -180,47 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
id: "p6",
name: "Velvet Chocolate Shake",
price: "$4.49",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4417.jpg",
},
id: "p6", 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"
description="Discover our signature menu items, prepared with farm-fresh ingredients daily."
@@ -234,59 +146,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
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: "1", name: "Sarah J.", 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",
name: "Mike B.",
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: "2", name: "Mike B.", 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",
name: "Emily C.",
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: "3", name: "Emily C.", 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",
name: "David L.",
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: "4", name: "David L.", 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",
name: "Jane D.",
role: "Fan",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23619.jpg?_wi=2",
},
id: "5", name: "Jane D.", 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={[
{
value: "10k+",
label: "Burgers Served",
},
value: "10k+", label: "Burgers Served"},
{
value: "4.9/5",
label: "Average Rating",
},
value: "4.9/5", label: "Average Rating"},
{
value: "500+",
label: "Five Star Reviews",
},
value: "500+", label: "Five Star Reviews"},
]}
title="Loved By Locals"
description="Hear what our regulars say about their favorite meals."
@@ -299,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer delivery?",
content: "Yes! Order through our app or website for fast doorstep delivery.",
},
id: "q1", title: "Do you offer delivery?", content: "Yes! Order through our app or website for fast doorstep delivery."},
{
id: "q2",
title: "Are there vegetarian options?",
content: "We offer a delicious veggie burger and fresh garden salads.",
},
id: "q2", title: "Are there vegetarian options?", content: "We offer a delicious veggie burger and fresh garden salads."},
{
id: "q3",
title: "Can I customize my order?",
content: "Absolutely! Add, remove, or swap any ingredients to your liking.",
},
id: "q3", title: "Can I customize my order?", content: "Absolutely! Add, remove, or swap any ingredients to your liking."},
]}
title="Common Questions"
description="Get quick answers to all your burger-related questions."
@@ -324,16 +196,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="BurgerSwift"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "#",
}}
text: "Contact Us", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}