diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2da9f4b..a0fb3dd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,12 +3,12 @@
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 FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, CheckCircle, Shield } from "lucide-react";
export default function LandingPage() {
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,102 +46,54 @@ export default function LandingPage() {
@@ -161,19 +105,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
- label: "Projects Completed",
- value: "500+",
- },
+ label: "Projects Completed", value: "500+"},
{
icon: Award,
- label: "Years Experience",
- value: "15+",
- },
+ label: "Years Experience", value: "15+"},
{
icon: Shield,
- label: "Warranty Offered",
- value: "10 Yr",
- },
+ label: "Warranty Offered", value: "10 Yr"},
]}
metricsAnimation="slide-up"
/>
@@ -186,36 +124,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Roof Coating",
- author: "Pro Coating",
- description: "High-durability membranes for all roof types.",
- tags: [
- "New",
- "SaaS",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood-painting-concept-close-up-place-text_169016-4426.jpg?_wi=2",
- },
+ id: "f1", title: "Roof Coating", author: "Pro Coating", description: "High-durability membranes for all roof types.", tags: [
+ "New", "SaaS"],
+ imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood-painting-concept-close-up-place-text_169016-4426.jpg?_wi=2"},
{
- id: "f2",
- title: "Professional Inspection",
- author: "Inspection Team",
- description: "Thorough analysis of existing roofing condition.",
- tags: [
- "Maintenance",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2",
- },
+ id: "f2", title: "Professional Inspection", author: "Inspection Team", description: "Thorough analysis of existing roofing condition.", tags: [
+ "Maintenance"],
+ imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2"},
{
- id: "f3",
- title: "Energy Efficiency",
- author: "Green Roofs",
- description: "Reduce heating/cooling costs with reflective coats.",
- tags: [
- "Green",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg?_wi=2",
- },
+ id: "f3", title: "Energy Efficiency", author: "Green Roofs", description: "Reduce heating/cooling costs with reflective coats.", tags: [
+ "Green"],
+ imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg?_wi=2"},
]}
title="Our Expert Services"
description="Specialized roofing solutions tailored to your unique building needs."
@@ -223,69 +142,35 @@ export default function LandingPage() {
-
-
@@ -293,13 +178,9 @@ export default function LandingPage() {