diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e0fa3a..305edc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LandingPage() { return ( @@ -43,7 +43,7 @@ export default function LandingPage() { description="Strategic legal counsel for those building empires. We transform complexity into clarity, risk into opportunity." tag="Premium Legal Representation" tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[{ text: "START CASE", href: "contact" }]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg" @@ -64,6 +64,7 @@ export default function LandingPage() { imageAlt="Executive conference room during strategic legal consultation" useInvertedBackground={false} mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> @@ -78,13 +79,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=1", imageAlt: "Corporate M&A negotiation session"}, + title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Corporate M&A negotiation session"}, { id: 2, - title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=2", imageAlt: "Wealth strategy consultation"}, + title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Wealth strategy consultation"}, { id: 3, - title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=3", imageAlt: "Litigation strategy session"}, + title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Litigation strategy session"}, ]} /> @@ -97,13 +98,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Chen, CEO of TechForward Ventures"}, + id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Chen, CEO of TechForward Ventures"}, { id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "James Richardson, Founder of Richardson Capital"}, { - id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Marchand, CMO of Luxury Collective"}, + id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Marchand, CMO of Luxury Collective"}, { - id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Morrison, Managing Director of Elite Advisors"}, + id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Morrison, Managing Director of Elite Advisors"}, ]} />