Update src/app/page.tsx

This commit is contained in:
2026-05-12 20:20:16 +00:00
parent d5e61adc9f
commit 2574134f7b

View File

@@ -31,62 +31,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
brandName="Goldenberg Roofing"
button={{ text: "Contact Us", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Manhattan's Flat Roof Expert"
description="Licensed contractor delivering high-quality repair, replacement, and flat roofing systems for residential and commercial properties in NYC."
tag="Expert Roofing Services"
buttons={[
{
text: "Get Free Estimate",
href: "#contact",
},
]}
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
imageAlt: "Professional flat roof inspection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-fire-escape_23-2148184244.jpg",
imageAlt: "Residential rooftop project in Manhattan",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-asian-man-black-leather-jacket-posed-near-railing-against-modern-building_627829-14180.jpg",
imageAlt: "Stylish and casual asian man in black leather jacket posed near the railing against modern building",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-stairs_23-2149324205.jpg",
imageAlt: "Full shot man standing on stairs",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg",
imageAlt: "Full shot man working with protection helmet",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", imageAlt: "Professional flat roof inspection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-fire-escape_23-2148184244.jpg", imageAlt: "Residential rooftop project in Manhattan" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -99,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Decades of Roofing Excellence"
metrics={[
{
label: "Licensed Professionals",
value: "100%",
icon: CheckCircle,
},
{
label: "NYC Boroughs Covered",
value: "5+",
icon: MapPin,
},
{
label: "Successful Projects",
value: "1,000+",
icon: Award,
},
{ label: "Licensed Professionals", value: "100%", icon: CheckCircle },
{ label: "NYC Boroughs Covered", value: "5+", icon: MapPin },
{ label: "Successful Projects", value: "1,000+", icon: Award }
]}
metricsAnimation="slide-up"
/>
@@ -125,27 +77,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "TPO Roofing",
subtitle: "Durable, energy-efficient flat roofs",
category: "System",
value: "Reliable",
},
{
id: "2",
title: "EPDM Systems",
subtitle: "High-performance rubber roofing",
category: "System",
value: "Long-lasting",
},
{
id: "3",
title: "SBS Flat Roofing",
subtitle: "Superior protection for townhouses",
category: "System",
value: "Robust",
},
{ id: "1", title: "TPO Roofing", subtitle: "Durable, energy-efficient flat roofs", category: "System", value: "Reliable" },
{ id: "2", title: "EPDM Systems", subtitle: "High-performance rubber roofing", category: "System", value: "Long-lasting" },
{ id: "3", title: "SBS Flat Roofing", subtitle: "Superior protection for townhouses", category: "System", value: "Robust" }
]}
title="Our Specialized Roofing Systems"
description="We specialize in high-performance flat roofing solutions built for NYC conditions."
@@ -159,27 +93,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "24/7",
title: "Emergency Support",
description: "Always available for leaks",
icon: PhoneCall,
},
{
id: "m2",
value: "10 Yrs",
title: "Labor Warranty",
description: "Peace of mind for owners",
icon: ShieldCheck,
},
{
id: "m3",
value: "Same Day",
title: "Estimates",
description: "Quick service turnaround",
icon: Clock,
},
{ id: "m1", value: "24/7", title: "Emergency Support", description: "Always available for leaks", icon: PhoneCall },
{ id: "m2", value: "10 Yrs", title: "Labor Warranty", description: "Peace of mind for owners", icon: ShieldCheck },
{ id: "m3", value: "Same Day", title: "Estimates", description: "Quick service turnaround", icon: Clock }
]}
title="Our Reach in NYC"
description="Comprehensive roofing coverage across our city."
@@ -192,41 +108,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Brownstone Owner",
testimonial: "Excellent TPO installation. Very professional.",
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
},
{
id: "t2",
name: "Mark D.",
role: "Property Manager",
testimonial: "Goldenberg repaired our roof quickly. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-working-blue-print_23-2148187236.jpg",
},
{
id: "t3",
name: "Elena V.",
role: "Townhouse Resident",
testimonial: "The best flat roof specialists in NYC.",
imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outdoors_23-2149019492.jpg",
},
{
id: "t4",
name: "David L.",
role: "Mixed-Use Property Owner",
testimonial: "Fast service, clean workspace, durable results.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29993.jpg",
},
{
id: "t5",
name: "Nina P.",
role: "Co-op Board",
testimonial: "Professional communication and quality materials.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg",
},
{ id: "t1", name: "Sarah J.", role: "Brownstone Owner", testimonial: "Excellent TPO installation. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
{ id: "t2", name: "Mark D.", role: "Property Manager", testimonial: "Goldenberg repaired our roof quickly. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-working-blue-print_23-2148187236.jpg" },
{ id: "t3", name: "Elena V.", role: "Townhouse Resident", testimonial: "The best flat roof specialists in NYC.", imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outdoors_23-2149019492.jpg" },
{ id: "t4", name: "David L.", role: "Mixed-Use Property Owner", testimonial: "Fast service, clean workspace, durable results.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29993.jpg" },
{ id: "t5", name: "Nina P.", role: "Co-op Board", testimonial: "Professional communication and quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg" }
]}
title="Client Success Stories"
description="Hear from Manhattan property owners we've helped."
@@ -238,26 +124,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What roofing systems do you handle?",
content: "We specialize in TPO, EPDM, and SBS systems.",
},
{
id: "f2",
title: "Are you licensed and insured?",
content: "Yes, fully licensed and insured contractor in NYC.",
},
{
id: "f3",
title: "Do you provide emergency repairs?",
content: "Yes, we handle emergency leak diagnostics and repairs.",
},
{
id: "f4",
title: "How long does a replacement take?",
content: "Depends on scope, usually 3-7 days for flat roofs.",
},
{ id: "f1", title: "What roofing systems do you handle?", content: "We specialize in TPO, EPDM, and SBS systems." },
{ id: "f2", title: "Are you licensed and insured?", content: "Yes, fully licensed and insured contractor in NYC." },
{ id: "f3", title: "Do you provide emergency repairs?", content: "Yes, we handle emergency leak diagnostics and repairs." },
{ id: "f4", title: "How long does a replacement take?", content: "Depends on scope, usually 3-7 days for flat roofs." }
]}
title="Frequently Asked Questions"
description="Common inquiries about our NYC roofing services."
@@ -268,9 +138,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Ready to Protect Your Roof?"
description="Contact us today for a free inspection and competitive estimate."
@@ -283,39 +151,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
{
label: "Roof Repair",
href: "#",
},
{
label: "Roof Replacement",
href: "#",
},
{
label: "Flat Roofing",
href: "#",
},
],
title: "Services", items: [
{ label: "Roof Repair", href: "#" },
{ label: "Roof Replacement", href: "#" },
{ label: "Flat Roofing", href: "#" }
]
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "Privacy Policy", href: "#" }
]
}
]}
bottomLeftText="© 2024 Goldenberg Roofing NYC"
bottomRightText="Licensed & Insured"