Merge version_1 into main #2
416
src/app/page.tsx
416
src/app/page.tsx
@@ -16,324 +16,120 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="SnackHaven"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="SnackHaven"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Crunchy Perfection in Every Bite"
|
||||
description="Discover our artisanal selection of hand-cooked chips and oven-baked biscuits made with natural ingredients."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=1",
|
||||
imageAlt: "Crunchy chips",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=2",
|
||||
imageAlt: "Artisanal biscuits",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=3",
|
||||
imageAlt: "Fresh snack pack",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=4",
|
||||
imageAlt: "Delicious snack",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=5",
|
||||
imageAlt: "Crunchy delight",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=6",
|
||||
imageAlt: "Chips bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=7",
|
||||
imageAlt: "Cookie tray",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=8",
|
||||
imageAlt: "Snack details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=9",
|
||||
imageAlt: "Golden crisp",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg?_wi=10",
|
||||
imageAlt: "Oven baked goodness",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5,000+ snack lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% NATURAL",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "HANDCRAFTED",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "OVEN BAKED",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "NO PRESERVATIVES",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "SUSTAINABLE",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="Crunchy Perfection in Every Bite"
|
||||
description="Discover our artisanal selection of hand-cooked chips and oven-baked biscuits made with natural ingredients."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Crunchy chips" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Artisanal biscuits" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Fresh snack pack" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Delicious snack" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Crunchy delight" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Chips bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Cookie tray" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Snack details" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Golden crisp" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-potatoes-ketchup-dark-background_140725-139644.jpg", imageAlt: "Oven baked goodness" }
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
avatars={Array(5).fill({ src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg", alt: "Customer" })}
|
||||
avatarText="Join 5,000+ snack lovers"
|
||||
marqueeItems={[{ type: "text", text: "100% NATURAL" }, { type: "text", text: "HANDCRAFTED" }, { type: "text", text: "OVEN BAKED" }, { type: "text", text: "NO PRESERVATIVES" }, { type: "text", text: "SUSTAINABLE" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "100% Natural",
|
||||
description: "No artificial preservatives or flavors ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg?_wi=1",
|
||||
imageAlt: "Natural",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Handcrafted",
|
||||
description: "Prepared in small batches for the perfect crunch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg?_wi=2",
|
||||
imageAlt: "Handcrafted",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Sustainably Sourced",
|
||||
description: "Supporting local farmers and sustainable practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg?_wi=3",
|
||||
imageAlt: "Sustainable",
|
||||
},
|
||||
]}
|
||||
title="Why SnackHaven?"
|
||||
description="We believe that snacks should be both delicious and made with quality ingredients."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: 1, title: "100% Natural", description: "No artificial preservatives or flavors ever.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg", imageAlt: "Natural" },
|
||||
{ id: 2, title: "Handcrafted", description: "Prepared in small batches for the perfect crunch.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg", imageAlt: "Handcrafted" },
|
||||
{ id: 3, title: "Sustainably Sourced", description: "Supporting local farmers and sustainable practices.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg", imageAlt: "Sustainable" }
|
||||
]}
|
||||
title="Why SnackHaven?"
|
||||
description="We believe that snacks should be both delicious and made with quality ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "SnackHaven",
|
||||
name: "Sea Salt Potato Chips",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parcel-burger-sauce-disposable-cup-mockup-white-background_23-2147904775.jpg",
|
||||
imageAlt: "Chips",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "SnackHaven",
|
||||
name: "Butter Shortbread Biscuits",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-chocolate-cookie-biscuits-wooden-board_114579-41798.jpg?_wi=1",
|
||||
imageAlt: "Biscuits",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SnackHaven",
|
||||
name: "Zesty Chili Tortilla Chips",
|
||||
price: "$4.50",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-blue-cloth-stone_114579-87813.jpg",
|
||||
imageAlt: "Spicy Chips",
|
||||
},
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Explore our favorite chips and biscuits, loved by snack enthusiasts everywhere."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "SnackHaven", name: "Sea Salt Potato Chips", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/parcel-burger-sauce-disposable-cup-mockup-white-background_23-2147904775.jpg", imageAlt: "Chips" },
|
||||
{ id: "2", brand: "SnackHaven", name: "Butter Shortbread Biscuits", price: "$6.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/single-chocolate-cookie-biscuits-wooden-board_114579-41798.jpg", imageAlt: "Biscuits" },
|
||||
{ id: "3", brand: "SnackHaven", name: "Zesty Chili Tortilla Chips", price: "$4.50", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-blue-cloth-stone_114579-87813.jpg", imageAlt: "Spicy Chips" }
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Explore our favorite chips and biscuits, loved by snack enthusiasts everywhere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The chips are incredibly crunchy and the biscuits are perfectly buttery. SnackHaven has become my go-to for movie nights!"
|
||||
rating={5}
|
||||
author="Alice Thompson"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The chips are incredibly crunchy and the biscuits are perfectly buttery. SnackHaven has become my go-to for movie nights!"
|
||||
rating={5}
|
||||
author="Alice Thompson"
|
||||
avatars={Array(5).fill({ src: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg", alt: "Customer" })}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Snack Stories"
|
||||
description="Read more about our sourcing, recipes, and snack culture."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Behind the Scenes",
|
||||
title: "From Farm to Bag",
|
||||
excerpt: "Discover how we select the finest potatoes for our chips.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg?_wi=4",
|
||||
authorName: "Chef Mario",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Recipes",
|
||||
title: "Snack-Pairing Guide",
|
||||
excerpt: "The perfect drinks to accompany our savory chips and sweet biscuits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-chocolate-cookie-biscuits-wooden-board_114579-41798.jpg?_wi=2",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Snack Stories"
|
||||
description="Read more about our sourcing, recipes, and snack culture."
|
||||
blogs={[
|
||||
{ id: "1", category: "Behind the Scenes", title: "From Farm to Bag", excerpt: "Discover how we select the finest potatoes for our chips.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-goodies-with-copy-space_23-2148826872.jpg", authorName: "Chef Mario", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "2", category: "Recipes", title: "Snack-Pairing Guide", excerpt: "The perfect drinks to accompany our savory chips and sweet biscuits.", imageSrc: "http://img.b2bpic.net/free-photo/single-chocolate-cookie-biscuits-wooden-board_114579-41798.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-with-spoon-bowl-eating-flakes_23-2148042220.jpg", date: "Oct 15, 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 SnackHaven Foods."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 SnackHaven Foods."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user