Merge version_2 into main #6
@@ -17,15 +17,15 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "People", id: "people" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Acton Law LLC"
|
||||
brandName="Acton Law"
|
||||
button={{ text: "Get in Touch", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,16 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Special Situations"
|
||||
description="Acton Law LLC. A precise and authoritative firm providing high-stakes legal solutions."
|
||||
title="Acton Law"
|
||||
description="Premium legal counsel for high-stakes commercial disputes and complex corporate advisory."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443977-l3hvw9p7.jpg", imageAlt: "Cinematic background visual" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-4uvdmpq9.jpg", imageAlt: "Cinematic background visual" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443977-l3hvw9p7.jpg", imageAlt: "Hero background" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-49wzptz6.png", imageAlt: "Cinematic background visual" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-4uvdmpq9.jpg", imageAlt: "Hero background" },
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||
buttons={[{ text: "Explore Expertise", href: "#expertise" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,8 +67,8 @@ export default function LandingPage() {
|
||||
{ value: "15+", title: "Years of Counsel" },
|
||||
{ value: "200+", title: "Successful Cases" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443977-l3hvw9p7.jpg"
|
||||
imageAlt="About Acton Law"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-49wzptz6.png"
|
||||
imageAlt="Our approach"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,7 +76,7 @@ export default function LandingPage() {
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Shield, title: "Corporate Dispute Resolution", description: "High-level dispute strategy for corporate entities." },
|
||||
{ icon: Zap, title: "Commercial Advisory", description: "Precise guidance on complex agreements and deals." },
|
||||
@@ -92,10 +91,14 @@ export default function LandingPage() {
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "1", badge: "Core", price: "Crisis", subtitle: "Strategic containment", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Immediate intervention", "Strategic mapping", "Risk mitigation"] },
|
||||
{ id: "2", badge: "Core", price: "Resolution", subtitle: "Final outcome control", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Legal negotiation", "Dispute settlement", "Post-settlement advisory"] },
|
||||
{
|
||||
id: "1", badge: "Strategy", price: "Crisis Containment", subtitle: "Strategic intervention for critical moments.", buttons: [{ text: "Consult", href: "#contact" }], features: ["Immediate assessment", "Strategy formulation", "Risk mitigation"],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Resolution", price: "Outcome Control", subtitle: "Achieving finality through negotiation.", buttons: [{ text: "Consult", href: "#contact" }], features: ["Litigation strategy", "Conflict resolution", "Executive guidance"],
|
||||
},
|
||||
]}
|
||||
title="Special Situations"
|
||||
description="Tailored strategies for critical turning points."
|
||||
@@ -106,11 +109,11 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Strategic Studies"
|
||||
description="Observations and technical analysis on commercial law."
|
||||
blogs={[
|
||||
{ id: "1", category: "Insights", title: "Commercial Agreements", excerpt: "Strategic analysis by our team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-49wzptz6.png", authorName: "Jeremy Acton", authorAvatar: "", date: "2024" },
|
||||
{ id: "1", category: "Insights", title: "Commercial Governance", excerpt: "In-depth analysis of modern corporate law.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-49wzptz6.png", authorName: "Jeremy Acton", authorAvatar: "", date: "2025" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,12 +122,11 @@ export default function LandingPage() {
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Our People"
|
||||
tag="Partners"
|
||||
membersAnimation="opacity"
|
||||
members={[
|
||||
{ id: "1", name: "Jeremy Acton", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443977-l3hvw9p7.jpg" },
|
||||
{ id: "1", name: "Jeremy Acton", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-49wzptz6.png" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,18 +134,18 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="For confidential inquiries, contact our offices."
|
||||
buttons={[{ text: "Email Us", href: "mailto:enquiries@actonlaw.sg" }]}
|
||||
text="For confidential inquiries, contact our lead counsel at enquiries@actonlaw.sg"
|
||||
buttons={[{ text: "Send Email", href: "mailto:enquiries@actonlaw.sg" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443978-4uvdmpq9.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1pis0ErxUsWXrTCi7ZXnAMHlz/uploaded-1775563443977-l3hvw9p7.jpg"
|
||||
logoText="ACTON LAW"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Address", items: [{ label: "70 Shenton Way #12-06/07 Eon Shenton Singapore 079118", href: "#" }] },
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Expertise", href: "#expertise" }] },
|
||||
{ title: "Contact", items: [{ label: "enquiries@actonlaw.sg", href: "mailto:enquiries@actonlaw.sg" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1b;
|
||||
--foreground: #E5E5E5;
|
||||
--primary-cta: #E5E5E5;
|
||||
--card: #121212;
|
||||
--foreground: #e5e5e5;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #E5E5E5;
|
||||
--accent: #222222;
|
||||
--background-accent: #1A1A1B;
|
||||
--accent: #333333;
|
||||
--background-accent: #1a1a1a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user