Update src/app/page.tsx

This commit is contained in:
2025-12-28 20:15:05 +00:00
parent d726f49641
commit 7e76a3c64e

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>