290 lines
18 KiB
TypeScript
290 lines
18 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
|
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
import { Leaf, Sparkles, CheckCircle, TrendingUp, Star, Mail, Award } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-bubble"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="smallMedium"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="noise"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="normal"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{ name: "Home", id: "home" },
|
|
{ name: "Products", id: "products" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Contact", id: "contact" },
|
|
{ name: "Blog", id: "blog" },
|
|
]}
|
|
brandName="Vegad Industries"
|
|
bottomLeftText="Avehx - Chemical-Free Excellence"
|
|
bottomRightText="vegadindustries@gmail.com"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
title="Premium Chemical-Free Cleaning Solutions"
|
|
description="Avehx delivers high-performance cleaning gels and detergents that are gentle on the environment and tough on dirt. Formulated for families who demand excellence without compromise."
|
|
tag="Vegad Industries"
|
|
tagIcon={Leaf}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "glowing-orb" }}
|
|
useInvertedBackground={false}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png?_wi=1"
|
|
imageAlt="Avehx Premium Cleaning Liquid"
|
|
imagePosition="right"
|
|
mediaAnimation="slide-up"
|
|
testimonials={[
|
|
{
|
|
name: "Emma Thompson", handle: "Sustainability Director, EcoHome", testimonial: "Avehx products transformed our household cleaning routine. Chemical-free, effective, and the bottles are 100% recyclable.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"
|
|
},
|
|
{
|
|
name: "David Chen", handle: "Operations Manager, GreenCorp", testimonial: "We switched our entire office to Avehx. The results speak for themselves—spotless surfaces with zero chemical odor.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=1"
|
|
},
|
|
{
|
|
name: "Sarah Williams", handle: "Family & Wellness Blogger", testimonial: "As a parent, I trust Avehx. My kids can safely help with cleaning, and I know there are no harmful chemicals in our home.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=1"
|
|
},
|
|
]}
|
|
testimonialRotationInterval={5000}
|
|
buttons={[
|
|
{ text: "Shop Now", href: "products" },
|
|
{ text: "Learn More", href: "about" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardThree
|
|
products={[
|
|
{
|
|
id: "1", name: "Avehx High-Performance Liquid Detergent", price: "$18.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png?_wi=2", imageAlt: "Avehx Liquid Detergent", initialQuantity: 1,
|
|
},
|
|
{
|
|
id: "2", name: "Avehx Premium Dish Wash Cleaning Gel", price: "$14.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-45ubys7i.png", imageAlt: "Avehx Dish Wash Gel", initialQuantity: 1,
|
|
},
|
|
{
|
|
id: "3", name: "Avehx Multi-Surface Cleaner", price: "$12.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png?_wi=3", imageAlt: "Avehx Multi-Surface Cleaner", initialQuantity: 1,
|
|
},
|
|
]}
|
|
title="Avehx Product Range"
|
|
description="Discover our complete line of chemical-free cleaning solutions, each formulated for specific cleaning needs with natural ingredients."
|
|
tag="Premium Collection"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
buttons={[{ text: "View All Products", href: "products" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextSplitAbout
|
|
title="Vegad Industries"
|
|
description={[
|
|
"Vegad Industries is a forward-thinking multi-industry parent brand committed to innovation across multiple sectors. Avehx represents our breakthrough entry into premium, sustainable cleaning solutions.", "Our mission is to deliver products that don't compromise on performance or environmental responsibility. Every Avehx formula is meticulously tested to ensure maximum cleaning power while maintaining our strict chemical-free standards.", "With expansion plans across Switzerland and Germany, we're building a global brand synonymous with quality, trust, and sustainable practices. Avehx is just the beginning of our vision to transform how families and businesses approach everyday essentials."
|
|
]}
|
|
useInvertedBackground={false}
|
|
showBorder={true}
|
|
buttons={[
|
|
{ text: "Discover Our Vision", href: "contact" },
|
|
{ text: "International Expansion", href: "about" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardThree
|
|
features={[
|
|
{
|
|
id: "01", title: "100% Chemical-Free Formula", description: "Powerful cleaning without harsh chemicals, toxins, or artificial fragrances. Safe for families, pets, and the environment.", imageSrc: "http://img.b2bpic.net/free-vector/liquid-soap-background-design_1268-663.jpg?_wi=1", imageAlt: "Chemical-Free Cleaning"
|
|
},
|
|
{
|
|
id: "02", title: "High Concentration Formula", description: "Concentrated solutions mean less water waste, extended product life, and better value for money. One bottle goes further.", imageSrc: "http://img.b2bpic.net/free-vector/liquid-soap-background-design_1268-663.jpg?_wi=2", imageAlt: "High Concentration"
|
|
},
|
|
{
|
|
id: "03", title: "Eco-Friendly Packaging", description: "100% recyclable bottles and sustainable materials. Every purchase supports environmental responsibility.", imageSrc: "http://img.b2bpic.net/free-vector/liquid-soap-background-design_1268-663.jpg?_wi=3", imageAlt: "Eco-Friendly Packaging"
|
|
},
|
|
{
|
|
id: "04", title: "Multi-Purpose Solutions", description: "From laundry to dishes to general cleaning, Avehx covers all your household needs with one trusted brand.", imageSrc: "http://img.b2bpic.net/free-vector/liquid-soap-background-design_1268-663.jpg?_wi=4", imageAlt: "Multi-Purpose Solutions"
|
|
},
|
|
]}
|
|
title="Why Choose Avehx"
|
|
description="Avehx products are engineered for performance, safety, and sustainability. Experience the difference of chemical-free cleaning."
|
|
tag="Key Benefits"
|
|
tagIcon={CheckCircle}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
buttons={[{ text: "Explore Products", href: "products" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
metrics={[
|
|
{
|
|
id: "1", value: "50K+", title: "Happy Customers Globally", items: ["98% satisfaction rate", "Trusted for household safety", "Growing community"],
|
|
},
|
|
{
|
|
id: "2", value: "2M+", title: "Bottles Delivered Sustainably", items: ["100% recyclable packaging", "Zero plastic waste commitment", "Eco-positive impact"],
|
|
},
|
|
{
|
|
id: "3", value: "12+", title: "Years Innovation Experience", items: ["Vegad Industries heritage", "Proven formulation expertise", "Multi-industry excellence"],
|
|
},
|
|
]}
|
|
title="Avehx Impact by Numbers"
|
|
description="Trusted by thousands of families and businesses worldwide who've made the switch to chemical-free cleaning."
|
|
tag="Our Achievement"
|
|
tagIcon={TrendingUp}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
animationType="slide-up"
|
|
buttons={[{ text: "Join Our Community", href: "contact" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTen
|
|
testimonials={[
|
|
{
|
|
id: "1", title: "Revolutionized Our Cleaning Standards", quote: "We switched our entire hotel chain to Avehx products last year. Not only are our guests happier with the chemical-free environment, but our staff also reports fewer respiratory issues. It's a win for everyone.", name: "Michael Richardson", role: "Hotel Manager, Premium Hospitality Group", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2"
|
|
},
|
|
{
|
|
id: "2", title: "Safe Cleaning for My Family", quote: "As a mother of three, safety is paramount. Avehx gives me peace of mind knowing our home is truly clean without harmful chemicals. My kids even help with chores now!", name: "Jennifer Martinez", role: "Home Manager, Family Advocate", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=2"
|
|
},
|
|
{
|
|
id: "3", title: "Performance Without Compromise", quote: "We were skeptical about chemical-free cleaning until we tried Avehx. The stain removal and deodorizing power rivals commercial products, but it's sustainable and safe.", name: "Thomas Anderson", role: "Environmental Manager, Corporate Services", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=2"
|
|
},
|
|
{
|
|
id: "4", title: "Best Investment for Our Restaurant", quote: "Kitchen cleanliness is critical in food service. Avehx products exceed health standards while reducing our chemical exposure incidents by 100%. Highly recommended.", name: "Lisa Thompson", role: "Head Chef, Fine Dining Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg"
|
|
},
|
|
{
|
|
id: "5", title: "Sustainability That Actually Works", quote: "We've reduced our environmental footprint significantly by switching to Avehx. The concentrated formula means fewer bottles, and the recyclable packaging closes the loop perfectly.", name: "David Kumar", role: "Sustainability Officer, Green Logistics", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=3"
|
|
},
|
|
{
|
|
id: "6", title: "Premium Quality at Fair Price", quote: "Avehx delivers luxury cleaning performance at competitive prices. The high concentration formula means it lasts longer than conventional products. Exceptional value.", name: "Alexandra Petrov", role: "Purchasing Director, Retail Chain", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=3"
|
|
},
|
|
]}
|
|
title="Trusted by Industry Leaders"
|
|
description="Read what families, businesses, and sustainability advocates say about their Avehx experience."
|
|
tag="Customer Stories"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttons={[{ text: "Share Your Story", href: "contact" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
names={[
|
|
"Premium Hotels International", "Eco-Certified Retailers", "Corporate Facilities Group", "Sustainable Brands Alliance", "Green Logistics Network", "Family Care Association", "Environmental Innovation Hub", "Quality Standards Board"
|
|
]}
|
|
title="Trusted by Leading Organizations"
|
|
description="From hospitality to retail, corporate offices to households—Avehx is the choice of quality-conscious brands worldwide."
|
|
tag="Partners & Affiliates"
|
|
tagIcon={Award}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
speed={40}
|
|
showCard={true}
|
|
buttons={[{ text: "Become a Partner", href: "contact" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Get In Touch"
|
|
title="Connect With Avehx"
|
|
description="Have questions about our products? Want to explore partnership opportunities? Or simply need support? We're here to help. Reach out to the Vegad Industries team."
|
|
tagIcon={Mail}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "sparkles-gradient" }}
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-vector/colored-triangles-banners-set_23-2147549490.jpg"
|
|
imageAlt="Avehx Contact"
|
|
mediaPosition="right"
|
|
mediaAnimation="slide-up"
|
|
inputPlaceholder="your@email.com"
|
|
buttonText="Get Updates"
|
|
termsText="By subscribing, you agree to receive updates about Avehx products and Vegad Industries news. We respect your privacy and never share your data."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-abstract-art-cover-collection_23-2148985061.jpg"
|
|
imageAlt="Vegad Industries - Avehx"
|
|
logoText="Vegad Industries"
|
|
copyrightText="© 2025 Vegad Industries. All rights reserved. | Avehx™ - Chemical-Free Excellence"
|
|
columns={[
|
|
{
|
|
title: "Products", items: [
|
|
{ label: "Liquid Detergent", href: "products" },
|
|
{ label: "Dish Wash Gel", href: "products" },
|
|
{ label: "Multi-Surface Cleaner", href: "products" },
|
|
{ label: "Bulk Orders", href: "contact" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About Vegad", href: "about" },
|
|
{ label: "Our Vision", href: "about" },
|
|
{ label: "Sustainability", href: "#" },
|
|
{ label: "Careers", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Connect", items: [
|
|
{ label: "Email", href: "#" },
|
|
{ label: "Phone: +91 9327933016", href: "#" },
|
|
{ label: "Facebook", href: "https://facebook.com" },
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|