Merge version_2 into main #4
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -64,23 +64,31 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
<FeatureCardNineteen
|
||||
title="Comprehensive Pool Solutions"
|
||||
description="We offer everything from simple cleanings to complex backyard design and installations."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", label: "Maintenance", title: "Routine Cleaning", items: ["Weekly debris removal", "Chemical water testing", "Filter inspection"]
|
||||
id: 1,
|
||||
tag: "Maintenance",
|
||||
title: "Routine Cleaning",
|
||||
subtitle: "Weekly Care", description: "Professional debris removal, water chemistry testing, and filter maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-swimming-pool_1203-5241.jpg"
|
||||
},
|
||||
{
|
||||
id: "f2", label: "Service", title: "Pump & Equipment", items: ["Pump installation", "Repair diagnostics", "Filter replacement"]
|
||||
id: 2,
|
||||
tag: "Service",
|
||||
title: "Equipment Repair",
|
||||
subtitle: "Expert Service", description: "Reliable pump, heater, and filter repair by certified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-swimming-pool-pump_1203-5321.jpg"
|
||||
},
|
||||
{
|
||||
id: "f3", label: "Design", title: "Backyard Design", items: ["Spa installations", "Layout consulting", "Professional builds"]
|
||||
id: 3,
|
||||
tag: "Design",
|
||||
title: "Backyard Design",
|
||||
subtitle: "Custom Builds", description: "Tailored consulting and installations for spas, pools, and outdoor living areas.", imageSrc: "http://img.b2bpic.net/free-photo/modern-backyard-pool-design_1203-5432.jpg"
|
||||
}
|
||||
]}
|
||||
title="Comprehensive Pool Solutions"
|
||||
description="We offer everything from simple cleanings to complex backyard design and installations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -141,4 +149,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user