diff --git a/src/app/page.tsx b/src/app/page.tsx
index 096f025..b27eba0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import HeroBillboard from '@/components/sections/hero/HeroBillboard';
+import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -30,88 +30,22 @@ export default function LandingPage() {
-
+
@@ -120,26 +54,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: CheckCircle,
- title: "Expert Roof Installation",
- description: "Professional installation designed for long-term protection.",
- },
- {
- icon: Wrench,
- title: "Roof Leak Repair",
- description: "Fast and reliable repair services when you need them most.",
- },
- {
- icon: Square,
- title: "Flat Roof Replacement",
- description: "Specialists in advanced flat roofing systems.",
- },
- {
- icon: Home,
- title: "Shingle Roof Replacement",
- description: "Durable and aesthetic shingle roofing solutions.",
- },
+ { icon: CheckCircle, title: "Expert Roof Installation", description: "Professional installation designed for long-term protection." },
+ { icon: Wrench, title: "Roof Leak Repair", description: "Fast and reliable repair services when you need them most." },
+ { icon: Square, title: "Flat Roof Replacement", description: "Specialists in advanced flat roofing systems." },
+ { icon: Home, title: "Shingle Roof Replacement", description: "Durable and aesthetic shingle roofing solutions." },
]}
title="Our Expert Services"
description="We specialize in high-quality roofing systems, providing expert installation and repair services to keep your property protected."
@@ -151,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Us"
metrics={[
- {
- icon: Award,
- label: "Factory Certified",
- value: "100%",
- },
- {
- icon: Users,
- label: "Experienced Staff",
- value: "20+ Years",
- },
- {
- icon: CheckSquare,
- label: "Projects Completed",
- value: "500+",
- },
+ { icon: Award, label: "Factory Certified", value: "100%" },
+ { icon: Users, label: "Experienced Staff", value: "20+ Years" },
+ { icon: CheckSquare, label: "Projects Completed", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -178,51 +84,14 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Luxury Shingle Project",
- price: "Residential",
- imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Modern Roof Repair",
- price: "Renovation",
- imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=1",
- },
- {
- id: "p3",
- name: "Commercial Flat Roof",
- price: "Commercial",
- imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=1",
- },
- {
- id: "p4",
- name: "Classic Home Roof",
- price: "Residential",
- imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=1",
- },
- {
- id: "p5",
- name: "Full Shingle Replace",
- price: "Replacement",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1",
- },
- {
- id: "p6",
- name: "Custom Roof Design",
- price: "Residential",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1",
- },
+ { id: "p1", name: "Luxury Shingle Project", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=1" },
+ { id: "p2", name: "Modern Roof Repair", price: "Renovation", imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=1" },
+ { id: "p3", name: "Commercial Flat Roof", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=1" },
+ { id: "p4", name: "Classic Home Roof", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=1" },
]}
title="Recent Projects"
description="Take a look at our recent work and the high standards of quality we bring to every job."
- buttons={[
- {
- text: "View All Projects",
- href: "/projects",
- },
- ]}
+ buttons={[{ text: "View All Projects", href: "/projects" }]}
/>
@@ -232,61 +101,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Homeowner",
- company: "Local Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
- },
- {
- id: "2",
- name: "Mark D.",
- role: "Property Manager",
- company: "Commercial Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
- },
- {
- id: "3",
- name: "Emily R.",
- role: "Homeowner",
- company: "Local Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
- },
- {
- id: "4",
- name: "David K.",
- role: "Homeowner",
- company: "Local Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg",
- },
- {
- id: "5",
- name: "Jennifer M.",
- role: "Business Owner",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg",
- },
- ]}
- kpiItems={[
- {
- value: "500+",
- label: "Projects Finished",
- },
- {
- value: "100%",
- label: "Customer Satisfaction",
- },
- {
- value: "24/7",
- label: "Emergency Support",
- },
+ { id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" },
+ { id: "2", name: "Mark D.", role: "Property Manager", company: "Commercial Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg" },
]}
+ kpiItems={[{ value: "500+", label: "Projects Finished" }, { value: "100%", label: "Customer Satisfaction" }, { value: "24/7", label: "Emergency Support" }]}
title="What Our Customers Say"
description="Trusted by hundreds of property owners in the region for our expert roofing and honest service."
/>
@@ -295,58 +113,17 @@ export default function LandingPage() {