diff --git a/src/app/page.tsx b/src/app/page.tsx
index ad2ca8b..18c8b15 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { AlertTriangle, ArrowDown, Award, CheckCircle, Home, Layout, MapPin, Shield, Star, Users, Wrench } from "lucide-react";
+import { AlertTriangle, ArrowDown, Award, CheckCircle, CheckSquare, Home, Layout, MapPin, Shield, Star, Users, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,77 +30,34 @@ export default function LandingPage() {
@@ -110,26 +67,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built on Tennessee Trust"
metrics={[
- {
- icon: Home,
- label: "Status",
- value: "Family Owned",
- },
- {
- icon: Award,
- label: "Legacy",
- value: "3rd Gen",
- },
- {
- icon: Star,
- label: "Google Rating",
- value: "4.5 Stars",
- },
- {
- icon: CheckCircle,
- label: "Estimate",
- value: "Free/Easy",
- },
+ { icon: Home, label: "Status", value: "Family Owned" },
+ { icon: Award, label: "Legacy", value: "3rd Gen" },
+ { icon: Star, label: "Google Rating", value: "4.5 Stars" },
+ { icon: CheckCircle, label: "Estimate", value: "Free/Easy" },
]}
metricsAnimation="blur-reveal"
/>
@@ -142,52 +83,22 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Roofing Services",
- description: "Expert replacement, repair, and inspection tailored to your specific needs.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2",
- },
+ title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg" },
items: [
- {
- icon: Shield,
- text: "Full Roof Replacement",
- },
- {
- icon: Wrench,
- text: "Precision Repairs",
- },
- {
- icon: AlertTriangle,
- text: "Storm Inspections",
- },
+ { icon: Shield, text: "Full Roof Replacement" },
+ { icon: Wrench, text: "Precision Repairs" },
+ { icon: AlertTriangle, text: "Storm Inspections" },
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=3",
- imageAlt: "luxury residential roof installation",
},
{
- title: "Home Exterior",
- description: "Quality siding and porch cover installation to enhance curb appeal.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=2",
- },
+ title: "Home Exterior", description: "Quality siding and porch cover installation to enhance curb appeal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg" },
items: [
- {
- icon: ArrowDown,
- text: "Premium Siding",
- },
- {
- icon: Layout,
- text: "Porch Covers",
- },
- {
- icon: FileCheck,
- text: "Insurance Claim Help",
- },
+ { icon: ArrowDown, text: "Premium Siding" },
+ { icon: Layout, text: "Porch Covers" },
+ { icon: CheckSquare, text: "Insurance Claim Help" },
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2",
- imageAlt: "premium architectural roof shingles",
},
]}
title="Premium Roofing & Exteriors"
@@ -202,27 +113,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "3rd",
- title: "Generation",
- description: "Family-owned since day one.",
- icon: Users,
- },
- {
- id: "2",
- value: "4.5",
- title: "Google Rating",
- description: "Over 22 reviews of excellence.",
- icon: Star,
- },
- {
- id: "3",
- value: "Local",
- title: "Craftsmanship",
- description: "Proudly serving Seymour.",
- icon: MapPin,
- },
+ { id: "1", value: "3rd", title: "Generation", description: "Family-owned since day one.", icon: Users },
+ { id: "2", value: "4.5", title: "Google Rating", description: "Over 22 reviews of excellence.", icon: Star },
+ { id: "3", value: "Local", title: "Craftsmanship", description: "Proudly serving Seymour.", icon: MapPin },
]}
title="3 Generations of Craftsmanship"
description="Founded by Jim Sand, our family roofing business carries on a legacy of integrity, quality, and local Tennessee pride."
@@ -231,49 +124,25 @@ export default function LandingPage() {
@@ -305,58 +166,25 @@ export default function LandingPage() {