diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2fb68a8..f10c62b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Award, Clock, Star } from "lucide-react";
+import { Award, Clock, Star, Hammer, Wrench, CloudLightning, Sun } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +32,16 @@ export default function LandingPage() {
@@ -62,36 +52,22 @@ export default function LandingPage() {
description="Premium roofing solutions tailored for Texas homes. Craftsmanship, speed, and 24/7 reliability since we started."
buttons={[
{
- text: "Get Free Estimate",
- href: "#contact",
- },
+ text: "Get Free Estimate", href: "#contact"},
{
- text: "Call Now",
- href: "tel:3464786860",
- },
+ text: "Call Now", href: "tel:3464786860"},
]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg",
- alt: "satisfied client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg", alt: "satisfied client 1"},
{
- src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3705.jpg",
- alt: "satisfied client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3705.jpg", alt: "satisfied client 2"},
{
- src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
- alt: "satisfied client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "satisfied client 3"},
{
- src: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg",
- alt: "satisfied client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg", alt: "satisfied client 4"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-lovely-woman-showing-peace-sign-near-her-face_176420-19512.jpg",
- alt: "satisfied client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-lovely-woman-showing-peace-sign-near-her-face_176420-19512.jpg", alt: "satisfied client 5"},
]}
avatarText="Trusted by over 500+ Houston residents"
/>
@@ -105,25 +81,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "4.9",
- title: "Customer Rating",
- description: "Based on 120+ reviews",
- icon: Star,
+ id: "m1", value: "4.9", title: "Customer Rating", description: "Based on 120+ reviews", icon: Star,
},
{
- id: "m2",
- value: "24/7",
- title: "Availability",
- description: "Always ready to help",
- icon: Clock,
+ id: "m2", value: "24/7", title: "Availability", description: "Always ready to help", icon: Clock,
},
{
- id: "m3",
- value: "100%",
- title: "Satisfaction",
- description: "Focused on quality work",
- icon: Award,
+ id: "m3", value: "100%", title: "Satisfaction", description: "Focused on quality work", icon: Award,
},
]}
title="Why Houston Chooses Cabrera"
@@ -137,29 +101,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Roof Installation",
- description: "Custom installations using high-grade materials designed for Texas weather.",
- buttonIcon: "Hammer",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
- },
+ title: "Roof Installation", description: "Custom installations using high-grade materials designed for Texas weather.", buttonIcon: Hammer,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg"},
{
- title: "Roof Repair",
- description: "Precise fixes for leaks, damage, and aging roofs to restore integrity.",
- buttonIcon: "Wrench",
- imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg",
- },
+ title: "Roof Repair", description: "Precise fixes for leaks, damage, and aging roofs to restore integrity.", buttonIcon: Wrench,
+ imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg"},
{
- title: "Storm Damage",
- description: "Emergency rapid-response repair services for severe Texas weather.",
- buttonIcon: "CloudLightning",
- imageSrc: "http://img.b2bpic.net/free-photo/cracked-table-paint_1122-425.jpg",
- },
+ title: "Storm Damage", description: "Emergency rapid-response repair services for severe Texas weather.", buttonIcon: CloudLightning,
+ imageSrc: "http://img.b2bpic.net/free-photo/cracked-table-paint_1122-425.jpg"},
{
- title: "Skylights & Gutters",
- description: "Enhancing home value with seamless gutter and modern skylight systems.",
- buttonIcon: "Sun",
- imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-training_23-2147821254.jpg",
- },
+ title: "Skylights & Gutters", description: "Enhancing home value with seamless gutter and modern skylight systems.", buttonIcon: Sun,
+ imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-training_23-2147821254.jpg"},
]}
title="Comprehensive Roofing Services"
description="Protecting your biggest investment with expert precision and premium materials."
@@ -171,15 +123,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built on Trust, Driven by Craftsmanship"
description={[
- "Cabrera & Sons LLC started as a family mission to bring reliability to the Houston roofing market.",
- "Our team consists of certified master roofers committed to speed, honesty, and unparalleled finish quality.",
- "We treat every home as if it were our own, ensuring safety and performance for years to come.",
- ]}
+ "Cabrera & Sons LLC started as a family mission to bring reliability to the Houston roofing market.", "Our team consists of certified master roofers committed to speed, honesty, and unparalleled finish quality.", "We treat every home as if it were our own, ensuring safety and performance for years to come."]}
buttons={[
{
- text: "Talk to an Expert",
- href: "tel:3464786860",
- },
+ text: "Talk to an Expert", href: "tel:3464786860"},
]}
/>
@@ -191,59 +138,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Mark D.",
- role: "Homeowner",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-friendly-polite-happy-african-american-adult-woman-blouse-tilting-head-smiling-broadly-showing-ok_176420-31298.jpg",
- },
+ id: "t1", name: "Mark D.", role: "Homeowner", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-friendly-polite-happy-african-american-adult-woman-blouse-tilting-head-smiling-broadly-showing-ok_176420-31298.jpg"},
{
- id: "t2",
- name: "Elena R.",
- role: "Business Owner",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
- },
+ id: "t2", name: "Elena R.", role: "Business Owner", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg"},
{
- id: "t3",
- name: "Jason T.",
- role: "Professional",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
- },
+ id: "t3", name: "Jason T.", role: "Professional", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg"},
{
- id: "t4",
- name: "Sarah W.",
- role: "Homeowner",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891530.jpg",
- },
+ id: "t4", name: "Sarah W.", role: "Homeowner", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891530.jpg"},
{
- id: "t5",
- name: "Robert B.",
- role: "Architect",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg",
- },
+ id: "t5", name: "Robert B.", role: "Architect", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"},
]}
kpiItems={[
{
- value: "120+",
- label: "Verified Reviews",
- },
+ value: "120+", label: "Verified Reviews"},
{
- value: "4.9",
- label: "Avg. Rating",
- },
+ value: "4.9", label: "Avg. Rating"},
{
- value: "500+",
- label: "Happy Clients",
- },
+ value: "500+", label: "Happy Clients"},
]}
title="What Our Clients Say"
description="The best in the business. Professional, fast, and high quality."
@@ -256,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you offer emergency roofing?",
- content: "Yes, we operate 24/7 for emergency storm damage repairs in the Houston area.",
- },
+ id: "f1", title: "Do you offer emergency roofing?", content: "Yes, we operate 24/7 for emergency storm damage repairs in the Houston area."},
{
- id: "f2",
- title: "Is your work guaranteed?",
- content: "We stand behind all our work with industry-leading warranties and a satisfaction guarantee.",
- },
+ id: "f2", title: "Is your work guaranteed?", content: "We stand behind all our work with industry-leading warranties and a satisfaction guarantee."},
{
- id: "f3",
- title: "How long does a typical installation take?",
- content: "Most residential roofs are completed in 1-2 days depending on the size and scope.",
- },
+ id: "f3", title: "How long does a typical installation take?", content: "Most residential roofs are completed in 1-2 days depending on the size and scope."},
]}
title="Frequently Asked Questions"
description="Common answers about our processes and Texas roofing."
@@ -281,20 +188,15 @@ export default function LandingPage() {
@@ -303,13 +205,9 @@ export default function LandingPage() {