diff --git a/src/app/page.tsx b/src/app/page.tsx
index d14ba60..a8d9841 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import Link from 'next/link';
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
@@ -36,22 +35,8 @@ export default function Page() {
background={{ variant: "gradient-bars" }}
title="Arizona’s Most Trusted Roofing Experts"
description="27+ Years of Excellence • 5-Star Rated • Veteran-Owned. Elite roofing solutions designed specifically for the desert heat."
- leftCarouselItems={[
- { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" },
- { imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" },
- { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" },
- { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" },
- { imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" },
- { imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" }
- ]}
- rightCarouselItems={[
- { imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" },
- { imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" },
- { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" },
- { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" },
- { imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" },
- { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" }
- ]}
+ leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" }, { imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" }, { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" }]}
+ rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" }, { imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" }]}
buttons={[{ text: "Get Free Inspection", href: "#contact" }, { text: "Call Now", href: "tel:5550123456" }]}
/>
@@ -59,34 +44,24 @@ export default function Page() {