Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
|||||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Droplets, Settings, ShieldCheck, Instagram, Facebook, Linkedin } from "lucide-react";
|
import { Droplets, Settings, ShieldCheck, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||||
@@ -124,17 +124,15 @@ export default function CrownFiltechPage() {
|
|||||||
{ name: "project", type: "text", placeholder: "Project Type" },
|
{ name: "project", type: "text", placeholder: "Project Type" },
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us about your pool requirements...", rows: 4,
|
name: "message", placeholder: "Tell us about your pool requirements...", rows: 4,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<FooterCard
|
<FooterBaseCard
|
||||||
logoText="Crown Filtech"
|
logoText="Crown Filtech"
|
||||||
copyrightText="© 2025 Crown Filtech Inc. | Swimming Pool Construction & Maintenance"
|
copyrightText="© 2025 Crown Filtech Inc. | Swimming Pool Construction & Maintenance"
|
||||||
socialLinks={[
|
columns={[
|
||||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] }
|
||||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
|
||||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user