Merge version_1 into main #2
458
src/app/page.tsx
458
src/app/page.tsx
@@ -29,339 +29,149 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
]}
|
||||
brandName="GripBand"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="GripBand"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Never Chase a Slipping Trash Bag Again"
|
||||
description="GripBand is the simple, durable rubber accessory that locks your trash bag to your bin instantly. Keep your kitchen clean and your hands free from the mess."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-crumpled-plastic-water-bottles-near-miniature-dustbin_23-2147826721.jpg?_wi=1"
|
||||
imageAlt="trash can with rubber band"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "plain" }}
|
||||
title="Never Chase a Slipping Trash Bag Again"
|
||||
description="GripBand is the simple, durable rubber accessory that locks your trash bag to your bin instantly. Keep your kitchen clean and your hands free from the mess."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-crumpled-plastic-water-bottles-near-miniature-dustbin_23-2147826721.jpg"
|
||||
imageAlt="trash can with rubber band"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Your Daily Routine"
|
||||
description="We believe the simplest problems have the most impactful solutions. GripBand was born from the frustration of messy, overflowing bins caused by bags that slide into the trash. Our high-grade rubber bands provide the friction you need to ensure your bag stays exactly where you put it."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Universal Fit",
|
||||
description: "Designed to stretch over any standard trash bin shape.",
|
||||
},
|
||||
{
|
||||
title: "Ultra-Durable",
|
||||
description: "Made from heavy-duty, long-lasting industrial rubber.",
|
||||
},
|
||||
{
|
||||
title: "Easy Installation",
|
||||
description: "Simply slip it over the top in seconds.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138437.jpg?_wi=1"
|
||||
imageAlt="rubber band on trash can"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Your Daily Routine"
|
||||
description="We believe the simplest problems have the most impactful solutions. GripBand was born from the frustration of messy, overflowing bins caused by bags that slide into the trash. Our high-grade rubber bands provide the friction you need to ensure your bag stays exactly where you put it."
|
||||
bulletPoints={[
|
||||
{ title: "Universal Fit", description: "Designed to stretch over any standard trash bin shape." },
|
||||
{ title: "Ultra-Durable", description: "Made from heavy-duty, long-lasting industrial rubber." },
|
||||
{ title: "Easy Installation", description: "Simply slip it over the top in seconds." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138437.jpg"
|
||||
imageAlt="rubber band on trash can"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Superior Friction",
|
||||
description: "Our proprietary texture grips bag plastic securely.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-10247.jpg",
|
||||
imageAlt: "durable rubber material",
|
||||
},
|
||||
{
|
||||
title: "Clutter-Free",
|
||||
description: "No more messy bag spills inside your trash can.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-crumpled-plastic-water-bottles-near-miniature-dustbin_23-2147826721.jpg?_wi=2",
|
||||
imageAlt: "durable rubber material",
|
||||
},
|
||||
{
|
||||
title: "Lasting Material",
|
||||
description: "Weather and heat resistant for indoor or outdoor use.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138437.jpg?_wi=2",
|
||||
imageAlt: "durable rubber material",
|
||||
},
|
||||
]}
|
||||
title="The GripBand Advantage"
|
||||
description="Why struggle with bin mess? Experience the peace of mind that comes with a perfectly secured trash bag."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Superior Friction", description: "Our proprietary texture grips bag plastic securely.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "Clutter-Free", description: "No more messy bag spills inside your trash can.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
{ title: "Lasting Material", description: "Weather and heat resistant for indoor or outdoor use.", bentoComponent: "reveal-icon", icon: Award },
|
||||
]}
|
||||
title="The GripBand Advantage"
|
||||
description="Why struggle with bin mess? Experience the peace of mind that comes with a perfectly secured trash bag."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Starter Pack (1 Band)",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-utensils_74190-7017.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kitchen Trio (3 Bands)",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-cleaning-products-basket_23-2148818427.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Whole House Bulk (10 Bands)",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Office/Work Pack (5 Bands)",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-laptop_23-2150282014.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garage/Outdoor (2 Large Bands)",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-advanced-yoga-summer-beach_1157-37225.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Limited Edition Glow Band",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-eucalyptus-jar-high-angle_23-2149420715.jpg",
|
||||
},
|
||||
]}
|
||||
title="Choose Your GripBand Set"
|
||||
description="Find the perfect bundle for your home, office, or commercial needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Starter Pack (1 Band)", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/wood-utensils_74190-7017.jpg" },
|
||||
{ id: "p2", name: "Kitchen Trio (3 Bands)", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-cleaning-products-basket_23-2148818427.jpg" },
|
||||
{ id: "p3", name: "Whole House Bulk (10 Bands)", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg" },
|
||||
{ id: "p4", name: "Office/Work Pack (5 Bands)", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-laptop_23-2150282014.jpg" },
|
||||
{ id: "p5", name: "Garage/Outdoor (2 Large Bands)", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-advanced-yoga-summer-beach_1157-37225.jpg" },
|
||||
{ id: "p6", name: "Limited Edition Glow Band", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-eucalyptus-jar-high-angle_23-2149420715.jpg" },
|
||||
]}
|
||||
title="Choose Your GripBand Set"
|
||||
description="Find the perfect bundle for your home, office, or commercial needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
title: "Bands Shipped",
|
||||
description: "Happy homes and offices organized.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
title: "Slip Prevention",
|
||||
description: "The highest rated hold on the market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suitcase-icon-front-side-with-white-background_187299-39996.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2 Mins",
|
||||
title: "Time Saved Daily",
|
||||
description: "Stop adjusting bags every time you toss trash.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-euro-sign-with-gold-crown-yellow-background-euro-is-king-main-currency-exchange-world-from-european-union-concept-by-3d-render_616485-85.jpg",
|
||||
},
|
||||
]}
|
||||
title="By the Numbers"
|
||||
description="Making chores easier, one bin at a time."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "1500+", title: "Bands Shipped", description: "Happy homes and offices organized.", imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg" },
|
||||
{ id: "m2", value: "99.9%", title: "Slip Prevention", description: "The highest rated hold on the market.", imageSrc: "http://img.b2bpic.net/free-photo/suitcase-icon-front-side-with-white-background_187299-39996.jpg" },
|
||||
{ id: "m3", value: "2 Mins", title: "Time Saved Daily", description: "Stop adjusting bags every time you toss trash.", imageSrc: "http://img.b2bpic.net/free-photo/golden-euro-sign-with-gold-crown-yellow-background-euro-is-king-main-currency-exchange-world-from-european-union-concept-by-3d-render_616485-85.jpg" },
|
||||
]}
|
||||
title="By the Numbers"
|
||||
description="Making chores easier, one bin at a time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahhome",
|
||||
testimonial: "I never thought a rubber band would make such a difference, but I haven't had a single slipping bag in weeks!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-blue-house-hands_23-2147694208.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "@jc_design",
|
||||
testimonial: "The perfect solution for my office bins. Clean, discreet, and works every single time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Davis",
|
||||
handle: "@rob_retired",
|
||||
testimonial: "Finally, my kitchen bin stays tidy. My grandkids love how simple it is.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-kitchen-taking-cooking-lessons-laptop_23-2148991634.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_mom",
|
||||
testimonial: "A total lifesaver for our messy kitchen. We have these on every bin in the house.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-home-cleaning-service-laptop_53876-132210.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "I love that I don't have to fiddle with my trash bags anymore. Best $20 I ever spent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-headphones-smiling-holding-tablet_176420-12578.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Thousands"
|
||||
description="See why our customers are making the switch to a cleaner bin experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahhome", testimonial: "I never thought a rubber band would make such a difference, but I haven't had a single slipping bag in weeks!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-blue-house-hands_23-2147694208.jpg" },
|
||||
{ id: "2", name: "James Chen", handle: "@jc_design", testimonial: "The perfect solution for my office bins. Clean, discreet, and works every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" },
|
||||
{ id: "3", name: "Robert Davis", handle: "@rob_retired", testimonial: "Finally, my kitchen bin stays tidy. My grandkids love how simple it is.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-kitchen-taking-cooking-lessons-laptop_23-2148991634.jpg" },
|
||||
{ id: "4", name: "Elena Rodriguez", handle: "@elena_mom", testimonial: "A total lifesaver for our messy kitchen. We have these on every bin in the house.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/illustration-home-cleaning-service-laptop_53876-132210.jpg" },
|
||||
{ id: "5", name: "Mark Wilson", handle: "@mwilson", testimonial: "I love that I don't have to fiddle with my trash bags anymore. Best $20 I ever spent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-headphones-smiling-holding-tablet_176420-12578.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Thousands"
|
||||
description="See why our customers are making the switch to a cleaner bin experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Will it fit my bin?",
|
||||
content: "GripBand is highly elastic and fits the vast majority of standard household, office, and industrial trash bins.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the material durable?",
|
||||
content: "Yes, it is constructed from premium grade rubber designed to withstand thousands of stretches without degrading.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I wash the band?",
|
||||
content: "Absolutely. You can clean it easily with warm soapy water to maintain its grip.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about GripBand."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Will it fit my bin?", content: "GripBand is highly elastic and fits the vast majority of standard household, office, and industrial trash bins." },
|
||||
{ id: "q2", title: "Is the material durable?", content: "Yes, it is constructed from premium grade rubber designed to withstand thousands of stretches without degrading." },
|
||||
{ id: "q3", title: "Can I wash the band?", content: "Absolutely. You can clean it easily with warm soapy water to maintain its grip." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about GripBand."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Ready to tidy up your space?"
|
||||
description="Join thousands of customers who have upgraded their daily chore routine. Contact us for bulk orders or any questions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:hello@gripband.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to tidy up your space?"
|
||||
description="Join thousands of customers who have upgraded their daily chore routine. Contact us for bulk orders or any questions."
|
||||
buttons={[{ text: "Contact Support", href: "mailto:hello@gripband.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Bulk Orders",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:hello@gripband.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 GripBand. All rights reserved."
|
||||
bottomRightText="Built for cleaner living."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "Shop All", href: "#products" }, { label: "Bulk Orders", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Support", href: "mailto:hello@gripband.com" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 GripBand. All rights reserved."
|
||||
bottomRightText="Built for cleaner living."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user