diff --git a/src/app/page.tsx b/src/app/page.tsx
index 654230b..00a20c0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
-import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
+import MetricCardTen from '@/components/metrics/MetricCardTen/MetricCardTen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,47 +48,26 @@ export default function LandingPage() {
@@ -124,40 +93,22 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Slate Roofing",
- description: "Timeless slate protection.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=2",
- },
+ title: "Slate Roofing", description: "Timeless slate protection.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg"},
{
id: 2,
- title: "Repairs",
- description: "Expert leak detection.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg?_wi=2",
- },
+ title: "Repairs", description: "Expert leak detection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg"},
{
id: 3,
- title: "Flashing",
- description: "Precision water seals.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=2",
- },
+ title: "Flashing", description: "Precision water seals.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"},
{
id: 4,
- title: "Soffits",
- description: "Durable roof aesthetics.",
- imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=2",
- },
+ title: "Soffits", description: "Durable roof aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"},
{
id: 5,
- title: "Cladding",
- description: "Stylish home protection.",
- imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=2",
- },
+ title: "Cladding", description: "Stylish home protection.", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg"},
{
id: 6,
- title: "Guttering",
- description: "Perfect water flow.",
- imageSrc: "http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107031.jpg?_wi=2",
- },
+ title: "Guttering", description: "Perfect water flow.", imageSrc: "http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107031.jpg"},
]}
title="Our Craft"
description="Comprehensive roofing expertise for all modern requirements."
@@ -167,36 +118,17 @@ export default function LandingPage() {