Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
||||||
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
||||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
@@ -123,38 +122,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="team" data-section="team">
|
||||||
<TeamCardThree
|
<TeamCardThree
|
||||||
title="Our Team"
|
title="Our Team"
|
||||||
|
|||||||
Reference in New Issue
Block a user