Update src/app/page.tsx
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Droplets, Settings, Wrench, ShieldCheck, Waves, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Droplets, Settings, ShieldCheck, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
export default function CrownFiltechPage() {
|
||||
return (
|
||||
@@ -39,21 +37,6 @@ export default function CrownFiltechPage() {
|
||||
brandName="Crown Filtech"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Crown Filtech"
|
||||
description="Elite swimming pool construction and professional maintenance services tailored for your lifestyle."
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
{ text: "Our Process", href: "#methodology" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-modern-villa-landscape-design-summer_141793-2717.jpg", imageAlt: "Luxury custom swimming pool" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-swimming-pool-with-blue-water_23-2148785089.jpg", imageAlt: "Pool maintenance and cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-sun-loungers-decking-resort_1203-5323.jpg", imageAlt: "Professional pool construction" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-water-swimming-pool-with-reflections_23-2148281369.jpg", imageAlt: "Crystal clear pool water" },
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<div id="about">
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
|
||||
Reference in New Issue
Block a user