2 Commits

Author SHA1 Message Date
b877e99c7a Update src/app/page.tsx 2026-04-16 01:27:21 +00:00
e36d40b125 Merge version_1 into main
Merge version_1 into main
2026-04-16 01:25:12 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Find Us", name: "Find Us", id: "contact"},
id: "contact",
},
]} ]}
brandName="The Burger Joint" brandName="The Burger Joint"
/> />
@@ -53,106 +45,56 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Fresh. Local. Unbeatable." title="Fresh. Local. Unbeatable."
description="Crafting the perfect bite, one burger at a time. We use locally sourced ingredients to bring you the best experience in town." description="Crafting the perfect bite, one burger at a time. We use locally sourced ingredients to bring you the best experience in town."
testimonials={[ testimonials={[
{ {
name: "Alex J.", name: "Alex J.", handle: "@foodie", testimonial: "The best burger I have ever had. Highly recommend the double stack!", rating: 5,
handle: "@foodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=1", imageAlt: "gourmet burger illustration vector"},
testimonial: "The best burger I have ever had. Highly recommend the double stack!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=1",
imageAlt: "gourmet burger illustration vector",
},
{ {
name: "Sarah M.", name: "Sarah M.", handle: "@burgerlover", testimonial: "Incredible quality and flavor. A local gem.", rating: 5,
handle: "@burgerlover", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glvdiw&_wi=1", imageAlt: "gourmet burger illustration vector"},
testimonial: "Incredible quality and flavor. A local gem.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glvdiw&_wi=1",
imageAlt: "gourmet burger illustration vector",
},
{ {
name: "Mike T.", name: "Mike T.", handle: "@localguide", testimonial: "Fast service, fresh ingredients, great atmosphere.", rating: 4,
handle: "@localguide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dnz53y&_wi=1", imageAlt: "gourmet burger illustration vector"},
testimonial: "Fast service, fresh ingredients, great atmosphere.",
rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dnz53y&_wi=1",
imageAlt: "gourmet burger illustration vector",
},
{ {
name: "Elena R.", name: "Elena R.", handle: "@burgerfan", testimonial: "The service is as good as the food. Definitely coming back.", rating: 5,
handle: "@burgerfan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x789wp&_wi=1", imageAlt: "gourmet burger illustration vector"},
testimonial: "The service is as good as the food. Definitely coming back.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x789wp&_wi=1",
imageAlt: "gourmet burger illustration vector",
},
{ {
name: "Tom K.", name: "Tom K.", handle: "@meatlover", testimonial: "A true classic burger done right. Best local joint.", rating: 5,
handle: "@meatlover", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03l8rv&_wi=1", imageAlt: "gourmet burger illustration vector"},
testimonial: "A true classic burger done right. Best local joint.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03l8rv&_wi=1",
imageAlt: "gourmet burger illustration vector",
},
]} ]}
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=2"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5w8zjv", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5w8zjv", alt: "customer portrait headshot"},
alt: "customer portrait headshot",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cslexk", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cslexk", alt: "customer portrait headshot"},
alt: "customer portrait headshot",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye6hgj", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye6hgj", alt: "customer portrait headshot"},
alt: "customer portrait headshot",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=susge9", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=susge9", alt: "customer portrait headshot"},
alt: "customer portrait headshot",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=838mid", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=838mid", alt: "customer portrait headshot"},
alt: "customer portrait headshot",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Fresh Beef"},
text: "Fresh Beef",
},
{ {
type: "text", type: "text", text: "Local Produce"},
text: "Local Produce",
},
{ {
type: "text", type: "text", text: "Hand-Cut Fries"},
text: "Hand-Cut Fries",
},
{ {
type: "text", type: "text", text: "Craft Shakes"},
text: "Craft Shakes",
},
{ {
type: "text", type: "text", text: "Open Late"},
text: "Open Late",
},
]} ]}
/> />
</div> </div>
@@ -165,47 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Classic Burger", price: "$9.90", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glvdiw&_wi=2"},
name: "Classic Burger",
price: "$9.90",
variant: "Popular",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glvdiw&_wi=2",
},
{ {
id: "p2", id: "p2", name: "Veggie Delight", price: "$11.90", variant: "Veggie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dnz53y&_wi=2"},
name: "Veggie Delight",
price: "$11.90",
variant: "Veggie",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dnz53y&_wi=2",
},
{ {
id: "p3", id: "p3", name: "Double Stack", price: "$14.90", variant: "New", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x789wp&_wi=2"},
name: "Double Stack",
price: "$14.90",
variant: "New",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x789wp&_wi=2",
},
{ {
id: "p4", id: "p4", name: "Mango Shake", price: "$9.50", variant: "Fan Fave", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03l8rv&_wi=2"},
name: "Mango Shake",
price: "$9.50",
variant: "Fan Fave",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03l8rv&_wi=2",
},
{ {
id: "p5", id: "p5", name: "Thick Shake", price: "$11.50", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=czlwiw"},
name: "Thick Shake",
price: "$11.50",
variant: "Classic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=czlwiw",
},
{ {
id: "p6", id: "p6", name: "Seasoned Fries", price: "$5.90", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0iqewi"},
name: "Seasoned Fries",
price: "$5.90",
variant: "Classic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0iqewi",
},
]} ]}
title="Our Menu" title="Our Menu"
description="Handcrafted selections for every craving." description="Handcrafted selections for every craving."
@@ -219,9 +131,7 @@ export default function LandingPage() {
description="Born from a passion for quality, we believe in fresh ingredients, local partnerships, and great flavors. Each burger tells a story of craftsmanship." description="Born from a passion for quality, we believe in fresh ingredients, local partnerships, and great flavors. Each burger tells a story of craftsmanship."
buttons={[ buttons={[
{ {
text: "Visit Us", text: "Visit Us", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpg8v3&_wi=3"
/> />
@@ -234,40 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "John D.", handle: "@user1", testimonial: "Simply delicious experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5w8zjv"},
name: "John D.",
handle: "@user1",
testimonial: "Simply delicious experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5w8zjv",
},
{ {
id: "2", id: "2", name: "Jane S.", handle: "@user2", testimonial: "Fresh and flavorful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cslexk"},
name: "Jane S.",
handle: "@user2",
testimonial: "Fresh and flavorful.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cslexk",
},
{ {
id: "3", id: "3", name: "Robert B.", handle: "@user3", testimonial: "Best service in town.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye6hgj"},
name: "Robert B.",
handle: "@user3",
testimonial: "Best service in town.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye6hgj",
},
{ {
id: "4", id: "4", name: "Emily C.", handle: "@user4", testimonial: "Can't wait to come back.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=susge9"},
name: "Emily C.",
handle: "@user4",
testimonial: "Can't wait to come back.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=susge9",
},
{ {
id: "5", id: "5", name: "David W.", handle: "@user5", testimonial: "Perfect weekend meal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=838mid"},
name: "David W.",
handle: "@user5",
testimonial: "Perfect weekend meal.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=838mid",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Don't just take our word for it." description="Don't just take our word for it."
@@ -278,16 +163,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Find Us" tag="Find Us"
title="Hungry for a burger?" title="Hungry for a burger?"
description="Come visit us today at the heart of the city. We're open daily until late." description="Come visit us today at the heart of the city. We're open daily until late."
buttons={[ buttons={[
{ {
text: "Directions", text: "Directions", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -296,33 +178,21 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Navigate", title: "Navigate", items: [
items: [
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -333,4 +203,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }