Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user