Merge version_1 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -1,15 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import Link from "next/link";
|
||||
import { Zap, Star, Heart, Mail, Facebook, Twitter, Linkedin, Instagram } from "lucide-react";
|
||||
|
||||
@@ -38,9 +38,7 @@ const HomePage = () => {
|
||||
{ name: "FAQ", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,7 +63,7 @@ const HomePage = () => {
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg"
|
||||
imageAlt="AquaPure RO Water Purification System"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -77,9 +75,7 @@ const HomePage = () => {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why AquaPure RO is Your Trusted Water Partner",
|
||||
},
|
||||
type: "text", content: "Why AquaPure RO is Your Trusted Water Partner"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explore Our Mission", href: "/about" }]}
|
||||
@@ -93,45 +89,33 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Multi-Stage Filtration",
|
||||
description:
|
||||
"Our advanced 5-stage filtration system removes 99.8% of contaminants including bacteria, viruses, and dissolved solids for pristine water quality.",
|
||||
phoneOne: {
|
||||
title: "Multi-Stage Filtration", description:
|
||||
"Our advanced 5-stage filtration system removes 99.8% of contaminants including bacteria, viruses, and dissolved solids for pristine water quality.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=3",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Smart Monitoring System",
|
||||
description:
|
||||
"Real-time filter status tracking and automated alerts ensure your system operates at peak efficiency. Get instant notifications for maintenance needs.",
|
||||
phoneOne: {
|
||||
title: "Smart Monitoring System", description:
|
||||
"Real-time filter status tracking and automated alerts ensure your system operates at peak efficiency. Get instant notifications for maintenance needs.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=4",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Eco-Friendly Design",
|
||||
description:
|
||||
"Our water-efficient RO systems minimize waste while maximizing purification. Sustainable technology for conscious families.",
|
||||
phoneOne: {
|
||||
title: "Eco-Friendly Design", description:
|
||||
"Our water-efficient RO systems minimize waste while maximizing purification. Sustainable technology for conscious families.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=5",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -148,41 +132,17 @@ const HomePage = () => {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "AquaPure Advanced 2000 Pro",
|
||||
price: "$499",
|
||||
variant: "12 Liters/Hour 7 Stage Filter",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=6",
|
||||
imageAlt: "AquaPure Advanced 2000 Pro RO System",
|
||||
},
|
||||
id: "1", name: "AquaPure Advanced 2000 Pro", price: "$499", variant: "12 Liters/Hour 7 Stage Filter", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg", imageAlt: "AquaPure Advanced 2000 Pro RO System"},
|
||||
{
|
||||
id: "2",
|
||||
name: "AquaPure Compact 1000",
|
||||
price: "$299",
|
||||
variant: "8 Liters/Hour 5 Stage Filter",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=7",
|
||||
imageAlt: "AquaPure Compact 1000 Water Purifier",
|
||||
},
|
||||
id: "2", name: "AquaPure Compact 1000", price: "$299", variant: "8 Liters/Hour 5 Stage Filter", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg", imageAlt: "AquaPure Compact 1000 Water Purifier"},
|
||||
{
|
||||
id: "3",
|
||||
name: "AquaPure Portable Lite",
|
||||
price: "$149",
|
||||
variant: "Portable 3 Stage Filter",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg?_wi=3",
|
||||
imageAlt: "AquaPure Portable Lite Purifier",
|
||||
},
|
||||
id: "3", name: "AquaPure Portable Lite", price: "$149", variant: "Portable 3 Stage Filter", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg", imageAlt: "AquaPure Portable Lite Purifier"},
|
||||
{
|
||||
id: "4",
|
||||
name: "AquaPure Premium Ultra",
|
||||
price: "$699",
|
||||
variant: "15 Liters/Hour 9 Stage Filter",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=8",
|
||||
imageAlt: "AquaPure Premium Ultra RO System",
|
||||
},
|
||||
id: "4", name: "AquaPure Premium Ultra", price: "$699", variant: "15 Liters/Hour 9 Stage Filter", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg", imageAlt: "AquaPure Premium Ultra RO System"},
|
||||
]}
|
||||
title="Featured RO Purifier Systems"
|
||||
description="Choose from our premium collection of water purifiers designed for every home size and requirement."
|
||||
@@ -202,34 +162,16 @@ const HomePage = () => {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50K+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"5-star average rating",
|
||||
"98% satisfaction rate",
|
||||
"Trusted by families nationwide",
|
||||
],
|
||||
id: "1", value: "50K+", title: "Happy Customers", items: [
|
||||
"5-star average rating", "98% satisfaction rate", "Trusted by families nationwide"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Industry leader since 2009",
|
||||
"Continuous innovation",
|
||||
"Certified excellence",
|
||||
],
|
||||
id: "2", value: "15+", title: "Years Experience", items: [
|
||||
"Industry leader since 2009", "Continuous innovation", "Certified excellence"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.8%",
|
||||
title: "Purification Rate",
|
||||
items: [
|
||||
"Advanced filtration technology",
|
||||
"Removes all contaminants",
|
||||
"WHO certified standards",
|
||||
],
|
||||
id: "3", value: "99.8%", title: "Purification Rate", items: [
|
||||
"Advanced filtration technology", "Removes all contaminants", "WHO certified standards"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -245,47 +187,23 @@ const HomePage = () => {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Neha Gupta",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "3", name: "Neha Gupta", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Neha Gupta"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amit Patel",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "4", name: "Amit Patel", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Verma",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
|
||||
imageAlt: "Deepa Verma",
|
||||
},
|
||||
id: "5", name: "Deepa Verma", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Deepa Verma"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vikram Singh",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "6", name: "Vikram Singh", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Vikram Singh"},
|
||||
]}
|
||||
cardTitle="Over 50,000 families trust AquaPure RO for their daily water purification needs"
|
||||
cardTag="Trusted by thousands"
|
||||
@@ -300,15 +218,10 @@ const HomePage = () => {
|
||||
<SocialProofOne
|
||||
title="Certified & Trusted"
|
||||
description="AquaPure RO is certified by leading health and environmental organizations worldwide."
|
||||
names={[
|
||||
"WHO Certified", "Health Approved", "Eco Friendly", "Tech Verified", "Warranty Protected", "Support Available", "Industry Certified"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/realistic-clean-falling-water-droplet-design_1017-51807.jpg",
|
||||
"http://img.b2bpic.net/free-photo/doctor-standing-with-thumb-up-horizontal-medium-shot_1098-18147.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12732.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg",
|
||||
"http://img.b2bpic.net/free-vector/extend-guarantee-assurance-shield-badge-business-marketing_1017-62780.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg",
|
||||
"http://img.b2bpic.net/free-vector/grunge-certified-seal-stamp-rubber-look_78370-664.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/realistic-clean-falling-water-droplet-design_1017-51807.jpg", "http://img.b2bpic.net/free-photo/doctor-standing-with-thumb-up-horizontal-medium-shot_1098-18147.jpg", "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12732.jpg", "http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg", "http://img.b2bpic.net/free-vector/extend-guarantee-assurance-shield-badge-business-marketing_1017-62780.jpg", "http://img.b2bpic.net/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg", "http://img.b2bpic.net/free-vector/grunge-certified-seal-stamp-rubber-look_78370-664.jpg"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -324,24 +237,16 @@ const HomePage = () => {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/aquapurero",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/aquapurero", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/aquapurero",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/aquapurero", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/aquapurero",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/aquapurero", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/aquapurero",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/aquapurero", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user