Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d9088247d | |||
| 2a9f33df6a | |||
| 7a8498d5fa | |||
| a75bc02413 |
144
src/app/page.tsx
144
src/app/page.tsx
@@ -80,57 +80,41 @@ const HomePage = () => {
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={activeCompany === "solutions" ? [
|
||||
{
|
||||
imageSrc:
|
||||
"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: "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:
|
||||
"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: "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:
|
||||
"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: "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:
|
||||
"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/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/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/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/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"},
|
||||
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={activeCompany === "solutions" ? [
|
||||
{
|
||||
imageSrc:
|
||||
"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: "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:
|
||||
"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: "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:
|
||||
"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: "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:
|
||||
"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/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/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/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/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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-silhouette-sky-city-material_1127-2350.jpg?_wi=2", imageAlt: "Construction and development projects"},
|
||||
]}
|
||||
buttons={activeCompany === "solutions" ? [
|
||||
{ text: "Explore Solutions", href: "/solutions" },
|
||||
@@ -148,15 +132,13 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Broadscope Solutions", description:
|
||||
"Real estate solutions including property acquisition, renovation, development, and investment opportunities for buyers and investors.", button: {
|
||||
title: "Broadscope Solutions", description: "Real estate solutions including property acquisition, renovation, development, and investment opportunities for buyers and investors.", button: {
|
||||
text: "View Solutions", onClick: () => setActiveCompany("solutions"),
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Broadscope Adjusters", description:
|
||||
"Expert public adjusting services to advocate for your property damage claims and maximize your insurance settlements.", button: {
|
||||
title: "Broadscope Adjusters", description: "Expert public adjusting services to advocate for your property damage claims and maximize your insurance settlements.", button: {
|
||||
text: "View Adjusters", onClick: () => setActiveCompany("adjusters"),
|
||||
},
|
||||
},
|
||||
@@ -175,16 +157,13 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Property Acquisition", description:
|
||||
"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:
|
||||
"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:
|
||||
"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"
|
||||
@@ -201,16 +180,13 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Comprehensive Assessment", description:
|
||||
"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:
|
||||
"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:
|
||||
"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"
|
||||
@@ -225,42 +201,30 @@ const HomePage = () => {
|
||||
<ProductCardThree
|
||||
products={activeCompany === "solutions" ? [
|
||||
{
|
||||
id: "1", name: "Fix & Flip - Solutions", price: "View Case", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg?_wi=1", imageAlt: "Completed renovation project"},
|
||||
id: "1", name: "Fix & Flip - Solutions", price: "View Case", imageSrc: "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:
|
||||
"http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1", imageAlt: "New construction development"},
|
||||
id: "2", name: "New Construction - Solutions", price: "View Case", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1", imageAlt: "New construction development"},
|
||||
{
|
||||
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?_wi=1", imageAlt: "Commercial property development"},
|
||||
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?_wi=1", imageAlt: "Commercial property development"},
|
||||
{
|
||||
id: "4", name: "Portfolio Investment - Solutions", price: "View Case", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Investment property portfolio"},
|
||||
id: "4", name: "Portfolio Investment - Solutions", price: "View Case", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Investment property portfolio"},
|
||||
{
|
||||
id: "5", name: "Mixed-Use Development - Solutions", price: "View Case", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg?_wi=1", imageAlt: "Mixed-use development project"},
|
||||
id: "5", name: "Mixed-Use Development - Solutions", price: "View Case", imageSrc: "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:
|
||||
"http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg?_wi=1", imageAlt: "Completed real estate transaction"},
|
||||
id: "6", name: "Sold Deals - Solutions", price: "View Case", imageSrc: "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: "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: "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: "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: "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: "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"},
|
||||
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"
|
||||
animationType="slide-up"
|
||||
@@ -275,53 +239,41 @@ const HomePage = () => {
|
||||
<TestimonialCardTwo
|
||||
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: "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: "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: "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: "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: "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: "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:
|
||||
"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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
id: "2", name: "John T.", role: "Property Owner", testimonial:
|
||||
"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: "2", name: "John T.", role: "Property Owner", testimonial: "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: "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,
|
||||
id: "3", 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,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Patricia M.", role: "Homeowner", testimonial:
|
||||
"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: "4", name: "Patricia M.", role: "Homeowner", testimonial: "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: "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,
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user