Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-05 23:57:35 +00:00
6 changed files with 88 additions and 486 deletions

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,32 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -57,45 +40,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Who We Are"
description="Sweeney Solutions is a premier Illinois public adjusting firm dedicated to serving the interests of property owners during their most critical times."
tag="About Us"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,32 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -57,45 +40,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Residential Property Claims"
description="Protecting your home and family investments from unforeseen catastrophes and insurance underpayment."
tag="Claim Types"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,32 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -57,45 +40,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Talk to an Expert"
description="Ready to get a fair review of your claim? Contact our team today and let's get started."
tag="Contact Us"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,32 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -57,45 +40,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Common Questions"
description="Everything you need to know about how public adjusters change the equation for property damage claims."
tag="FAQ"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>

View File

@@ -28,83 +28,34 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
title="Maximize Your Insurance Claim With Trusted Illinois Public Adjusters"
description="Sweeney Solutions fights for homeowners and businesses to get the settlement they deserve."
buttons={[
{
text: "Free Claim Inspection",
href: "/contact",
},
{
text: "Call Now",
href: "tel:5550199",
},
{ text: "Free Claim Inspection", href: "/contact" },
{ text: "Call Now", href: "tel:5550199" },
]}
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-map-orientate-city_23-2148383477.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{
id: "c3",
imageSrc: "http://img.b2bpic.net/free-photo/balcony-house-with-walls-broken-wood_1122-1163.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{
id: "c4",
imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-with-rusty-stairs_23-2149454810.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{
id: "c5",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint_23-2149714280.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{
id: "c6",
imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-workplace-handsome-notebook_1157-3668.jpg",
imageAlt: "Professional property adjuster home damage inspection",
},
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/man-using-map-orientate-city_23-2148383477.jpg", imageAlt: "Professional property adjuster home damage inspection" },
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg", imageAlt: "Professional property adjuster home damage inspection" },
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/balcony-house-with-walls-broken-wood_1122-1163.jpg", imageAlt: "Professional property adjuster home damage inspection" },
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-with-rusty-stairs_23-2149454810.jpg", imageAlt: "Professional property adjuster home damage inspection" },
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint_23-2149714280.jpg", imageAlt: "Professional property adjuster home damage inspection" },
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-workplace-handsome-notebook_1157-3668.jpg", imageAlt: "Professional property adjuster home damage inspection" },
]}
/>
</div>
@@ -113,12 +64,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="We work for you — not the insurance company."
buttons={[
{
text: "Learn About Our Mission",
href: "/about",
},
]}
buttons={[{ text: "Learn About Our Mission", href: "/about" }]}
/>
</div>
@@ -129,48 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Storm & Wind",
description: "Maximum recovery for severe wind and storm events.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-leans-wall-reading-journal_1304-2951.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100294.jpg",
buttonText: "Learn More",
},
{
title: "Hail Damage",
description: "Comprehensive assessments for roofs and exterior siding.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-house-from-yard_122409-42.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
buttonText: "Learn More",
},
{
title: "Fire & Smoke",
description: "Managing complex fire restoration and soot damage.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-helmet_23-2149328082.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328081.jpg",
buttonText: "Learn More",
},
{
title: "Water Damage",
description: "Expert documentation for floods and plumbing leaks.",
imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/man-with-checklist_1154-40.jpg",
buttonText: "Learn More",
},
{
title: "Commercial",
description: "Specialized support for business property losses.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-with-medical-masks_23-2148751987.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/old-provincial-dwelling-house-with-green-facade-moldova_1268-15804.jpg",
buttonText: "Learn More",
},
{
title: "Roof Claims",
description: "Detailing structural failure and replacement claims.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-discussing-business-phone_1262-2033.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-with-clipboard_23-2148908889.jpg",
buttonText: "Learn More",
},
{ title: "Storm & Wind", description: "Maximum recovery for severe wind and storm events.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-leans-wall-reading-journal_1304-2951.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100294.jpg", buttonText: "Learn More" },
{ title: "Hail Damage", description: "Comprehensive assessments for roofs and exterior siding.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-house-from-yard_122409-42.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", buttonText: "Learn More" },
{ title: "Fire & Smoke", description: "Managing complex fire restoration and soot damage.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-helmet_23-2149328082.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328081.jpg", buttonText: "Learn More" },
{ title: "Water Damage", description: "Expert documentation for floods and plumbing leaks.", imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-with-checklist_1154-40.jpg", buttonText: "Learn More" },
{ title: "Commercial", description: "Specialized support for business property losses.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-with-medical-masks_23-2148751987.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/old-provincial-dwelling-house-with-green-facade-moldova_1268-15804.jpg", buttonText: "Learn More" },
{ title: "Roof Claims", description: "Detailing structural failure and replacement claims.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-discussing-business-phone_1262-2033.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-with-clipboard_23-2148908889.jpg", buttonText: "Learn More" },
]}
title="Expert Property Damage Services"
description="We specialize in navigating the complex insurance claims process for Illinois residents."
@@ -183,48 +93,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "Homeowner",
testimonial: "Sweeney Solutions helped us recover far more than the insurance company originally offered.",
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
},
{
id: "t2",
name: "Michael Chen",
role: "Business Owner",
testimonial: "Professional, responsive, and incredibly knowledgeable. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-hand-holding-suit-finish-work-standing-way-back-home_1150-3063.jpg",
},
{
id: "t3",
name: "David Smith",
role: "Homeowner",
testimonial: "They made the entire insurance process stress-free and handled every detail.",
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969883.jpg",
},
{
id: "t4",
name: "Linda Gomez",
role: "Real Estate Investor",
testimonial: "The best public adjusting experience we've ever had in Illinois.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-sitting-together_23-2149391029.jpg",
},
{
id: "t5",
name: "Robert Lee",
role: "Homeowner",
testimonial: "Honest, transparent, and absolutely effective in their negotiations.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
},
{
id: "t6",
name: "Karen White",
role: "Business Owner",
testimonial: "Exceptional support and result-oriented strategy for our property claims.",
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-serious-man-posing-seriously_181624-46455.jpg",
},
{ id: "t1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Sweeney Solutions helped us recover far more than the insurance company originally offered.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg" },
{ id: "t2", name: "Michael Chen", role: "Business Owner", testimonial: "Professional, responsive, and incredibly knowledgeable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-hand-holding-suit-finish-work-standing-way-back-home_1150-3063.jpg" },
{ id: "t3", name: "David Smith", role: "Homeowner", testimonial: "They made the entire insurance process stress-free and handled every detail.", imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969883.jpg" },
{ id: "t4", name: "Linda Gomez", role: "Real Estate Investor", testimonial: "The best public adjusting experience we've ever had in Illinois.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-sitting-together_23-2149391029.jpg" },
{ id: "t5", name: "Robert Lee", role: "Homeowner", testimonial: "Honest, transparent, and absolutely effective in their negotiations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ id: "t6", name: "Karen White", role: "Business Owner", testimonial: "Exceptional support and result-oriented strategy for our property claims.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-serious-man-posing-seriously_181624-46455.jpg" },
]}
title="What Illinois Homeowners Are Saying"
description="Trust in our commitment to maximizing your settlement payouts."
@@ -234,56 +108,19 @@ export default function LandingPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get Started"
title="Dont Settle For Less Than You Deserve"
description="Schedule a free inspection with our team and let us review your insurance claim today."
buttons={[
{
text: "Schedule Free Inspection",
href: "/contact",
},
]}
buttons={[{ text: "Schedule Free Inspection", href: "/contact" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,32 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Claim Types",
id: "/claim-types",
},
{
name: "FAQ",
id: "/faq",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Claim Types", id: "/claim-types" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sweeney Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -57,45 +40,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Claim Negotiation Services"
description="We take the burden of negotiation off your shoulders, dealing directly with insurance carriers to secure fair settlements."
tag="Our Services"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Claim Types",
href: "/claim-types",
},
{
label: "FAQ",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Claim Types", href: "/claim-types" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Sweeney Solutions"
/>