5 Commits

Author SHA1 Message Date
7fdba266ee Update src/app/services/page.tsx 2026-04-15 23:53:49 +00:00
458ede8bb7 Update src/app/page.tsx 2026-04-15 23:53:49 +00:00
a2b08f396e Update src/app/blog/page.tsx 2026-04-15 23:53:48 +00:00
608b05b6e4 Update src/app/about/page.tsx 2026-04-15 23:53:48 +00:00
cdd9546604 Merge version_1 into main
Merge version_1 into main
2026-04-15 23:51:41 +00:00
4 changed files with 227 additions and 527 deletions

View File

@@ -2,148 +2,67 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function LandingPage() { export default function AboutPage() {
return ( return (
<ThemeProvider <ThemeProvider>
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <NavbarLayoutFloatingOverlay
<NavbarLayoutFloatingOverlay navItems={[
navItems={[ { name: "Home", id: "/" },
{ { name: "About", id: "/about" },
name: "Home", { name: "Services", id: "/services" },
id: "/", { name: "Blog", id: "/blog" },
}, { name: "Contact", id: "/contact" },
{ ]}
name: "About", brandName="Harrison & Cole"
id: "/about", />
},
{
name: "Services",
id: "/services",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Harrison & Cole"
/>
</div>
<div id="about" data-section="about"> <div id="history" data-section="about">
<SplitAbout <SplitAbout
textboxLayout="split" title="Our Firm History"
useInvertedBackground={false} description="Founded in 2008, Harrison & Cole has grown from a boutique practice to a leading London law firm, consistently delivering excellence for our clients in sensitive and complex matters."
title="Your Trusted Legal Partner" textboxLayout="split"
description="Based in London, Harrison & Cole Solicitors is committed to providing clear, authoritative legal advice." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=br8cjx"
bulletPoints={[ bulletPoints={[
{ { title: "Establishment", description: "Founded in London to provide accessible legal excellence." },
title: "Authoritative Advice", { title: "Growth", description: "Expanded service areas into Family and Immigration law." },
description: "Years of experience in high-stakes UK litigation.", { title: "Values", description: "Commitment to integrity, privacy, and client success." }
}, ]}
{ />
title: "Client-Centric", </div>
description: "Always accessible and transparent communication.",
},
{
title: "Proven Success",
description: "A track record of successful case outcomes.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4kod5k&_wi=1"
mediaAnimation="slide-up"
/>
</div>
<div id="feature" data-section="feature"> <div id="team" data-section="team">
<FeatureCardSeven <TeamCardEleven
animationType="slide-up" title="Meet Our Attorneys"
textboxLayout="default" description="Our dedicated team of solicitors brings decades of combined experience across various legal sectors."
useInvertedBackground={false} textboxLayout="default"
title="Our Vision" animationType="slide-up"
description="A commitment to fair justice." groups={[
features={[ {
{ id: "g1", groupTitle: "Senior Partners", members: [
title: "Integrity", { id: "m1", title: "Eleanor Cole", subtitle: "Senior Partner, Family Law", detail: "Specializes in complex custody cases with 20+ years of experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl" },
description: "We always put the client first.", { id: "m2", title: "David Harrison", subtitle: "Senior Partner, Criminal Defense", detail: "Expert in appellate litigation and white-collar defense.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o2gibc&_wi=1", { id: "m3", title: "Sarah Jenkins", subtitle: "Lead Counsel, Immigration", detail: "Recognized specialist in complex visa appeals and citizenship cases.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y" }
}, ]
{ }
title: "Efficiency", ]}
description: "Swift resolution.", />
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=us6qgq&_wi=1", </div>
},
]}
/>
</div>
<div id="footer" data-section="footer"> <FooterSimple
<FooterSimple columns={[
columns={[ { title: "Practice Areas", items: [{ label: "Family Law", href: "/services" }, { label: "Criminal Defense", href: "/services" }] },
{ { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
title: "Practice Areas", { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
items: [ ]}
{ bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
label: "Family Law", bottomRightText="Authorised and Regulated by the SRA."
href: "/services", />
},
{
label: "Criminal Defense",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
bottomRightText="Authorised and Regulated by the SRA."
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -2,122 +2,54 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function LandingPage() { export default function BlogPage() {
return ( return (
<ThemeProvider <ThemeProvider>
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <NavbarLayoutFloatingOverlay
<NavbarLayoutFloatingOverlay navItems={[
navItems={[ { name: "Home", id: "/" },
{ { name: "About", id: "/about" },
name: "Home", { name: "Services", id: "/services" },
id: "/", { name: "Blog", id: "/blog" },
}, { name: "Contact", id: "/contact" },
{ ]}
name: "About", brandName="Harrison & Cole"
id: "/about", />
},
{
name: "Services",
id: "/services",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Harrison & Cole"
/>
</div>
<div id="blog" data-section="blog"> <div className="pt-32 pb-20">
<BlogCardThree <BlogCardOne
animationType="slide-up" title="UK Legal Insights & Updates"
textboxLayout="default" description="Expert commentary on evolving UK legislation and legal practice."
useInvertedBackground={false} animationType="slide-up"
title="Recent Insights" textboxLayout="default"
description="Legal trends." blogs={[
blogs={[ {
{ id: "1", category: "Family Law", title: "Navigating Divorce Proceedings in 2024", excerpt: "Understanding the latest changes in UK family law processes and mediation requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl", authorName: "Sarah Jenkins", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl", date: "March 12, 2024"
id: "b1", },
category: "Family", {
title: "Divorce Trends", id: "2", category: "Criminal Defense", title: "Know Your Rights: Police Interviews", excerpt: "Crucial guidance on what to expect and how to prepare for police interviews in the UK.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", authorName: "Mark Thompson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", date: "February 28, 2024"
excerpt: "What to expect in 2024.", },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=2", {
authorName: "Alice Law", id: "3", category: "Immigration", title: "Updates to UK Visa Requirements", excerpt: "A breakdown of the recent amendments to visa eligibility criteria for international applicants.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y", authorName: "Elise Dubois", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y", date: "February 15, 2024"
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", }
date: "Jan 2024", ]}
}, />
]} </div>
/>
</div>
<div id="footer" data-section="footer"> <FooterSimple
<FooterSimple columns={[
columns={[ { title: "Practice Areas", items: [{ label: "Family Law" }, { label: "Criminal Defense" }] },
{ { title: "Company", items: [{ label: "About Us" }, { label: "Contact" }] },
title: "Practice Areas", { title: "Legal", items: [{ label: "Privacy Policy" }, { label: "Terms" }] },
items: [ ]}
{ bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
label: "Family Law", bottomRightText="Authorised and Regulated by the SRA."
href: "/services", />
},
{
label: "Criminal Defense",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
bottomRightText="Authorised and Regulated by the SRA."
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Harrison & Cole" brandName="Harrison & Cole"
/> />
@@ -57,65 +47,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Excellence in London Legal Counsel" title="Excellence in London Legal Counsel"
description="Harrison & Cole Solicitors provide expert representation in Family Law, Criminal Defense, and Immigration matters. Your trusted partners for justice in the UK." description="Harrison & Cole Solicitors provide expert representation in Family Law, Criminal Defense, and Immigration matters. Your trusted partners for justice in the UK."
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", alt: "Solicitor"},
alt: "Solicitor",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0targ", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0targ", alt: "Solicitor"},
alt: "Solicitor",
},
{ {
src: "asset://team-1-a", src: "asset://team-1-a", alt: "Solicitor"},
alt: "Solicitor",
},
{ {
src: "asset://team-2-a", src: "asset://team-2-a", alt: "Solicitor"},
alt: "Solicitor",
},
{ {
src: "asset://team-1-b", src: "asset://team-1-b", alt: "Solicitor"},
alt: "Solicitor",
},
]} ]}
avatarText="Our expert legal team" avatarText="Our expert legal team"
buttons={[ buttons={[
{ {
text: "Book Consultation", text: "Book Consultation", href: "/contact"},
href: "/contact",
},
{ {
text: "Our Services", text: "Our Services", href: "/services"},
href: "/services",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Family Law"},
text: "Family Law",
},
{ {
type: "text", type: "text", text: "Criminal Defense"},
text: "Criminal Defense",
},
{ {
type: "text", type: "text", text: "Immigration"},
text: "Immigration",
},
{ {
type: "text", type: "text", text: "Litigation Support"},
text: "Litigation Support",
},
{ {
type: "text", type: "text", text: "Legal Advice"},
text: "Legal Advice",
},
]} ]}
/> />
</div> </div>
@@ -125,30 +90,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Miller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1"},
name: "Sarah Miller",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1",
},
{ {
id: "t2", id: "t2", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp"},
name: "John Doe",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp",
},
{ {
id: "t3", id: "t3", name: "James Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l"},
name: "James Smith",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l",
},
{ {
id: "t4", id: "t4", name: "Emily Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg"},
name: "Emily Watson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg",
},
{ {
id: "t5", id: "t5", name: "David Brown", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y"},
name: "David Brown",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y",
},
]} ]}
cardTitle="Client Success Stories" cardTitle="Client Success Stories"
cardTag="Testimonials" cardTag="Testimonials"
@@ -166,25 +116,13 @@ export default function LandingPage() {
description="We are proud of the results we achieve for our clients." description="We are proud of the results we achieve for our clients."
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+", title: "Years Experience", description: "Deep expertise", icon: Briefcase,
value: "15+",
title: "Years Experience",
description: "Deep expertise",
icon: Briefcase,
}, },
{ {
id: "m2", id: "m2", value: "500+", title: "Cases Won", description: "Proven success", icon: Award,
value: "500+",
title: "Cases Won",
description: "Proven success",
icon: Award,
}, },
{ {
id: "m3", id: "m3", value: "98%", title: "Client Satisfaction", description: "Trusted advice", icon: ThumbsUp,
value: "98%",
title: "Client Satisfaction",
description: "Trusted advice",
icon: ThumbsUp,
}, },
]} ]}
/> />
@@ -197,12 +135,7 @@ export default function LandingPage() {
title="Recognized Excellence" title="Recognized Excellence"
description="Affiliated with leading industry bodies." description="Affiliated with leading industry bodies."
names={[ names={[
"London Legal Society", "London Legal Society", "UK Bar Council", "SRA Regulated", "Family Law Association", "Immigration Law Experts"]}
"UK Bar Council",
"SRA Regulated",
"Family Law Association",
"Immigration Law Experts",
]}
/> />
</div> </div>
@@ -214,27 +147,9 @@ export default function LandingPage() {
description="Real feedback from those we have helped." description="Real feedback from those we have helped."
testimonials={[ testimonials={[
{ {
id: "et1", id: "et1", name: "Mark R.", date: "Oct 2023", title: "Professionalism", quote: "Excellent service.", tag: "Family", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=br8cjx", imageAlt: "happy client professional office"},
name: "Mark R.",
date: "Oct 2023",
title: "Professionalism",
quote: "Excellent service.",
tag: "Family",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=br8cjx",
imageAlt: "happy client professional office",
},
{ {
id: "et2", id: "et2", name: "Jane D.", date: "Nov 2023", title: "Great results", quote: "Highly recommended.", tag: "Immigration", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", imageAlt: "happy client professional office"},
name: "Jane D.",
date: "Nov 2023",
title: "Great results",
quote: "Highly recommended.",
tag: "Immigration",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz",
imageAlt: "happy client professional office",
},
]} ]}
/> />
</div> </div>
@@ -243,42 +158,27 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Practice Areas", title: "Practice Areas", items: [
items: [
{ {
label: "Family Law", label: "Family Law", href: "/services"},
href: "/services",
},
{ {
label: "Criminal Defense", label: "Criminal Defense", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -2,18 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
import { Scale, ShieldAlert, Globe } from "lucide-react";
export default function LandingPage() { export default function ServicesPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-shift" defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight" defaultTextAnimation="background-highlight"
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="medium"
sizing="mediumSizeLargeTitles" sizing="mediumSizeLargeTitles"
background="circleGradient" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
@@ -22,142 +22,91 @@ export default function LandingPage() {
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <NavbarLayoutFloatingOverlay
<NavbarLayoutFloatingOverlay navItems={[
navItems={[ { name: "Home", id: "/" },
{ { name: "About", id: "/about" },
name: "Home", { name: "Services", id: "/services" },
id: "/", { name: "Blog", id: "/blog" },
}, { name: "Contact", id: "/contact" },
{ ]}
name: "About", brandName="Harrison & Cole"
id: "/about", />
},
{
name: "Services",
id: "/services",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Harrison & Cole"
/>
</div>
<div id="services" data-section="services"> <div className="pt-32 pb-20">
<FeatureCardTwentyThree <TimelineProcessFlow
animationType="slide-up" title="Our Practice Areas"
textboxLayout="split" description="Expert representation across core legal disciplines."
useInvertedBackground={false} textboxLayout="split-description"
features={[ animationType="slide-up"
{ items={[
id: "s1", {
title: "Family Law", content: (
tags: [ <div>
"Divorce", <h3 className="text-2xl font-bold mb-4">Family Law</h3>
"Child Custody", <p className="mb-4">Comprehensive support for divorce, custody, and mediation. We prioritize your family's future.</p>
], <ul className="list-disc list-inside mb-6">
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o2gibc&_wi=2", <li>Divorce & Separation</li>
}, <li>Child Custody & Access</li>
{ <li>Financial Settlement</li>
id: "s2", </ul>
title: "Criminal Defense", <a href="/contact" className="inline-block px-6 py-3 bg-primary text-white rounded">Consult Family Team</a>
tags: [ </div>
"Representation", ),
"Appeals", media: <Scale size={64} />,
], reverse: false
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=us6qgq&_wi=2", },
}, {
{ content: (
id: "s3", <div>
title: "Immigration Law", <h3 className="text-2xl font-bold mb-4">Criminal Defense</h3>
tags: [ <p className="mb-4">Tenacious defense against criminal charges. Protecting your rights at every stage of the legal process.</p>
"Visas", <ul className="list-disc list-inside mb-6">
"Citizenship", <li>Police Station Representation</li>
], <li>Magistrates Court Cases</li>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3dtzjo&_wi=1", <li>Crown Court Advocacy</li>
}, </ul>
]} <a href="/contact" className="inline-block px-6 py-3 bg-primary text-white rounded">Get Defense Help</a>
title="Comprehensive Legal Services" </div>
description="Tailored solutions for your personal and professional legal requirements." ),
/> media: <ShieldAlert size={64} />,
</div> reverse: true
},
{
content: (
<div>
<h3 className="text-2xl font-bold mb-4">Immigration</h3>
<p className="mb-4">Navigating complex visa and citizenship laws to ensure your status in the UK is secure.</p>
<ul className="list-disc list-inside mb-6">
<li>Visa Applications</li>
<li>Indefinite Leave to Remain</li>
<li>Citizenship Services</li>
</ul>
<a href="/contact" className="inline-block px-6 py-3 bg-primary text-white rounded">Talk to Experts</a>
</div>
),
media: <Globe size={64} />,
reverse: false
}
]}
/>
</div>
<div id="feature" data-section="feature"> <FooterSimple
<FeatureCardSeven columns={[
animationType="slide-up" {
textboxLayout="default" title: "Practice Areas", items: [{ label: "Family Law", href: "/services" }, { label: "Criminal Defense", href: "/services" }]
useInvertedBackground={false} },
title="Process" {
description="How we handle your case." title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }]
features={[ },
{ {
title: "Consultation", title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }]
description: "Initial assessment.", }
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3dtzjo&_wi=2", ]}
}, bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
{ bottomRightText="Authorised and Regulated by the SRA."
title: "Execution", />
description: "Applying legal strategy.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4kod5k&_wi=2",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Practice Areas",
items: [
{
label: "Family Law",
href: "/services",
},
{
label: "Criminal Defense",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Harrison & Cole Solicitors, London."
bottomRightText="Authorised and Regulated by the SRA."
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );