Update src/app/page.tsx
This commit is contained in:
213
src/app/page.tsx
213
src/app/page.tsx
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
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";
|
||||
@@ -11,7 +11,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Droplets, Settings, Wrench, ShieldCheck, Waves, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
export default function CrownFiltechPage() {
|
||||
return (
|
||||
@@ -31,128 +31,121 @@ export default function CrownFiltechPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Expertise", id: "services" },
|
||||
{ name: "Global Reach", id: "destinations" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Methodology", id: "methodology" },
|
||||
{ name: "Testimonials", id: "reviews" },
|
||||
{ name: "Consultation", id: "contact" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Crown Filtech"
|
||||
button={{ text: "Request Demo", href: "#contact" }}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Crown Filtech"
|
||||
description="Engineering the future through precision innovation and global technological expertise."
|
||||
description="Elite swimming pool construction and professional maintenance services tailored for your lifestyle."
|
||||
buttons={[
|
||||
{ text: "Our Solutions", href: "#services" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
{ text: "Our Process", href: "#methodology" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/manager-arriving-work-photovoltaics-factory-office-analyzing-data-pc_482257-119586.jpg", imageAlt: "Technology innovation hub" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg", imageAlt: "Global infrastructure network" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-wearing-formal-suit-having-fun-startup-office_482257-77721.jpg", imageAlt: "Digital transformation office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290113.jpg", imageAlt: "Future technology landscape" },
|
||||
{ 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}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "Bridging the gap between" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-355.jpg", alt: "Innovation" },
|
||||
{ type: "text", content: "and implementation with our" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg", alt: "Technology" },
|
||||
{ type: "text", content: "advanced filtration systems." },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Our Heritage", href: "#" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
tag="Services"
|
||||
tagIcon={Sparkles}
|
||||
title="Precision Tech Engineering"
|
||||
description="Comprehensive technological services designed to optimize performance and efficiency."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Systems Integration", description: "Seamlessly combining hardware and software for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-circuit-board-with-capacitors_23-2148284290.jpg", imageAlt: "Integration" },
|
||||
{ title: "Data Analytics", description: "Turning raw information into actionable business insights.", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg", imageAlt: "Data" },
|
||||
{ title: "Filtration Solutions", description: "High-efficiency filtration systems for industrial environments.", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg", imageAlt: "Filtration" },
|
||||
{ title: "Cloud Security", description: "Robust protocols to protect your enterprise infrastructure.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg", imageAlt: "Cloud" },
|
||||
{ title: "Custom Development", description: "Bespoke software tailored to specific project requirements.", imageSrc: "http://img.b2bpic.net/free-photo/program-development-with-data-terminal-window-displaying-it-coding-language-computer-database-cloud-computing-programming-new-user-interface-with-hmtl-script-close-up_482257-60750.jpg", imageAlt: "Development" }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardNine
|
||||
tag="Methodology"
|
||||
tagIcon={Compass}
|
||||
title="The Crown Standard"
|
||||
description="Our refined process ensures reliability, accuracy, and sustainable growth."
|
||||
textboxLayout="default"
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Requirement Analysis", description: "Mapping your operational needs with precise technical solutions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192708.jpg", imageAlt: "Analysis" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-writing-post-it_23-2149362923.jpg", imageAlt: "Planning" } },
|
||||
{ title: "Development Phase", description: "Execution driven by best-in-class engineering practices.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/it-engineer-working-with-his-pc_1098-21511.jpg", imageAlt: "Code" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/corridor-server-room-data-center_181624-61663.jpg", imageAlt: "Deployment" } },
|
||||
{ title: "Performance Testing", description: "Rigorous validation to ensure consistent and reliable output.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-man-blue-lab-suit-make-notes-about-big-steel-chromed-machine-with-tubes_645730-322.jpg", imageAlt: "Testing" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analysis-with-business-chart-marketing-report-working-office_1150-1814.jpg", imageAlt: "Results" } },
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
tag="Markets"
|
||||
tagIcon={Plane}
|
||||
title="Global Capabilities"
|
||||
description="Supporting critical industries across major global markets."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Industrial Manufacturing", description: "Optimizing output with advanced tech controls.", tag: "Americas", imageSrc: "http://img.b2bpic.net/free-photo/robot-assembly-line_1048-2674.jpg", imageAlt: "Industry" },
|
||||
{ id: "2", title: "Medical Technology", description: "Reliable hardware solutions for health sector applications.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-white-lab-suit-face-mask-assembling-parts-tv-set-table_645730-578.jpg", imageAlt: "Medical" },
|
||||
{ id: "3", title: "Energy & Utilities", description: "Filtration and monitoring for energy efficiency.", tag: "Middle East", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-solar-power-station-energy-from-natural_169016-5822.jpg", imageAlt: "Energy" },
|
||||
{ id: "4", title: "Automotive Systems", description: "Advanced software and sensors for the road ahead.", tag: "Asia", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg", imageAlt: "Automotive" },
|
||||
{ id: "5", title: "Aerospace Engineering", description: "Precision components for next-gen aviation.", tag: "North America", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1721.jpg", imageAlt: "Aerospace" },
|
||||
{ id: "6", title: "Renewables Infrastructure", description: "Supporting the transition to clean energy sources.", tag: "Oceania", imageSrc: "http://img.b2bpic.net/free-photo/wind-turbines-generating-clean-energy_23-2151993626.jpg", imageAlt: "Renewable" },
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFive
|
||||
tag="Trust"
|
||||
tagIcon={Sparkles}
|
||||
title="Client Success Stories"
|
||||
description="Proven results from global partners who trust Crown Filtech."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivers", date: "Jan 2025", title: "Innovation at every step", quote: "Crown Filtech completely revolutionized our production cycle with their custom systems. Efficiency is up 40%.", tag: "Mfg Corp", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", avatarAlt: "Alex Rivers", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "Case Study" },
|
||||
{ id: "2", name: "Sarah Jennings", date: "Dec 2024", title: "Unparalleled support", quote: "The team's dedication to solving complex engineering hurdles is truly impressive. A trusted partner.", tag: "Energy Sys", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", avatarAlt: "Sarah Jennings", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Case Study" },
|
||||
{ id: "3", name: "Marcus Thorne", date: "Nov 2024", title: "Robust architecture", quote: "We required secure and scalable systems. They delivered excellence on time and under budget.", tag: "Tech Solutions", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg", avatarAlt: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg", imageAlt: "Case Study" },
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Consult With Us"
|
||||
description="Ready to optimize your technical infrastructure? Start the conversation today."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/variety-items-white-table_482257-103657.jpg"
|
||||
imageAlt="Contact Us"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Submit Inquiry"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Corporate Email", required: true },
|
||||
{ name: "company", type: "text", placeholder: "Company Name" },
|
||||
{ name: "project", type: "text", placeholder: "Project Type" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Briefly describe your technical needs...", rows: 4,
|
||||
}}
|
||||
/>
|
||||
<div id="about">
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "Building your dream" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/swimming-pool-villa_1203-5323.jpg", alt: "Pool Construction" },
|
||||
{ type: "text", content: "sanctuary with expert" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-cleaning-swimming-pool_23-2148785089.jpg", alt: "Pool Maintenance" },
|
||||
{ type: "text", content: "precision care." },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn About Our Standards", href: "#" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="services">
|
||||
<FeatureCardOne
|
||||
tag="Services"
|
||||
tagIcon={Droplets}
|
||||
title="Comprehensive Pool Solutions"
|
||||
description="From initial concept to ongoing maintenance, we ensure your pool is always perfect."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Custom Construction", description: "Bespoke designs and high-quality build services for residential pools.", imageSrc: "http://img.b2bpic.net/free-photo/construction-swimming-pool_23-2148785089.jpg", imageAlt: "Construction" },
|
||||
{ title: "Routine Maintenance", description: "Weekly cleaning and chemical balancing by expert technicians.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-swimming-pool_23-2148785089.jpg", imageAlt: "Cleaning" },
|
||||
{ title: "Equipment Repair", description: "Fast, professional repairs for pumps, filters, and lighting.", imageSrc: "http://img.b2bpic.net/free-photo/repair-pump-swimming-pool_23-2148785089.jpg", imageAlt: "Repair" },
|
||||
{ title: "System Upgrades", description: "Modernize your pool with energy-efficient tech and automation.", imageSrc: "http://img.b2bpic.net/free-photo/tech-swimming-pool_23-2148785089.jpg", imageAlt: "Upgrades" },
|
||||
{ title: "Consultation", description: "Expert advice on renovations and structural improvements.", imageSrc: "http://img.b2bpic.net/free-photo/consultation-swimming-pool_23-2148785089.jpg", imageAlt: "Consult" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="methodology">
|
||||
<FeatureCardNine
|
||||
tag="Methodology"
|
||||
tagIcon={Settings}
|
||||
title="The Crown Standard"
|
||||
description="Our refined construction and maintenance process ensures peace of mind."
|
||||
textboxLayout="default"
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Site Assessment", description: "Mapping your landscape to optimize pool placement and functionality.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blueprint-swimming-pool_23-2148785089.jpg", imageAlt: "Assessment" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architect-plan-pool_23-2148785089.jpg", imageAlt: "Planning" } },
|
||||
{ title: "Expert Build", description: "Precision execution using premium, durable materials.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/excavation-pool_23-2148785089.jpg", imageAlt: "Build" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tiling-pool_23-2148785089.jpg", imageAlt: "Finishing" } },
|
||||
{ title: "System Handover", description: "Comprehensive training on system operation and maintenance protocols.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handover-pool_23-2148785089.jpg", imageAlt: "Testing" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-pool_23-2148785089.jpg", imageAlt: "Results" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews">
|
||||
<TestimonialCardFive
|
||||
tag="Trust"
|
||||
tagIcon={ShieldCheck}
|
||||
title="Client Success Stories"
|
||||
description="Join hundreds of happy families enjoying their Crown Filtech pools."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jordan Smith", date: "Jan 2025", title: "Exceptional build", quote: "Crown Filtech built our dream pool ahead of schedule. The quality of finish is outstanding.", tag: "Luxury Home", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-summer_23-2148811822.jpg", avatarAlt: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-result_23-2148785089.jpg", imageAlt: "Case Study" },
|
||||
{ id: "2", name: "Elena Rodriguez", date: "Dec 2024", title: "Consistent maintenance", quote: "We never worry about water quality now. Their routine service is top-notch.", tag: "Villa Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-summer_23-2148811822.jpg", avatarAlt: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/maintained-pool-result_23-2148785089.jpg", imageAlt: "Case Study" },
|
||||
{ id: "3", name: "Marcus Thorne", date: "Nov 2024", title: "Professional team", quote: "Their response times for maintenance calls are excellent. Highly recommend for any pool project.", tag: "Estate Manager", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-suit_23-2148811822.jpg", avatarAlt: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/crystal-water-pool_23-2148785089.jpg", imageAlt: "Case Study" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<ContactSplitForm
|
||||
title="Start Your Pool Project"
|
||||
description="Ready to build your oasis? Reach out for a custom consultation."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool-blue-water_23-2148785089.jpg"
|
||||
imageAlt="Contact Us"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Submit Request"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "address", type: "text", placeholder: "Property Address" },
|
||||
{ name: "project", type: "text", placeholder: "Project Type" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your pool requirements...", rows: 4,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<FooterCard
|
||||
logoText="Crown Filtech"
|
||||
copyrightText="© 2025 Crown Filtech Inc. | Global Engineering Excellence"
|
||||
copyrightText="© 2025 Crown Filtech Inc. | Swimming Pool Construction & Maintenance"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
|
||||
Reference in New Issue
Block a user