5 Commits

Author SHA1 Message Date
8f19cc0f75 Update src/app/page.tsx 2026-03-03 15:18:25 +00:00
e3794b819b Update src/app/page.tsx 2026-03-03 15:16:58 +00:00
0e19e739a7 Update src/app/layout.tsx 2026-03-03 15:16:57 +00:00
e33c6a6163 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:09:18 +00:00
f1289a6ed3 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:07:26 +00:00
2 changed files with 186 additions and 152 deletions

View File

@@ -1,68 +1,17 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Broadscope - Property Solutions & Claims Advocacy", title: "Broadscope Solutions & Adjusters", description: "Property Solutions & Claims Advocacy - Serving homeowners and investors with comprehensive real estate services and expert insurance claim advocacy."};
description:
"Broadscope Solutions and Adjusters: Expert real estate services, property development, and insurance claims advocacy. Maximize your property value and insurance settlements.",
keywords:
"real estate, property solutions, insurance claims, public adjuster, property development, home renovation",
metadataBase: new URL("https://broadscope.com"),
alternates: {
canonical: "https://broadscope.com",
},
openGraph: {
title: "Broadscope - Property Solutions & Claims Advocacy",
description:
"Expert real estate and insurance claims advocacy services from Broadscope Solutions and Adjusters.",
type: "website",
siteName: "Broadscope",
images: [
{
url: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg",
alt: "Broadscope Property Services",
},
],
},
twitter: {
card: "summary_large_image",
title: "Broadscope - Property Solutions & Claims Advocacy",
description:
"Expert real estate and insurance claims advocacy services",
images: [
"http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg",
],
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body>{children}
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1430,7 +1379,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -9,9 +9,12 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link"; import Link from "next/link";
import { Compass, Home, ClipboardCheck, Building2, Hammer, TrendingUp, Eye, Handshake, Camera, Star } from "lucide-react"; import { Compass, Home, ClipboardCheck, Building2, Hammer, TrendingUp, Eye, Handshake, Camera, Star, Zap } from "lucide-react";
import { useState } from "react";
const HomePage = () => { const HomePage = () => {
const [activeCompany, setActiveCompany] = useState<"solutions" | "adjusters">("solutions");
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Solutions", id: "/solutions" }, { name: "Solutions", id: "/solutions" },
@@ -60,8 +63,8 @@ const HomePage = () => {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Broadscope" brandName={activeCompany === "solutions" ? "Broadscope Solutions" : "Broadscope Adjusters"}
bottomLeftText="Property Solutions & Claims Advocacy" bottomLeftText={activeCompany === "solutions" ? "Property Solutions" : "Claims Advocacy"}
bottomRightText="123-456-7890" bottomRightText="123-456-7890"
/> />
</div> </div>
@@ -72,40 +75,69 @@ const HomePage = () => {
tag="Full-Service Property Expertise" tag="Full-Service Property Expertise"
tagIcon={Compass} tagIcon={Compass}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Broadscope" title={activeCompany === "solutions" ? "Broadscope Solutions" : "Broadscope Adjusters"}
description="Property Solutions & Claims Advocacy - Serving homeowners and investors with comprehensive real estate services and expert insurance claim advocacy." description={activeCompany === "solutions" ? "Property Solutions & Claims Advocacy - Serving homeowners and investors with comprehensive real estate services and expert insurance claim advocacy." : "Expert public adjusting services to advocate for your property damage claims and maximize your insurance settlements."}
carouselPosition="right" carouselPosition="right"
leftCarouselItems={[ leftCarouselItems={activeCompany === "solutions" ? [
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg", imageAlt: "Modern residential property development"}, "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=1", imageAlt: "Modern residential property development"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg", imageAlt: "Property acquisition and renovation"}, "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=1", imageAlt: "Property acquisition and renovation"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", imageAlt: "Real estate investment opportunities"}, "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=1", imageAlt: "Real estate investment opportunities"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/construction-site-silhouette-sky-city-material_1127-2350.jpg", imageAlt: "Construction and development projects"}, "http://img.b2bpic.net/free-photo/construction-site-silhouette-sky-city-material_1127-2350.jpg?_wi=1", imageAlt: "Construction and development projects"},
] : [
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=1", imageAlt: "Insurance claim assessment and documentation"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg?_wi=1", imageAlt: "Property damage evaluation and claim negotiation"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/successful-businessman-suit-reading-document-signing-female-grey-haired-manager-eyeglasses-pointing-something-report-partners-working-office-business-management-concept_74855-7809.jpg?_wi=1", imageAlt: "Professional claim advocacy services"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=1", imageAlt: "Homeowner protection and settlement support"},
]} ]}
rightCarouselItems={[ rightCarouselItems={activeCompany === "solutions" ? [
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg", imageAlt: "Insurance claim assessment and documentation"}, "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=2", imageAlt: "Insurance claim assessment and documentation"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg", imageAlt: "Property damage evaluation and claim negotiation"}, "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg?_wi=2", imageAlt: "Property damage evaluation and claim negotiation"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/successful-businessman-suit-reading-document-signing-female-grey-haired-manager-eyeglasses-pointing-something-report-partners-working-office-business-management-concept_74855-7809.jpg", imageAlt: "Professional claim advocacy services"}, "http://img.b2bpic.net/free-photo/successful-businessman-suit-reading-document-signing-female-grey-haired-manager-eyeglasses-pointing-something-report-partners-working-office-business-management-concept_74855-7809.jpg?_wi=2", imageAlt: "Professional claim advocacy services"},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Homeowner protection and settlement support"}, "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2", imageAlt: "Homeowner protection and settlement support"},
] : [
{
imageSrc:
"http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=2", imageAlt: "Modern residential property development"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=2", imageAlt: "Property acquisition and renovation"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=2", imageAlt: "Real estate investment opportunities"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/construction-site-silhouette-sky-city-material_1127-2350.jpg?_wi=2", imageAlt: "Construction and development projects"},
]} ]}
buttons={[ buttons={activeCompany === "solutions" ? [
{ text: "Explore Solutions", href: "/solutions" }, { text: "Explore Solutions", href: "/solutions" },
{ text: "Learn About Claims Advocacy", href: "/adjusters" }, { text: "Learn About Claims Advocacy", href: "/adjusters" },
] : [
{ text: "Start Your Claim", href: "/adjusters" },
{ text: "Learn About Solutions", href: "/solutions" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -117,11 +149,17 @@ const HomePage = () => {
{ {
icon: Home, icon: Home,
title: "Broadscope Solutions", description: title: "Broadscope Solutions", description:
"Real estate solutions including property acquisition, renovation, development, and investment opportunities for buyers and investors."}, "Real estate solutions including property acquisition, renovation, development, and investment opportunities for buyers and investors.", button: {
text: "View Solutions", onClick: () => setActiveCompany("solutions"),
},
},
{ {
icon: ClipboardCheck, icon: Zap,
title: "Broadscope Adjusters", description: title: "Broadscope Adjusters", description:
"Expert public adjusting services to advocate for your property damage claims and maximize your insurance settlements."}, "Expert public adjusting services to advocate for your property damage claims and maximize your insurance settlements.", button: {
text: "View Adjusters", onClick: () => setActiveCompany("adjusters"),
},
},
]} ]}
animationType="slide-up" animationType="slide-up"
title="Choose Your Service" title="Choose Your Service"
@@ -131,80 +169,103 @@ const HomePage = () => {
/> />
</div> </div>
<div id="solutions-services" data-section="solutions-services"> {activeCompany === "solutions" && (
<FeatureHoverPattern <div id="solutions-services" data-section="solutions-services">
features={[ <FeatureHoverPattern
{ features={[
icon: Building2, {
title: "Property Acquisition", description: icon: Building2,
"We purchase undervalued properties, distressed assets, and investment opportunities. Expert sourcing and negotiation for optimal deals."}, title: "Property Acquisition", description:
{ "We purchase undervalued properties, distressed assets, and investment opportunities. Expert sourcing and negotiation for optimal deals."},
icon: Hammer, {
title: "Renovation & Development", description: icon: Hammer,
"Full-service renovation and construction development. We transform properties to maximize value and market appeal."}, title: "Renovation & Development", description:
{ "Full-service renovation and construction development. We transform properties to maximize value and market appeal."},
icon: TrendingUp, {
title: "Investor Relations", description: icon: TrendingUp,
"Source investment opportunities and deal packages for qualified investors looking to expand their portfolios."}, title: "Investor Relations", description:
]} "Source investment opportunities and deal packages for qualified investors looking to expand their portfolios."},
animationType="slide-up" ]}
title="Broadscope Solutions Services" animationType="slide-up"
description="Comprehensive real estate solutions for buyers, sellers, and investors seeking growth opportunities" title="Broadscope Solutions Services"
textboxLayout="default" description="Comprehensive real estate solutions for buyers, sellers, and investors seeking growth opportunities"
useInvertedBackground={false} textboxLayout="default"
/> useInvertedBackground={false}
</div> />
</div>
)}
<div id="adjusters-services" data-section="adjusters-services"> {activeCompany === "adjusters" && (
<FeatureHoverPattern <div id="adjusters-services" data-section="adjusters-services">
features={[ <FeatureHoverPattern
{ features={[
icon: Eye, {
title: "Comprehensive Assessment", description: icon: Eye,
"Complete property damage inspection and evaluation. We document all losses to ensure nothing is missed in your claim."}, title: "Comprehensive Assessment", description:
{ "Complete property damage inspection and evaluation. We document all losses to ensure nothing is missed in your claim."},
icon: Handshake, {
title: "Claim Negotiation", description: icon: Handshake,
"Professional advocacy and negotiation with insurers. We fight for fair settlements and advocate on your behalf throughout the process."}, title: "Claim Negotiation", description:
{ "Professional advocacy and negotiation with insurers. We fight for fair settlements and advocate on your behalf throughout the process."},
icon: Camera, {
title: "Documentation & Recovery", description: icon: Camera,
"Expert damage documentation and loss inventory. We maximize your recovery and ensure complete claim coverage."}, title: "Documentation & Recovery", description:
]} "Expert damage documentation and loss inventory. We maximize your recovery and ensure complete claim coverage."},
animationType="slide-up" ]}
title="Broadscope Adjusters Services" animationType="slide-up"
description="Expert public adjusting and claims advocacy to maximize your property damage settlements" title="Broadscope Adjusters Services"
textboxLayout="default" description="Expert public adjusting and claims advocacy to maximize your property damage settlements"
useInvertedBackground={false} textboxLayout="default"
/> useInvertedBackground={false}
</div> />
</div>
)}
<div id="portfolio" data-section="portfolio"> <div id="portfolio" data-section="portfolio">
<ProductCardThree <ProductCardThree
products={[ products={activeCompany === "solutions" ? [
{ {
id: "1", name: "Fix & Flip - Solutions", price: "View Case", imageSrc: id: "1", name: "Fix & Flip - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg", imageAlt: "Completed renovation project"}, "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg?_wi=1", imageAlt: "Completed renovation project"},
{ {
id: "2", name: "New Construction - Solutions", price: "View Case", imageSrc: id: "2", name: "New Construction - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "New construction development"}, "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1", imageAlt: "New construction development"},
{ {
id: "3", name: "Fire Damage Recovery - Adjusters", price: "View Case", imageSrc: id: "3", name: "Commercial Development - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg", imageAlt: "Fire damage property recovery"}, "http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg?_wi=1", imageAlt: "Commercial property development"},
{ {
id: "4", name: "Hurricane Damage Claim - Adjusters", price: "View Case", imageSrc: id: "4", name: "Portfolio Investment - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", imageAlt: "Hurricane damage assessment and recovery"}, "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Investment property portfolio"},
{ {
id: "5", name: "Water Damage Settlement - Adjusters", price: "View Case", imageSrc: id: "5", name: "Mixed-Use Development - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg", imageAlt: "Water damage claim negotiation"}, "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg?_wi=1", imageAlt: "Mixed-use development project"},
{ {
id: "6", name: "Sold Deals - Solutions", price: "View Case", imageSrc: id: "6", name: "Sold Deals - Solutions", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg", imageAlt: "Completed real estate transaction"}, "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg?_wi=1", imageAlt: "Completed real estate transaction"},
] : [
{
id: "1", name: "Fire Damage Recovery - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg?_wi=2", imageAlt: "Fire damage property recovery"},
{
id: "2", name: "Hurricane Damage Claim - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=2", imageAlt: "Hurricane damage assessment and recovery"},
{
id: "3", name: "Water Damage Settlement - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg?_wi=2", imageAlt: "Water damage claim negotiation"},
{
id: "4", name: "Mold Remediation Claim - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg?_wi=2", imageAlt: "Mold damage assessment"},
{
id: "5", name: "Storm Damage Assessment - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=2", imageAlt: "Storm damage evaluation"},
{
id: "6", name: "Comprehensive Coverage Review - Adjusters", price: "View Case", imageSrc:
"http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg?_wi=2", imageAlt: "Insurance coverage optimization"},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
title="Featured Projects & Claims" title={activeCompany === "solutions" ? "Featured Projects - Solutions" : "Featured Claims - Adjusters"}
description="Recent success stories from Broadscope Solutions and Broadscope Adjusters" description={activeCompany === "solutions" ? "Recent success stories from Broadscope Solutions" : "Recent success stories from Broadscope Adjusters"}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -212,7 +273,32 @@ const HomePage = () => {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardTwo
testimonials={[ testimonials={activeCompany === "solutions" ? [
{
id: "1", name: "Michael R.", role: "Real Estate Investor", testimonial:
"Broadscope Solutions identified an excellent investment opportunity and handled everything from acquisition to renovation. Professional and results-driven team.", icon: Star,
},
{
id: "2", name: "Jennifer L.", role: "First-Time Buyer", testimonial:
"Broadscope Solutions guided us through our first property purchase. Great service, honest advice, and transparent communication throughout the entire process.", icon: Star,
},
{
id: "3", name: "Amanda S.", role: "Property Developer", testimonial:
"Working with Broadscope Solutions on our development project was seamless. They brought expertise, connections, and results. A trusted partner for real estate success.", icon: Star,
},
{
id: "4", name: "David W.", role: "Portfolio Manager", testimonial:
"Broadscope Solutions has consistently delivered exceptional properties for our investment portfolio. Their market insight and execution are unmatched.", icon: Star,
},
{
id: "5", name: "Maria G.", role: "Small Business Owner", testimonial:
"Found our perfect commercial space through Broadscope Solutions. They understood our needs and found exactly what we were looking for.", icon: Star,
},
{
id: "6", name: "Robert K.", role: "Estate Liquidator", testimonial:
"Broadscope Solutions handled our estate property with professionalism and achieved an excellent sale price. Highly recommended for quality service.", icon: Star,
},
] : [
{ {
id: "1", name: "Sarah P.", role: "Homeowner", testimonial: id: "1", name: "Sarah P.", role: "Homeowner", testimonial:
"Broadscope Adjusters were exceptional. They negotiated better settlement than we expected. Their expertise and advocacy made all the difference in our claim process. Highly recommended.", icon: Star, "Broadscope Adjusters were exceptional. They negotiated better settlement than we expected. Their expertise and advocacy made all the difference in our claim process. Highly recommended.", icon: Star,
@@ -222,25 +308,25 @@ const HomePage = () => {
"After our home suffered major storm damage, Broadscope Adjusters managed our entire claim. They handled negotiations with confidence and got us the compensation we deserved.", icon: Star, "After our home suffered major storm damage, Broadscope Adjusters managed our entire claim. They handled negotiations with confidence and got us the compensation we deserved.", icon: Star,
}, },
{ {
id: "3", name: "Michael R.", role: "Real Estate Investor", testimonial: id: "3", name: "David K.", role: "Insurance Claimant", testimonial:
"Broadscope Solutions identified an excellent investment opportunity and handled everything from acquisition to renovation. Professional and results-driven team.", icon: Star,
},
{
id: "4", name: "Jennifer L.", role: "First-Time Buyer", testimonial:
"Broadscope Solutions guided us through our first property purchase. Great service, honest advice, and transparent communication throughout the entire process.", icon: Star,
},
{
id: "5", name: "David K.", role: "Insurance Claimant", testimonial:
"When we needed help with our fire damage claim, Broadscope Adjusters stepped in immediately. They knew exactly what to do and fought for every dollar we were entitled to.", icon: Star, "When we needed help with our fire damage claim, Broadscope Adjusters stepped in immediately. They knew exactly what to do and fought for every dollar we were entitled to.", icon: Star,
}, },
{ {
id: "6", name: "Amanda S.", role: "Property Developer", testimonial: id: "4", name: "Patricia M.", role: "Homeowner", testimonial:
"Working with Broadscope Solutions on our development project was seamless. They brought expertise, connections, and results. A trusted partner for real estate success.", icon: Star, "Our water damage claim seemed overwhelming. Broadscope Adjusters took control of the entire process and secured a settlement that far exceeded our initial estimate.", icon: Star,
},
{
id: "5", name: "Thomas J.", role: "Property Manager", testimonial:
"Managing multiple property claims is complex. Broadscope Adjusters handles everything professionally and consistently achieves excellent outcomes for our tenants.", icon: Star,
},
{
id: "6", name: "Linda B.", role: "Business Owner", testimonial:
"Our commercial property suffered significant damage. Broadscope Adjusters' expertise in navigating complex commercial claims was invaluable. Outstanding service.", icon: Star,
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
title="Client Testimonials" title={activeCompany === "solutions" ? "Client Testimonials - Solutions" : "Client Testimonials - Adjusters"}
description="Hear what our satisfied clients have to say about working with Broadscope" description={activeCompany === "solutions" ? "Hear what our satisfied clients have to say about working with Broadscope Solutions" : "Hear what our satisfied clients have to say about working with Broadscope Adjusters"}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
carouselMode="auto" carouselMode="auto"
@@ -249,7 +335,7 @@ const HomePage = () => {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to work with Broadscope? Whether you need real estate solutions or claims advocacy, our team is here to help." text={activeCompany === "solutions" ? "Ready to work with Broadscope Solutions? Whether you need property acquisition, renovation services, or investment opportunities, our team is here to help." : "Ready to work with Broadscope Adjusters? Let our expert adjusters handle your property damage claim and maximize your insurance settlement."}
animationType="reveal-blur" animationType="reveal-blur"
buttons={[ buttons={[
{ text: "Get Started Today", href: "#" }, { text: "Get Started Today", href: "#" },
@@ -263,7 +349,7 @@ const HomePage = () => {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={footerColumns} columns={footerColumns}
logoText="Broadscope" logoText={activeCompany === "solutions" ? "Broadscope Solutions" : "Broadscope Adjusters"}
copyrightText="© 2025 Broadscope. All rights reserved." copyrightText="© 2025 Broadscope. All rights reserved."
/> />
</div> </div>
@@ -271,4 +357,4 @@ const HomePage = () => {
); );
}; };
export default HomePage; export default HomePage;