Merge version_10 into main #11

Merged
development merged 1 commits from version_10 into main 2025-12-28 20:15:11 +00:00

View File

@@ -9,7 +9,7 @@ import TeamCardThree from '@/components/sections/team/TeamCardThree';
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Linkedin } from "lucide-react";
export default function LandingPage() {
@@ -306,7 +306,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterCard
logoText="Sullivan & Associates"
/>
</div>