Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 23:06:18 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "why-us",
},
name: "Why Us", id: "why-us"},
{
name: "Process",
id: "process",
},
name: "Process", id: "process"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
]}
brandName="THOMAS ROOFING"
/>
@@ -57,74 +49,40 @@ export default function LandingPage() {
description="Premium roofing solutions with honest pricing, fast turnaround, and zero surprises."
testimonials={[
{
name: "Sarah J.",
handle: "@sarah_roof",
testimonial: "They replaced my entire roof in ONE day and cleaned everything perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
},
name: "Sarah J.", handle: "@sarah_roof", testimonial: "They replaced my entire roof in ONE day and cleaned everything perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
{
name: "Mark D.",
handle: "@mark_roof",
testimonial: "Best pricing and no pressure sales at all. Very professional crew.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets-against-flags-different-countries_627829-3195.jpg",
},
name: "Mark D.", handle: "@mark_roof", testimonial: "Best pricing and no pressure sales at all. Very professional crew.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets-against-flags-different-countries_627829-3195.jpg"},
{
name: "Lisa K.",
handle: "@lisa_roof",
testimonial: "Communication was 10/10 the whole time. Highly recommend Thomas Roofing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg",
},
name: "Lisa K.", handle: "@lisa_roof", testimonial: "Communication was 10/10 the whole time. Highly recommend Thomas Roofing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg"},
{
name: "James P.",
handle: "@james_roof",
testimonial: "Incredible speed and attention to detail. My roof looks amazing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
},
name: "James P.", handle: "@james_roof", testimonial: "Incredible speed and attention to detail. My roof looks amazing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg"},
{
name: "Elena R.",
handle: "@elena_roof",
testimonial: "The crew was polite and cleaned up every single nail. Fantastic service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175225.jpg",
},
name: "Elena R.", handle: "@elena_roof", testimonial: "The crew was polite and cleaned up every single nail. Fantastic service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175225.jpg"},
]}
buttons={[
{
text: "Get Free Roof Inspection",
href: "#contact",
},
text: "Get Free Roof Inspection", href: "#contact"},
{
text: "Call Now",
href: "tel:407-555-0123",
},
text: "Call Now", href: "tel:407-555-0123"},
]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg"
imageAlt="Professional roof installation"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
alt: "Satisfied client",
},
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Satisfied client"},
{
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
alt: "Happy homeowner",
},
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Happy homeowner"},
{
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg",
alt: "Local resident",
},
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg", alt: "Local resident"},
{
src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
alt: "Customer portrait",
},
src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", alt: "Customer portrait"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-tai-chi-outside_23-2149893705.jpg",
alt: "Professional client",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-tai-chi-outside_23-2149893705.jpg", alt: "Professional client"},
]}
avatarText="Join 500+ satisfied homeowners"
/>
@@ -135,14 +93,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"HomeAdvisor",
"Angi",
"Better Business Bureau",
"Google Reviews",
"Houzz",
"Orlando Sentinel",
"Roofing Industry Council",
]}
"HomeAdvisor", "Angi", "Better Business Bureau", "Google Reviews", "Houzz", "Orlando Sentinel", "Roofing Industry Council"]}
title="Trusted by Orlando Homeowners"
description="Join 500+ satisfied customers who trusted Thomas Roofing."
/>
@@ -156,29 +107,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Full Roof Replacement",
price: "1-Day Install",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1",
},
id: "1", name: "Full Roof Replacement", price: "1-Day Install", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"},
{
id: "2",
name: "Expert Roof Repairs",
price: "Leak Detection",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1",
},
id: "2", name: "Expert Roof Repairs", price: "Leak Detection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg"},
{
id: "3",
name: "Drone Inspections",
price: "Detailed Reports",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=1",
},
id: "3", name: "Drone Inspections", price: "Detailed Reports", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg"},
{
id: "4",
name: "Insurance Claims",
price: "Zero Stress",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg?_wi=1",
},
id: "4", name: "Insurance Claims", price: "Zero Stress", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg"},
]}
title="Premium Roofing Solutions"
description="Expert services designed to keep your home safe and beautiful."
@@ -192,26 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "1-Day Installation",
subtitle: "Fast turnaround with zero compromise on quality.",
category: "Speed",
value: "1-Day",
},
id: "1", title: "1-Day Installation", subtitle: "Fast turnaround with zero compromise on quality.", category: "Speed", value: "1-Day"},
{
id: "2",
title: "Transparent Pricing",
subtitle: "No hidden fees, no pressure. Honest estimates.",
category: "Trust",
value: "100%",
},
id: "2", title: "Transparent Pricing", subtitle: "No hidden fees, no pressure. Honest estimates.", category: "Trust", value: "100%"},
{
id: "3",
title: "Spotless Cleanup",
subtitle: "Your property left better than we found it.",
category: "Service",
value: "Guaranteed",
},
id: "3", title: "Spotless Cleanup", subtitle: "Your property left better than we found it.", category: "Service", value: "Guaranteed"},
]}
title="Why Choose Thomas Roofing?"
description="We stand for honesty, speed, and premium craftsmanship."
@@ -225,25 +145,13 @@ export default function LandingPage() {
tag="How It Works"
metrics={[
{
id: "m1",
value: "01",
description: "Schedule Free Inspection",
},
id: "m1", value: "01", description: "Schedule Free Inspection"},
{
id: "m2",
value: "02",
description: "Transparent Estimate",
},
id: "m2", value: "02", description: "Transparent Estimate"},
{
id: "m3",
value: "03",
description: "Lightning Fast Install",
},
id: "m3", value: "03", description: "Lightning Fast Install"},
{
id: "m4",
value: "04",
description: "Final Walkthrough",
},
id: "m4", value: "04", description: "Final Walkthrough"},
]}
metricsAnimation="slide-up"
/>
@@ -255,55 +163,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
date: "Jan 2025",
title: "Replacement",
quote: "They replaced my entire roof in ONE day and cleaned everything perfectly.",
avatarSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg?_wi=2",
imageAlt: "happy homeowner portrait",
},
id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Replacement", quote: "They replaced my entire roof in ONE day and cleaned everything perfectly.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", imageAlt: "happy homeowner portrait"},
{
id: "2",
name: "Michael Chen",
date: "Dec 2024",
title: "Repair",
quote: "Best pricing and no pressure sales at all. Honest and professional.",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets-against-flags-different-countries_627829-3195.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2",
imageAlt: "happy homeowner portrait",
},
id: "2", name: "Michael Chen", date: "Dec 2024", title: "Repair", quote: "Best pricing and no pressure sales at all. Honest and professional.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets-against-flags-different-countries_627829-3195.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "happy homeowner portrait"},
{
id: "3",
name: "Emily Rodriguez",
date: "Nov 2024",
title: "Claim Help",
quote: "Communication was 10/10 the whole time. Helped me with insurance claim easily.",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2",
imageAlt: "happy homeowner portrait",
},
id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Claim Help", quote: "Communication was 10/10 the whole time. Helped me with insurance claim easily.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", imageAlt: "happy homeowner portrait"},
{
id: "4",
name: "David Kim",
date: "Oct 2024",
title: "Inspection",
quote: "Professional and fast. Drone scan was extremely thorough!",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=2",
imageAlt: "happy homeowner portrait",
},
id: "4", name: "David Kim", date: "Oct 2024", title: "Inspection", quote: "Professional and fast. Drone scan was extremely thorough!", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "happy homeowner portrait"},
{
id: "5",
name: "Amanda White",
date: "Sep 2024",
title: "Storm Repair",
quote: "Spotless cleanup after storm damage repairs. Highly recommend.",
avatarSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg?_wi=2",
imageAlt: "happy homeowner portrait",
},
id: "5", name: "Amanda White", date: "Sep 2024", title: "Storm Repair", quote: "Spotless cleanup after storm damage repairs. Highly recommend.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", imageAlt: "happy homeowner portrait"},
]}
title="What Homeowners Say"
description="Real results from real homeowners in Orlando."
@@ -314,18 +182,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Don't Wait Until a Small Leak Becomes a $10,000 Problem. Get Your Free Inspection Today!"
buttons={[
{
text: "Get Free Inspection",
href: "#",
},
text: "Get Free Inspection", href: "#"},
{
text: "Call Now: (407) 555-0123",
href: "tel:407-555-0123",
},
text: "Call Now: (407) 555-0123", href: "tel:407-555-0123"},
]}
/>
</div>
@@ -335,50 +198,31 @@ export default function LandingPage() {
logoText="THOMAS ROOFING"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Warranty",
href: "#",
},
label: "Warranty", href: "#"},
{
label: "Insurance Claims",
href: "#",
},
label: "Insurance Claims", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}