Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -7,7 +7,7 @@ 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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline/NavbarLayoutFloatingInline";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Droplets, Settings, ShieldCheck, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
@@ -26,18 +26,20 @@ export default function CrownFiltechPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Methodology", id: "methodology" },
|
||||
{ name: "Testimonials", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Crown Filtech"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
<div id="about">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Methodology", id: "methodology" },
|
||||
{ name: "Testimonials", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Crown Filtech"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
@@ -53,7 +55,7 @@ export default function CrownFiltechPage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="services">
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
tag="Services"
|
||||
tagIcon={Droplets}
|
||||
@@ -73,7 +75,7 @@ export default function CrownFiltechPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="methodology">
|
||||
<div id="methodology" data-section="methodology">
|
||||
<FeatureCardNine
|
||||
tag="Methodology"
|
||||
tagIcon={Settings}
|
||||
@@ -90,7 +92,7 @@ export default function CrownFiltechPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFive
|
||||
tag="Trust"
|
||||
tagIcon={ShieldCheck}
|
||||
@@ -105,7 +107,7 @@ export default function CrownFiltechPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Start Your Pool Project"
|
||||
description="Ready to build your oasis? Reach out for a custom consultation."
|
||||
|
||||
Reference in New Issue
Block a user