Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 14:50:23 +00:00

View File

@@ -29,27 +29,20 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="CrispyCrunch"
button={{
text: "Shop Now", href: "#products"
}}
/>
</div>
@@ -59,79 +52,40 @@ export default function LandingPage() {
description="Experience the crunch of hand-crafted chips made from the finest farm-fresh potatoes. Discover flavors that redefine snack time."
testimonials={[
{
name: "Elena R.",
handle: "@elena_snack",
testimonial: "These are hands down the crunchiest chips I have ever tried. Absolutely addictive!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg?_wi=1",
imageAlt: "gourmet potato chips bowl wood table",
},
name: "Elena R.", handle: "@elena_snack", testimonial: "These are hands down the crunchiest chips I have ever tried. Absolutely addictive!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg", imageAlt: "gourmet potato chips bowl wood table"},
{
name: "Mark D.",
handle: "@mark_eats",
testimonial: "Quality is unmatched. You can actually taste the farm-fresh ingredients in every bag.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg?_wi=1",
imageAlt: "fresh potato field harvest",
},
name: "Mark D.", handle: "@mark_eats", testimonial: "Quality is unmatched. You can actually taste the farm-fresh ingredients in every bag.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg", imageAlt: "fresh potato field harvest"},
{
name: "Sophie K.",
handle: "@sophie_snack",
testimonial: "Perfectly seasoned and the texture is amazing. My pantry is never without these.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg?_wi=1",
imageAlt: "bag of gourmet sea salt chips",
},
name: "Sophie K.", handle: "@sophie_snack", testimonial: "Perfectly seasoned and the texture is amazing. My pantry is never without these.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg", imageAlt: "bag of gourmet sea salt chips"},
{
name: "David W.",
handle: "@david_foods",
testimonial: "Finally, a snack that doesn't compromise on quality or flavor. Truly premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg?_wi=1",
imageAlt: "spicy chili flavored potato chips",
},
name: "David W.", handle: "@david_foods", testimonial: "Finally, a snack that doesn't compromise on quality or flavor. Truly premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg", imageAlt: "spicy chili flavored potato chips"},
{
name: "Sarah J.",
handle: "@sarah_j",
testimonial: "The truffle flavor is divine! Highly recommend trying the whole range.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg?_wi=1",
imageAlt: "barbecue flavored potato chips",
},
name: "Sarah J.", handle: "@sarah_j", testimonial: "The truffle flavor is divine! Highly recommend trying the whole range.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg", imageAlt: "barbecue flavored potato chips"},
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg"
imageAlt="Artisanal potato chips bowl"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-111517.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-111517.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-holding-take-away-paper-bag-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-21291.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-holding-take-away-paper-bag-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-21291.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/headshot-joyful-european-woman-with-curly-hair-holds-delicious-waffle-cookie-enjoys-eating-homemade-desserts-exclaims-from-happiness-wears-casual-t-shirt-isolated-pink-background_273609-62625.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/headshot-joyful-european-woman-with-curly-hair-holds-delicious-waffle-cookie-enjoys-eating-homemade-desserts-exclaims-from-happiness-wears-casual-t-shirt-isolated-pink-background_273609-62625.jpg", alt: "Customer 5"},
]}
avatarText="Join 10,000+ happy snackers"
/>
@@ -142,7 +96,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafted with Care"
description="We believe in the power of simple, quality ingredients. Our chips start in local fields and finish in our signature kettles to deliver the ultimate crunch you deserve."
imageSrc="http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg"
imageAlt="Fresh potato field harvest"
/>
</div>
@@ -155,59 +109,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "CrispyCrunch",
name: "Classic Sea Salt",
price: "$4.99",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg?_wi=2",
},
id: "p1", brand: "CrispyCrunch", name: "Classic Sea Salt", price: "$4.99", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg"},
{
id: "p2",
brand: "CrispyCrunch",
name: "Spicy Chili Blast",
price: "$5.49",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg?_wi=2",
},
id: "p2", brand: "CrispyCrunch", name: "Spicy Chili Blast", price: "$5.49", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg"},
{
id: "p3",
brand: "CrispyCrunch",
name: "Smoky Barbecue",
price: "$5.49",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg?_wi=2",
},
id: "p3", brand: "CrispyCrunch", name: "Smoky Barbecue", price: "$5.49", rating: 5,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg"},
{
id: "p4",
brand: "CrispyCrunch",
name: "Sour Cream & Onion",
price: "$4.99",
rating: 4,
reviewCount: "105",
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-meal-with-copy-space_23-2148833817.jpg",
},
id: "p4", brand: "CrispyCrunch", name: "Sour Cream & Onion", price: "$4.99", rating: 4,
reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-meal-with-copy-space_23-2148833817.jpg"},
{
id: "p5",
brand: "CrispyCrunch",
name: "Truffle Infusion",
price: "$6.99",
rating: 5,
reviewCount: "145",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-chips-with-different-snacks-movie-time-dark-background_140725-79937.jpg",
},
id: "p5", brand: "CrispyCrunch", name: "Truffle Infusion", price: "$6.99", rating: 5,
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-chips-with-different-snacks-movie-time-dark-background_140725-79937.jpg"},
{
id: "p6",
brand: "CrispyCrunch",
name: "Kettle Classic",
price: "$4.50",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87113.jpg",
},
id: "p6", brand: "CrispyCrunch", name: "Kettle Classic", price: "$4.50", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87113.jpg"},
]}
title="Our Signature Snacks"
description="Discover our curated collection of artisanal flavors designed to delight your taste buds."
@@ -220,45 +138,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Incredible!",
quote: "The best texture of any chip I've ever had.",
name: "Sarah P.",
role: "Food Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-111517.jpg",
},
id: "1", title: "Incredible!", quote: "The best texture of any chip I've ever had.", name: "Sarah P.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-111517.jpg"},
{
id: "2",
title: "Obsessed",
quote: "I have to hide these from my kids so I can finish the bag!",
name: "David M.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg",
},
id: "2", title: "Obsessed", quote: "I have to hide these from my kids so I can finish the bag!", name: "David M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg"},
{
id: "3",
title: "Simply Perfect",
quote: "Just enough seasoning and the crunch is always consistent.",
name: "Lisa R.",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-holding-take-away-paper-bag-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-21291.jpg",
},
id: "3", title: "Simply Perfect", quote: "Just enough seasoning and the crunch is always consistent.", name: "Lisa R.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-holding-take-away-paper-bag-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-21291.jpg"},
{
id: "4",
title: "Game Changer",
quote: "Never buying store brand chips again. This is on a different level.",
name: "Alex K.",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg",
},
id: "4", title: "Game Changer", quote: "Never buying store brand chips again. This is on a different level.", name: "Alex K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg"},
{
id: "5",
title: "So Tasty",
quote: "My go-to snack for every movie night. Love them!",
name: "Julia H.",
role: "Artist",
imageSrc: "http://img.b2bpic.net/free-photo/headshot-joyful-european-woman-with-curly-hair-holds-delicious-waffle-cookie-enjoys-eating-homemade-desserts-exclaims-from-happiness-wears-casual-t-shirt-isolated-pink-background_273609-62625.jpg",
},
id: "5", title: "So Tasty", quote: "My go-to snack for every movie night. Love them!", name: "Julia H.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/headshot-joyful-european-woman-with-curly-hair-holds-delicious-waffle-cookie-enjoys-eating-homemade-desserts-exclaims-from-happiness-wears-casual-t-shirt-isolated-pink-background_273609-62625.jpg"},
]}
title="What Snacking Should Be"
description="Don't just take our word for it—join thousands of happy snackers."
@@ -269,16 +157,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Connect"
title="Have a Question?"
description="Our team is here to help with your orders, wholesale inquiries, or just to talk chips!"
buttons={[
{
text: "Contact Us",
href: "#",
},
text: "Contact Us", href: "#"},
]}
/>
</div>
@@ -289,45 +174,29 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Wholesale",
href: "#",
},
label: "Wholesale", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}