Compare commits
1 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e76a3c64e |
@@ -9,7 +9,7 @@ import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
|||||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||||
import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
|
import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
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";
|
import { Linkedin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -306,7 +306,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterCard
|
||||||
logoText="Sullivan & Associates"
|
logoText="Sullivan & Associates"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user