Merge version_1 into main #2
167
src/app/page.tsx
167
src/app/page.tsx
@@ -1,40 +1,39 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, CheckCircle, Droplet, Shield, Snowflake, Thermometer, TrendingUp, Users, Wrench, Zap } from 'lucide-react';
|
||||
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import { Award, CheckCircle, Droplet, Thermometer, Zap, Snowflake, Shield, Wrench, Users, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function Home() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="inset"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Bob's Pool Services"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Bob's", id: "about" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bob's Pool"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +44,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
{ text: "Get Free Quote", href: "#contact" }
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-outdoor-swimming-pool_74190-12022.jpg"
|
||||
@@ -56,44 +55,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Homeowners Are Saying"
|
||||
description="Join hundreds of satisfied customers who trust Bob's Pool Services for their pool care"
|
||||
tag="Social Proof"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@Sarah_J", testimonial: "I have been working with Bob and the team for 5 years and the pool has never opened green once. They are reliable, professional, and amazing to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "woman portrait professional headshot smile"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Thompson", handle: "@Mike_T", testimonial: "Bob has been my family's pool man for over 20 years. Our pool is always sparkling clean and the service is incredibly friendly. Best decision we ever made.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "man portrait professional headshot confident"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez", handle: "@Jen_Martinez", testimonial: "I bought a house with a pool and had no idea what I was doing. Bob came out quickly, fixed everything, and explained it all. Best price around and incredible service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", imageAlt: "woman portrait professional headshot happy"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Chen", handle: "@David_C", testimonial: "Reliable, honest, and responsive. Bob's team treats your pool like it's their own. That's why we've been customers for 8 years. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg", imageAlt: "man portrait professional headshot smile"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emily Rodriguez", handle: "@Emily_R", testimonial: "Outstanding service every single time. Bob's attention to detail and customer care is unmatched in the area. Pool always looks pristine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "woman portrait professional headshot cheerful"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", handle: "@Rob_W", testimonial: "Family-owned business with genuine care. Been using Bob's services for 12 years. Never had a single issue. Fair pricing and professional work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", imageAlt: "man portrait professional headshot friendly"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
title="Complete Pool Care Solutions"
|
||||
@@ -102,28 +63,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Weekly Maintenance", description: "Skimming, vacuuming, chemical testing, equipment checks, and filter cleaning. Never worry about your pool again."
|
||||
},
|
||||
title: "Weekly Maintenance", description: "Skimming, vacuuming, chemical testing, equipment checks, and filter cleaning. Never worry about your pool again."},
|
||||
{
|
||||
icon: Thermometer,
|
||||
title: "Pool Opening", description: "Start the season right with cover removal, system startup, chemical balancing, and full inspection."
|
||||
},
|
||||
title: "Pool Opening", description: "Start the season right with cover removal, system startup, chemical balancing, and full inspection."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Equipment Repair", description: "Fast diagnostics and honest pricing for leaks, filters, pumps, heaters, and more. Same-day service available."
|
||||
},
|
||||
title: "Equipment Repair", description: "Fast diagnostics and honest pricing for leaks, filters, pumps, heaters, and more. Same-day service available."},
|
||||
{
|
||||
icon: Snowflake,
|
||||
title: "Pool Closing", description: "Professional winterization to protect your pool all season long with complete chemical treatment and coverage."
|
||||
},
|
||||
title: "Pool Closing", description: "Professional winterization to protect your pool all season long with complete chemical treatment and coverage."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Water Balancing", description: "Expert chemical treatment ensuring crystal clear, safe water that's always perfectly balanced."
|
||||
},
|
||||
title: "Water Balancing", description: "Expert chemical treatment ensuring crystal clear, safe water that's always perfectly balanced."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "System Check", description: "Comprehensive equipment inspections and maintenance to keep everything running at peak performance."
|
||||
}
|
||||
title: "System Check", description: "Comprehensive equipment inspections and maintenance to keep everything running at peak performance."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -139,10 +94,10 @@ export default function LandingPage() {
|
||||
description="For decades Bob and his team have helped homeowners enjoy their pools without the stress. Many customers have trusted Bob for 5, 10, even 20 years. Our commitment is simple: take care of every pool like it's your own."
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years of Experience" },
|
||||
{ value: "500+", title: "Happy Customers" }
|
||||
{ value: "500+", title: "Happy Customers" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27384.jpg"
|
||||
imageAlt="professional pool service team working together"
|
||||
imageAlt="Bob's professional pool service team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -156,17 +111,17 @@ export default function LandingPage() {
|
||||
tag="Our Strengths"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "20+", title: "Years Experience", description: "Trusted expertise you can rely on", icon: Award
|
||||
id: "1", value: "20+", title: "Years Experience", description: "Trusted expertise you can rely on", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", title: "Active Customers", description: "Growing community of satisfied homeowners", icon: Users
|
||||
id: "2", value: "500+", title: "Active Customers", description: "Growing community of satisfied homeowners", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3", value: "24hr", title: "Fast Response", description: "Emergency repairs handled quickly", icon: Zap
|
||||
id: "3", value: "24hr", title: "Fast Response", description: "Emergency repairs handled quickly", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "4", value: "100%", title: "Fair Pricing", description: "Honest, transparent service rates", icon: TrendingUp
|
||||
}
|
||||
id: "4", value: "100%", title: "Fair Pricing", description: "Honest, transparent service rates", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -175,6 +130,38 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Homeowners Are Saying"
|
||||
description="Join hundreds of satisfied customers who trust Bob's Pool Services for their pool care"
|
||||
tag="Social Proof"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@Sarah_J", testimonial: "I have been working with Bob and the team for 5 years and the pool has never opened green once. They are reliable, professional, and amazing to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "woman portrait professional headshot smile"},
|
||||
{
|
||||
id: "2", name: "Michael Thompson", handle: "@Mike_T", testimonial: "Bob has been my family's pool man for over 20 years. Our pool is always sparkling clean and the service is incredibly friendly. Best decision we ever made.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "man portrait professional headshot confident"},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez", handle: "@Jen_Martinez", testimonial: "I bought a house with a pool and had no idea what I was doing. Bob came out quickly, fixed everything, and explained it all. Best price around and incredible service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", imageAlt: "woman portrait professional headshot happy"},
|
||||
{
|
||||
id: "4", name: "David Chen", handle: "@David_C", testimonial: "Reliable, honest, and responsive. Bob's team treats your pool like it's their own. That's why we've been customers for 8 years. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg", imageAlt: "man portrait professional headshot smile"},
|
||||
{
|
||||
id: "5", name: "Emily Rodriguez", handle: "@Emily_R", testimonial: "Outstanding service every single time. Bob's attention to detail and customer care is unmatched in the area. Pool always looks pristine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "woman portrait professional headshot cheerful"},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", handle: "@Rob_W", testimonial: "Family-owned business with genuine care. Been using Bob's services for 12 years. Never had a single issue. Fair pricing and professional work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", imageAlt: "man portrait professional headshot friendly"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get Started"
|
||||
@@ -183,7 +170,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-having-fun-kids-pool_1398-5035.jpg"
|
||||
imageAlt="happy family enjoying backyard pool together"
|
||||
imageAlt="Happy family enjoying their clean pool"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email address"
|
||||
@@ -200,31 +187,31 @@ export default function LandingPage() {
|
||||
{ label: "Pool Opening", href: "#services" },
|
||||
{ label: "Weekly Maintenance", href: "#services" },
|
||||
{ label: "Pool Closing", href: "#services" },
|
||||
{ label: "Equipment Repair", href: "#services" }
|
||||
]
|
||||
{ label: "Equipment Repair", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#about" },
|
||||
{ label: "Service Area", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (413) XXX-XXXX", href: "tel:+14135551234" },
|
||||
{ label: "Email: info@bobspool.com", href: "mailto:info@bobspool.com" },
|
||||
{ label: "Springfield, MA", href: "#" }
|
||||
]
|
||||
{ label: "Springfield, MA", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensed & Insured", href: "#" }
|
||||
]
|
||||
}
|
||||
{ label: "Licensed & Insured", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Bob's Pool Services. All rights reserved."
|
||||
bottomRightText="Crystal Clear Pools. Trusted for Generations."
|
||||
@@ -232,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user