4 Commits

Author SHA1 Message Date
1ca72549c4 Merge version_3 into main
Merge version_3 into main
2026-05-07 11:56:45 +00:00
607357fd2c Update src/app/page.tsx 2026-05-07 11:56:41 +00:00
575615d031 Merge version_2 into main
Merge version_2 into main
2026-05-07 11:33:30 +00:00
c0fcc9cf6d Merge version_2 into main
Merge version_2 into main
2026-05-07 11:32:55 +00:00

View File

@@ -14,7 +14,7 @@ import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
export default function LoonstynPage() {
export default function PhiladelphiaQualityRoofingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -31,7 +31,7 @@ export default function LoonstynPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Loonstyn Roofing"
brandName="Philadelphia Quality Roofing"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -50,7 +50,7 @@ export default function LoonstynPage() {
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", alt: "Roofing Team" },
{ src: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-533.jpg", alt: "Roofing Team" },
{ src: "http://img.b2bpic.net/free-photo/diverse-coworkers-wearing-industrail-overall-helmet_482257-76937.jpg", alt: "Roofing Team" },
{ src: "http://img.b2bpic.net/diverse-coworkers-wearing-industrail-overall-helmet_482257-76937.jpg", alt: "Roofing Team" },
]}
avatarText="Over 1,000 roofs protected"
buttons={[
@@ -67,7 +67,7 @@ export default function LoonstynPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
title="Decades of Roofing Excellence"
description="At Loonstyn Roofing, we combine traditional craftsmanship with modern materials to ensure your roof stands the test of time. Our family-owned business prides itself on integrity, safety, and precision in every square foot we install."
description="At Philadelphia Quality Roofing, we combine traditional craftsmanship with modern materials to ensure your roof stands the test of time. Our family-owned business prides itself on integrity, safety, and precision in every square foot we install."
metrics={[
{ value: "18+", title: "Years in business" },
{ value: "5,000+", title: "Projects completed" },
@@ -100,7 +100,7 @@ export default function LoonstynPage() {
</div>
<FeatureBorderGlow
title="Why Loonstyn"
title="Why Philadelphia Quality Roofing"
description="We prioritize safety, quality, and your complete satisfaction."
features={[
{ icon: ShieldCheck, title: "Safety Certified", description: "Our teams strictly follow all OSHA safety protocols for every job site." },
@@ -130,7 +130,7 @@ export default function LoonstynPage() {
title="Customer Success Stories"
description="Real feedback from our satisfied clients in the community."
testimonials={[
{ id: "1", name: "Sarah J.", handle: "Homeowner", testimonial: "Loonstyn was incredible. Professional, fast, and the roof looks stunning. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
{ id: "1", name: "Sarah J.", handle: "Homeowner", testimonial: "Philadelphia Quality Roofing was incredible. Professional, fast, and the roof looks stunning. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
{ id: "2", name: "Mike D.", handle: "Property Manager", testimonial: "They handled a complex commercial repair for us flawlessly. Reliable and communicative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
{ id: "3", name: "Elena T.", handle: "Homeowner", testimonial: "Best roofing company I've worked with. They were honest about what I needed and didn't oversell.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-business-woman-winking-showing-okay-ok-sign-excellent-no-problem-gesture-standing-white-background_1258-122187.jpg" },
]}
@@ -150,7 +150,7 @@ export default function LoonstynPage() {
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you offer free estimates?", content: "Yes, we provide thorough, no-obligation quotes for all potential projects." },
{ id: "2", title: "Are you licensed?", content: "Absolutely. Loonstyn Roofing is fully licensed, bonded, and insured in all our operating territories." },
{ id: "2", title: "Are you licensed?", content: "Absolutely. Philadelphia Quality Roofing is fully licensed, bonded, and insured in all our operating territories." },
{ id: "3", title: "Do you handle insurance claims?", content: "We help guide you through the process, providing all necessary documentation for your insurance claims." },
]}
/>
@@ -171,13 +171,13 @@ export default function LoonstynPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Loonstyn Roofing"
logoText="Philadelphia Quality Roofing"
columns={[
{ title: "Services", items: [{ label: "Installations", href: "#services" }, { label: "Repairs", href: "#services" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
{ title: "Contact", items: [{ label: "(555) 123-ROOF", href: "tel:5551237663" }, { label: "support@loonstyn.com", href: "mailto:support@loonstyn.com" }] },
{ title: "Contact", items: [{ label: "(555) 123-ROOF", href: "tel:5551237663" }, { label: "support@pqroofing.com", href: "mailto:support@pqroofing.com" }] },
]}
copyrightText="© 2025 | Loonstyn Roofing"
copyrightText="© 2025 | Philadelphia Quality Roofing"
/>
</div>
</ReactLenis>