Compare commits
2 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e76a3c64e | |||
| d726f49641 |
@@ -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() {
|
||||||
@@ -133,10 +133,10 @@ export default function LandingPage() {
|
|||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Robert Sullivan",
|
name: "Roberto Sullivano",
|
||||||
role: "Managing Partner & Senior Counsel",
|
role: "Managing Partner & Senior Counsel",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766938360058-t14h8v9a.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766941134189-gkd1fcuv.jpg",
|
||||||
imageAlt: "Robert Sullivan, Managing Partner",
|
imageAlt: "Roberto Sullivano, Managing Partner",
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||||
]
|
]
|
||||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
|||||||
id: "5",
|
id: "5",
|
||||||
name: "Emily Rodriguez",
|
name: "Emily Rodriguez",
|
||||||
role: "Associate, Corporate Law",
|
role: "Associate, Corporate Law",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766938360058-t14h8v9a.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766941134189-gkd1fcuv.jpg",
|
||||||
imageAlt: "Emily Rodriguez, Associate Attorney",
|
imageAlt: "Emily Rodriguez, Associate Attorney",
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||||
@@ -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