Merge version_1 into main #2
317
src/app/page.tsx
317
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Calendar, CheckCircle, CheckCircle2, DollarSign, ShieldCheck, Sparkles, UserCheck, Wrench, Zap } from "lucide-react";
|
||||
import { Calendar, CheckCircle, CheckCircle2, DollarSign, FlaskConical, Hammer, Replace, ShieldCheck, Sparkles, UserCheck, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Atik Pool Tech"
|
||||
/>
|
||||
@@ -54,84 +42,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Crystal Clear Pools. Professional Care You Can Trust."
|
||||
description="Premium swimming pool maintenance, cleaning, and repair services in Dubai — delivered with precision and reliability."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Pools Serviced",
|
||||
},
|
||||
{ value: "100%", label: "Satisfaction Rate" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "500+", label: "Pools Serviced" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+9710000000",
|
||||
},
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+9710000000" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
|
||||
alt: "customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
alt: "customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
|
||||
alt: "customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
|
||||
alt: "customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", alt: "customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg", alt: "customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", alt: "customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", alt: "customer 5" },
|
||||
]}
|
||||
avatarText="Loved by over 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Pool Care",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Maintenance",
|
||||
icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dubai Wide Service",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Crystal Clear Guarantee",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable & Punctual",
|
||||
},
|
||||
{ type: "text", text: "Premium Pool Care" },
|
||||
{ type: "text-icon", text: "Expert Maintenance", icon: Wrench },
|
||||
{ type: "text", text: "Dubai Wide Service" },
|
||||
{ type: "text-icon", text: "Crystal Clear Guarantee", icon: Sparkles },
|
||||
{ type: "text", text: "Reliable & Punctual" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,15 +79,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Dubai Luxury Estates",
|
||||
"Palm Villas",
|
||||
"Jumeirah Properties",
|
||||
"Al Barsha Heights",
|
||||
"DIFC Residences",
|
||||
"Marina Heights",
|
||||
"Dubai Hills Elite",
|
||||
]}
|
||||
names={["Dubai Luxury Estates", "Palm Villas", "Jumeirah Properties", "Al Barsha Heights", "DIFC Residences", "Marina Heights", "Dubai Hills Elite"]}
|
||||
title="Trusted by Top Residences"
|
||||
description="Our expertise is trusted by the finest homes across Dubai for consistent, crystal-clear results."
|
||||
/>
|
||||
@@ -161,76 +92,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Pool Cleaning",
|
||||
description: "Deep cleaning, debris removal, and surface restoration for a sparkling pool experience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skateboard-ramp-park_23-2147678232.jpg",
|
||||
},
|
||||
title: "Pool Cleaning", description: "Deep cleaning, debris removal, and surface restoration for a sparkling pool experience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg", imageAlt: "professional pool cleaner" },
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Water clarity restoration",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Surface tile care",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Fast debris removal",
|
||||
},
|
||||
{ icon: Sparkles, text: "Water clarity restoration" },
|
||||
{ icon: ShieldCheck, text: "Surface tile care" },
|
||||
{ icon: Zap, text: "Fast debris removal" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg?_wi=2",
|
||||
imageAlt: "professional pool cleaner",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Pool Repair",
|
||||
description: "Expert leak detection and equipment repair to keep your systems running flawlessly.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-are-pumping-big-rubber-toy-pool_1150-14570.jpg",
|
||||
},
|
||||
title: "Pool Repair", description: "Expert leak detection and equipment repair to keep your systems running flawlessly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg", imageAlt: "professional pool cleaner" },
|
||||
items: [
|
||||
{
|
||||
icon: Wrench,
|
||||
text: "Leak detection",
|
||||
},
|
||||
{
|
||||
icon: Hammer,
|
||||
text: "Pump & filter repair",
|
||||
},
|
||||
{
|
||||
icon: Replace,
|
||||
text: "Hardware upgrades",
|
||||
},
|
||||
{ icon: Wrench, text: "Leak detection" },
|
||||
{ icon: Hammer, text: "Pump & filter repair" },
|
||||
{ icon: Replace, text: "Hardware upgrades" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg",
|
||||
imageAlt: "professional pool cleaner",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Pool Maintenance",
|
||||
description: "Scheduled service plans tailored to your needs, including chemical balancing and inspections.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tie-dye-clay-background-blue-handmade-creative-art-abstract-style_53876-134219.jpg?_wi=1",
|
||||
},
|
||||
title: "Pool Maintenance", description: "Scheduled service plans tailored to your needs, including chemical balancing and inspections.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "professional pool cleaner" },
|
||||
items: [
|
||||
{
|
||||
icon: Calendar,
|
||||
text: "Weekly/monthly plans",
|
||||
},
|
||||
{
|
||||
icon: FlaskConical,
|
||||
text: "Chemical balancing",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Full system audit",
|
||||
},
|
||||
{ icon: Calendar, text: "Weekly/monthly plans" },
|
||||
{ icon: FlaskConical, text: "Chemical balancing" },
|
||||
{ icon: CheckCircle, text: "Full system audit" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1",
|
||||
imageAlt: "professional pool cleaner",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Pool Solutions"
|
||||
@@ -244,24 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle2,
|
||||
title: "Reliable Service",
|
||||
value: "Always On-Time",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: UserCheck,
|
||||
title: "Expert Team",
|
||||
value: "Professionally Trained",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: DollarSign,
|
||||
title: "Transparency",
|
||||
value: "No Hidden Fees",
|
||||
},
|
||||
{ id: "m1", icon: CheckCircle2, title: "Reliable Service", value: "Always On-Time" },
|
||||
{ id: "m2", icon: UserCheck, title: "Expert Team", value: "Professionally Trained" },
|
||||
{ id: "m3", icon: DollarSign, title: "Transparency", value: "No Hidden Fees" },
|
||||
]}
|
||||
title="Why Choose Atik?"
|
||||
description="Excellence is not just a promise; it is our standard."
|
||||
@@ -272,15 +143,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built on Trust, Quality, and Care",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-couple-handsome-muscular-male-sexy-woman-sitting-near-pool-enjoying-vacation_613910-12895.jpg",
|
||||
alt: "Service",
|
||||
},
|
||||
{ type: "text", content: "Built on Trust, Quality, and Care" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/attractive-couple-handsome-muscular-male-sexy-woman-sitting-near-pool-enjoying-vacation_613910-12895.jpg", alt: "Service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -290,46 +154,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Amazing Results",
|
||||
quote: "Excellent work! The swimming pool is very clean and well maintained.",
|
||||
name: "Saiful Alam",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professionalism",
|
||||
quote: "Very professional and reliable team.",
|
||||
name: "Munees",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Attitude",
|
||||
quote: "Workers are polite, respectful, and helpful.",
|
||||
name: "Naveed Maniyar",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top Quality",
|
||||
quote: "Affordable, professional, and great quality work.",
|
||||
name: "Akhil",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Well Organized",
|
||||
quote: "Everything is well organized and the pool is always perfectly clean.",
|
||||
name: "Sajid Khan",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Amazing Results", quote: "Excellent work! The swimming pool is very clean and well maintained.", name: "Saiful Alam", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" },
|
||||
{ id: "t2", title: "Professionalism", quote: "Very professional and reliable team.", name: "Munees", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
|
||||
{ id: "t3", title: "Great Attitude", quote: "Workers are polite, respectful, and helpful.", name: "Naveed Maniyar", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg" },
|
||||
{ id: "t4", title: "Top Quality", quote: "Affordable, professional, and great quality work.", name: "Akhil", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg" },
|
||||
{ id: "t5", title: "Well Organized", quote: "Everything is well organized and the pool is always perfectly clean.", name: "Sajid Khan", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why Dubai residents choose Atik."
|
||||
@@ -339,12 +168,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Ready for a Perfect Pool?"
|
||||
description="Let our experts handle everything — cleaning, maintenance, and repairs. Request your quote today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tie-dye-clay-background-blue-handmade-creative-art-abstract-style_53876-134219.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tie-dye-clay-background-blue-handmade-creative-art-abstract-style_53876-134219.jpg"
|
||||
tag="Contact Us"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -354,46 +181,22 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Dubai, UAE",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "support@atikpool.com",
|
||||
href: "mailto:support@atikpool.com",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai, UAE", href: "#" },
|
||||
{ label: "support@atikpool.com", href: "mailto:support@atikpool.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user