Switch to version 1: modified src/app/page.tsx
This commit is contained in:
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,15 +30,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Harrison & Cole"
|
||||
/>
|
||||
@@ -47,40 +57,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", alt: "Solicitor"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz",
|
||||
alt: "Solicitor",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0targ", alt: "Solicitor"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0targ",
|
||||
alt: "Solicitor",
|
||||
},
|
||||
{
|
||||
src: "asset://team-1-a", alt: "Solicitor"},
|
||||
src: "asset://team-1-a",
|
||||
alt: "Solicitor",
|
||||
},
|
||||
{
|
||||
src: "asset://team-2-a", alt: "Solicitor"},
|
||||
src: "asset://team-2-a",
|
||||
alt: "Solicitor",
|
||||
},
|
||||
{
|
||||
src: "asset://team-1-b", alt: "Solicitor"},
|
||||
src: "asset://team-1-b",
|
||||
alt: "Solicitor",
|
||||
},
|
||||
]}
|
||||
avatarText="Our expert legal team"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation", href: "/contact"},
|
||||
text: "Book Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services", href: "/services"},
|
||||
text: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Family Law"},
|
||||
type: "text",
|
||||
text: "Family Law",
|
||||
},
|
||||
{
|
||||
type: "text", text: "Criminal Defense"},
|
||||
type: "text",
|
||||
text: "Criminal Defense",
|
||||
},
|
||||
{
|
||||
type: "text", text: "Immigration"},
|
||||
type: "text",
|
||||
text: "Immigration",
|
||||
},
|
||||
{
|
||||
type: "text", text: "Litigation Support"},
|
||||
type: "text",
|
||||
text: "Litigation Support",
|
||||
},
|
||||
{
|
||||
type: "text", text: "Legal Advice"},
|
||||
type: "text",
|
||||
text: "Legal Advice",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,15 +125,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1"},
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp"},
|
||||
id: "t2",
|
||||
name: "John Doe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp",
|
||||
},
|
||||
{
|
||||
id: "t3", name: "James Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l"},
|
||||
id: "t3",
|
||||
name: "James Smith",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l",
|
||||
},
|
||||
{
|
||||
id: "t4", name: "Emily Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg"},
|
||||
id: "t4",
|
||||
name: "Emily Watson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg",
|
||||
},
|
||||
{
|
||||
id: "t5", name: "David Brown", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y"},
|
||||
id: "t5",
|
||||
name: "David Brown",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y",
|
||||
},
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -116,13 +166,25 @@ export default function LandingPage() {
|
||||
description="We are proud of the results we achieve for our clients."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Deep expertise", icon: Briefcase,
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Deep expertise",
|
||||
icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "500+", title: "Cases Won", description: "Proven success", icon: Award,
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Cases Won",
|
||||
description: "Proven success",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "98%", title: "Client Satisfaction", description: "Trusted advice", icon: ThumbsUp,
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Trusted advice",
|
||||
icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -135,7 +197,12 @@ export default function LandingPage() {
|
||||
title="Recognized Excellence"
|
||||
description="Affiliated with leading industry bodies."
|
||||
names={[
|
||||
"London Legal Society", "UK Bar Council", "SRA Regulated", "Family Law Association", "Immigration Law Experts"]}
|
||||
"London Legal Society",
|
||||
"UK Bar Council",
|
||||
"SRA Regulated",
|
||||
"Family Law Association",
|
||||
"Immigration Law Experts",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,9 +214,27 @@ export default function LandingPage() {
|
||||
description="Real feedback from those we have helped."
|
||||
testimonials={[
|
||||
{
|
||||
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"},
|
||||
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",
|
||||
},
|
||||
{
|
||||
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"},
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,27 +243,42 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Practice Areas", items: [
|
||||
title: "Practice Areas",
|
||||
items: [
|
||||
{
|
||||
label: "Family Law", href: "/services"},
|
||||
label: "Family Law",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Criminal Defense", href: "/services"},
|
||||
label: "Criminal Defense",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -189,4 +289,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user