Merge version_6 into main #6

Merged
development merged 1 commits from version_6 into main 2025-12-28 16:44:25 +00:00

View File

@@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import TeamCardThree from '@/components/sections/team/TeamCardThree';
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
import ContactText from '@/components/sections/contact/ContactText';
@@ -122,6 +123,38 @@ export default function LandingPage() {
/>
</div>
<div id="feature-six" data-section="feature-six">
<FeatureCardSix
title="Why Choose Sullivan & Associates"
description="Proven excellence and client-focused representation"
tag="Our Difference"
textboxLayout="default"
useInvertedBackground="noInvert"
features={[
{
id: "1",
title: "Experienced Team",
description: "25+ years of combined legal expertise and proven track record of success"
},
{
id: "2",
title: "Client-Focused",
description: "Your goals are our priorities. We provide personalized attention and strategic counsel."
},
{
id: "3",
title: "Results-Oriented",
description: "We focus on achieving the best possible outcomes for your legal matters."
},
{
id: "4",
title: "Strategic Approach",
description: "We develop innovative legal strategies tailored to your specific situation."
}
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardThree
title="Our Team"