Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 09:01:28 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Dogz"
/>
@@ -48,47 +42,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Simply The Best Hot Dogs in Town"
description="Hand-crafted gourmet hot dogs made with premium ingredients and our signature secret sauce."
buttons={[
{
text: "See Menu",
href: "#menu",
},
text: "See Menu", href: "#menu"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-bread_23-2148640196.jpg",
imageAlt: "Hero 1",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-bread_23-2148640196.jpg", imageAlt: "Hero 1"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-dog-black-copy-space-background_23-2148668470.jpg",
imageAlt: "Hero 2",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-dog-black-copy-space-background_23-2148668470.jpg", imageAlt: "Hero 2"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2238.jpg",
imageAlt: "Hero 3",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2238.jpg", imageAlt: "Hero 3"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg?_wi=1",
imageAlt: "Hero 4",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg", imageAlt: "Hero 4"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=1",
imageAlt: "Hero 5",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg", imageAlt: "Hero 5"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/hotdogs-cutboard-with-copy-space_23-2148273072.jpg",
imageAlt: "Hero 6",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hotdogs-cutboard-with-copy-space_23-2148273072.jpg", imageAlt: "Hero 6"},
]}
/>
</div>
@@ -100,28 +73,13 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Organic",
title: "Fresh Ingredients",
subtitle: "Local Sourced",
description: "Farm-fresh vegetables and high-quality meats.",
imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg",
},
tag: "Organic", title: "Fresh Ingredients", subtitle: "Local Sourced", description: "Farm-fresh vegetables and high-quality meats.", imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg"},
{
id: 2,
tag: "Artisan",
title: "Handmade Buns",
subtitle: "Baked Fresh",
description: "Soft, fluffy buns delivered daily to our stand.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-oven-baked-bread-loafs_23-2148361931.jpg",
},
tag: "Artisan", title: "Handmade Buns", subtitle: "Baked Fresh", description: "Soft, fluffy buns delivered daily to our stand.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-oven-baked-bread-loafs_23-2148361931.jpg"},
{
id: 3,
tag: "Premium",
title: "Signature Sausages",
subtitle: "Small Batch",
description: "Crafted to perfection using traditional techniques.",
imageSrc: "http://img.b2bpic.net/free-vector/barbecue-grill-labels_1284-13888.jpg",
},
tag: "Premium", title: "Signature Sausages", subtitle: "Small Batch", description: "Crafted to perfection using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-vector/barbecue-grill-labels_1284-13888.jpg"},
]}
title="Why Our Hot Dogs Rock"
description="We don't just serve hot dogs; we serve happiness on a bun."
@@ -136,23 +94,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Dog",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=2",
},
id: "p1", name: "Classic Dog", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg"},
{
id: "p2",
name: "Spicy Inferno",
price: "$7.99",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg",
},
id: "p2", name: "Spicy Inferno", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg"},
{
id: "p3",
name: "Veggie Delight",
price: "$6.99",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg",
},
id: "p3", name: "Veggie Delight", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg"},
]}
title="Our Signature Menu"
description="From classic favorites to bold new creations, we have something for every palate."
@@ -163,42 +109,18 @@ export default function LandingPage() {
<TestimonialCardSix
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "t1",
name: "Sarah P.",
handle: "@sarahp",
testimonial: "The best hot dog I have ever tasted. Period!",
imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg?_wi=1",
},
id: "t1", name: "Sarah P.", handle: "@sarahp", testimonial: "The best hot dog I have ever tasted. Period!", imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg"},
{
id: "t2",
name: "Mike J.",
handle: "@mikej",
testimonial: "I visit every single week. Simply amazing.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg",
},
id: "t2", name: "Mike J.", handle: "@mikej", testimonial: "I visit every single week. Simply amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg"},
{
id: "t3",
name: "Elena R.",
handle: "@elenar",
testimonial: "The spicy dog is a game changer. Truly spicy.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
},
id: "t3", name: "Elena R.", handle: "@elenar", testimonial: "The spicy dog is a game changer. Truly spicy.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"},
{
id: "t4",
name: "David W.",
handle: "@davidw",
testimonial: "Friendly service and great vibe. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-woman-yellow-blouse-blue_285396-1855.jpg",
},
id: "t4", name: "David W.", handle: "@davidw", testimonial: "Friendly service and great vibe. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-woman-yellow-blouse-blue_285396-1855.jpg"},
{
id: "t5",
name: "Lucas K.",
handle: "@lucask",
testimonial: "Best street food experience in the city by far.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg?_wi=2",
},
id: "t5", name: "Lucas K.", handle: "@lucask", testimonial: "Best street food experience in the city by far.", imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg"},
]}
title="What Our Fans Say"
description="Loved by locals, snacked on by everyone."
@@ -209,12 +131,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get In Touch"
title="Ready for a Bite?"
description="Visit us at our downtown location or reach out for catering services for your next event."
imageSrc="http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -225,25 +146,17 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}