diff --git a/src/app/page.tsx b/src/app/page.tsx
index b70cd8c..b8e82eb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Shield, Zap, CheckCircle } from "lucide-react";
export default function LandingPage() {
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,50 +42,19 @@ export default function LandingPage() {
@@ -98,15 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Nexan Advantage"
metrics={[
- {
- icon: Zap,
- label: "Fast Installation", value: "Quick Set"},
- {
- icon: Shield,
- label: "Waterproof Tech", value: "LockDry"},
- {
- icon: Award,
- label: "Premium Quality", value: "Certified"},
+ { icon: Zap, label: "Fast Installation", value: "Quick Set" },
+ { icon: Shield, label: "Waterproof Tech", value: "LockDry" },
+ { icon: Award, label: "Premium Quality", value: "Certified" },
]}
metricsAnimation="slide-up"
/>
@@ -117,18 +76,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Precision Extrusions", description: "High-strength aluminum without plastic inserts.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-background-equipment-industrial-tools-machinery-production-factory-shops-dairy-factory-steel-water-pipeline-chrome-pipes-inside-modern-wine-factory-modern-factory-interior_645730-125.jpg", buttonIcon: CheckCircle,
- },
- {
- title: "LockDry Waterproofing", description: "The one-step roof deck system for ultimate protection.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-2869.jpg", buttonIcon: CheckCircle,
- },
- {
- title: "Maintenance Free", description: "Designed to stand the test of time with ease.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", buttonIcon: CheckCircle,
- },
- {
- title: "Versatile Design", description: "Customizable systems for any architectural style.", imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", buttonIcon: CheckCircle,
- },
+ { title: "Precision Extrusions", description: "High-strength aluminum without plastic inserts.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-background-equipment-industrial-tools-machinery-production-factory-shops-dairy-factory-steel-water-pipeline-chrome-pipes-inside-modern-wine-factory-modern-factory-interior_645730-125.jpg", buttonIcon: CheckCircle },
+ { title: "LockDry Waterproofing", description: "The one-step roof deck system for ultimate protection.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-2869.jpg", buttonIcon: CheckCircle },
+ { title: "Maintenance Free", description: "Designed to stand the test of time with ease.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", buttonIcon: CheckCircle },
+ { title: "Versatile Design", description: "Customizable systems for any architectural style.", imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", buttonIcon: CheckCircle },
]}
title="Engineering Excellence"
description="Our products are built to last a lifetime with heavy duty, extruded aluminum profiles that require no inserts for strength."
@@ -142,18 +93,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Coolbreeze Pergolas", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-glass-building_23-2148252786.jpg"},
- {
- id: "p2", name: "LockDry Decking", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15638.jpg"},
- {
- id: "p3", name: "Nextdeck Aluminum", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13072.jpg"},
- {
- id: "p4", name: "Picket Railings", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/details-railing-stairs-modern-building-shadow-reflection-windows_158595-6486.jpg"},
- {
- id: "p5", name: "Cable Railings", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-old-bridge_1252-1043.jpg"},
- {
- id: "p6", name: "Commercial Rails", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-exercising-steps_23-2147786914.jpg"},
+ { id: "p1", name: "Coolbreeze Pergolas", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-glass-building_23-2148252786.jpg" },
+ { id: "p2", name: "LockDry Decking", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15638.jpg" },
+ { id: "p3", name: "Nextdeck Aluminum", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13072.jpg" },
+ { id: "p4", name: "Picket Railings", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/details-railing-stairs-modern-building-shadow-reflection-windows_158595-6486.jpg" },
]}
title="Outdoor Living Solutions"
description="Explore our full range of premium pergolas, decking, and railing architectural systems."
@@ -161,30 +104,18 @@ export default function LandingPage() {