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 TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your pool requirements...", rows: 4,
|
||||
name: "message", placeholder: "Tell us about your pool requirements...", rows: 4,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<FooterCard
|
||||
<FooterBaseCard
|
||||
logoText="Crown Filtech"
|
||||
copyrightText="© 2025 Crown Filtech Inc. | Swimming Pool Construction & Maintenance"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user