Update src/app/page.tsx

This commit is contained in:
2026-05-08 20:39:53 +00:00
parent 95af789bf5
commit 7cf1e61f35

View File

@@ -19,31 +19,23 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Team",
id: "team",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" }
]}
brandName="Sydney Legal Partners"
/>
@@ -51,17 +43,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Sydney's Premier Legal Representation"
description="Providing expert legal guidance across Sydney with integrity, dedication, and results."
buttons={[
{
text: "Book Consultation",
href: "#contact",
},
]}
buttons={[{ text: "Book Consultation", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bfhjj"
/>
</div>
@@ -70,22 +55,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Legacy of Excellence",
},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cgp8dz",
alt: "About Sydney Legal Partners",
},
]}
buttons={[
{
text: "Our Approach",
href: "#about",
},
{ type: "text", content: "Our Legacy of Excellence" },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cgp8dz", alt: "About Sydney Legal Partners" }
]}
buttons={[{ text: "Our Approach", href: "#about" }]}
/>
</div>
@@ -94,21 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Corporate Law",
description: "Guiding businesses through complex regulatory environments and mergers.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=14v5ny",
},
{
title: "Family Law",
description: "Supporting families with empathy during life's most challenging transitions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gza102",
},
{
title: "Litigation",
description: "Aggressive and strategic representation in courts across Sydney.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7majso",
},
{ title: "Corporate Law", description: "Guiding businesses through complex regulatory environments and mergers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=14v5ny" },
{ title: "Family Law", description: "Supporting families with empathy during life's most challenging transitions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gza102" },
{ title: "Litigation", description: "Aggressive and strategic representation in courts across Sydney.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7majso" }
]}
title="Core Legal Services"
description="We specialize in delivering high-impact legal outcomes across key sectors."
@@ -117,33 +78,13 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "20+",
title: "Years Experience",
items: [
"Deep expertise in NSW law",
],
},
{
id: "m2",
value: "500+",
title: "Cases Won",
items: [
"Proven courtroom success",
],
},
{
id: "m3",
value: "98%",
title: "Client Retention",
items: [
"Trusted local partnership",
],
},
{ id: "m1", value: "20+", title: "Years Experience", items: ["Deep expertise in NSW law"] },
{ id: "m2", value: "500+", title: "Cases Won", items: ["Proven courtroom success"] },
{ id: "m3", value: "98%", title: "Client Retention", items: ["Trusted local partnership"] }
]}
title="Our Track Record"
description="Numbers reflecting our commitment to justice and client satisfaction."
@@ -157,34 +98,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{
id: "t1",
name: "James Henderson",
role: "Senior Partner",
description: "Extensive experience in corporate litigation.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n6xnvn",
},
{
id: "t2",
name: "Sarah Williams",
role: "Head of Family Law",
description: "Expert mediator and family advocate.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=apklyz",
},
{
id: "t3",
name: "Michael Chen",
role: "Senior Associate",
description: "Specializing in commercial transactions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tx3h79",
},
{
id: "t4",
name: "Emma Roberts",
role: "Senior Associate",
description: "Strategic defense and criminal law focus.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n5454u",
},
{ id: "t1", name: "James Henderson", role: "Senior Partner", description: "Extensive experience in corporate litigation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n6xnvn" },
{ id: "t2", name: "Sarah Williams", role: "Head of Family Law", description: "Expert mediator and family advocate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=apklyz" },
{ id: "t3", name: "Michael Chen", role: "Senior Associate", description: "Specializing in commercial transactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tx3h79" },
{ id: "t4", name: "Emma Roberts", role: "Senior Associate", description: "Strategic defense and criminal law focus.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n5454u" }
]}
title="Meet Our Partners"
description="An experienced team of Sydney attorneys dedicated to your success."
@@ -198,46 +115,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "John Doe",
role: "Business Owner",
company: "Tech Sydney",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7uqgmf",
},
{
id: "2",
name: "Alice Smith",
role: "Parent",
company: "Private Client",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uut0as",
},
{
id: "3",
name: "Robert Brown",
role: "Executive",
company: "Blue Chip Group",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xn35c9",
},
{
id: "4",
name: "Emily Wilson",
role: "Real Estate Developer",
company: "City Build",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zj3gbd",
},
{
id: "5",
name: "David Clark",
role: "Entrepreneur",
company: "Innovate Ltd",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q64vn7",
},
{ id: "1", name: "John Doe", role: "Business Owner", company: "Tech Sydney", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7uqgmf" },
{ id: "2", name: "Alice Smith", role: "Parent", company: "Private Client", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uut0as" },
{ id: "3", name: "Robert Brown", role: "Executive", company: "Blue Chip Group", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xn35c9" },
{ id: "4", name: "Emily Wilson", role: "Real Estate Developer", company: "City Build", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zj3gbd" },
{ id: "5", name: "David Clark", role: "Entrepreneur", company: "Innovate Ltd", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q64vn7" }
]}
title="Client Success Stories"
description="Hear from clients who have trusted us with their legal needs."
@@ -249,21 +131,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a consultation?",
content: "Yes, we offer an initial consultation to evaluate your case.",
},
{
id: "f2",
title: "What are your fees?",
content: "Fees depend on the complexity of your legal situation.",
},
{
id: "f3",
title: "How long will my case take?",
content: "Timelines vary significantly based on the case type.",
},
{ id: "f1", title: "Do I need a consultation?", content: "Yes, we offer an initial consultation to evaluate your case." },
{ id: "f2", title: "What are your fees?", content: "Fees depend on the complexity of your legal situation." },
{ id: "f3", title: "How long will my case take?", content: "Timelines vary significantly based on the case type." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ekup73"
mediaAnimation="slide-up"
@@ -276,63 +146,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Get in Touch"
title="Schedule a Consultation Today"
description="Our team is ready to provide the legal assistance you need."
buttons={[
{
text: "Contact Us",
href: "mailto:legal@sydneyfirm.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:legal@sydneyfirm.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services",
items: [
{
label: "Corporate Law",
href: "#",
},
{
label: "Family Law",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "Support",
href: "#",
},
{
label: "Consultation",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Corporate Law", href: "#" }, { label: "Family Law", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Contact", items: [{ label: "Support", href: "#" }, { label: "Consultation", href: "#" }] }
]}
bottomLeftText="© 2024 Sydney Legal Partners"
bottomRightText="Privacy Policy"