Merge version_1 into main #2
@@ -24,24 +24,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ZJK Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,44 +38,15 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Expertise You Can Trust"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 ZJK Solutions. All rights reserved."
|
||||
/>
|
||||
@@ -94,4 +54,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -24,33 +24,20 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ZJK Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Start?"
|
||||
description="Reach out to schedule a consultation."
|
||||
@@ -62,32 +49,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 ZJK Solutions. All rights reserved."
|
||||
/>
|
||||
@@ -95,4 +58,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
116
src/app/page.tsx
116
src/app/page.tsx
@@ -25,57 +25,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ZJK Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Delivering Exceptional Solutions for Your Business"
|
||||
description="ZJK Solutions provides expert consulting, strategy, and implementation to drive sustainable growth and operational excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
text: "Get in touch",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Our Services", href: "/services" },
|
||||
{ text: "Get in touch", href: "/contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png?_wi=1",
|
||||
imageAlt: "Business Consulting",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png?_wi=2",
|
||||
imageAlt: "Professional Strategy",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png?_wi=3",
|
||||
imageAlt: "Operational Excellence",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png", imageAlt: "Business Consulting" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png", imageAlt: "Professional Strategy" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/professional-business-consultant-office--1774568309767-548af8f0.png", imageAlt: "Operational Excellence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,38 +57,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Strategic Success",
|
||||
quote: "ZJK transformed our operations.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/abstract-background-illustrating-busines-1774568311801-0fb213ef.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great Partner",
|
||||
quote: "Highly recommended for consulting.",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/sophisticated-abstract-geometric-shapes--1774568309090-940ccb79.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Invaluable Advice",
|
||||
quote: "Professional and deeply insightful.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/modern-office-architecture-background-bl-1774568309738-943ad009.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Exceptional Impact",
|
||||
quote: "The results speak for themselves.",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/innovative-technological-digital-network-1774568310847-62cc578a.png",
|
||||
},
|
||||
{ id: "1", title: "Strategic Success", quote: "ZJK transformed our operations.", name: "Sarah Johnson", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/abstract-background-illustrating-busines-1774568311801-0fb213ef.png" },
|
||||
{ id: "2", title: "Great Partner", quote: "Highly recommended for consulting.", name: "Michael Chen", role: "CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/sophisticated-abstract-geometric-shapes--1774568309090-940ccb79.png" },
|
||||
{ id: "3", title: "Invaluable Advice", quote: "Professional and deeply insightful.", name: "Emily Rodriguez", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/modern-office-architecture-background-bl-1774568309738-943ad009.png" },
|
||||
{ id: "4", title: "Exceptional Impact", quote: "The results speak for themselves.", name: "David Kim", role: "Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJMmYArGeH7mqlLfmm3PHUT7q/innovative-technological-digital-network-1774568310847-62cc578a.png" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our partners say about working with ZJK Solutions."
|
||||
@@ -126,32 +70,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 ZJK Solutions. All rights reserved."
|
||||
/>
|
||||
@@ -159,4 +79,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ZJK Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,24 +41,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Expert advice to steer your business through complex challenges.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Operational Optimization",
|
||||
description: "Streamlining processes to enhance productivity and profit.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart2,
|
||||
},
|
||||
{
|
||||
title: "Digital Transformation",
|
||||
description: "Modernizing legacy systems to future-proof your organization.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Globe,
|
||||
},
|
||||
{ title: "Strategic Consulting", description: "Expert advice to steer your business through complex challenges.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "Operational Optimization", description: "Streamlining processes to enhance productivity and profit.", bentoComponent: "reveal-icon", icon: BarChart2 },
|
||||
{ title: "Digital Transformation", description: "Modernizing legacy systems to future-proof your organization.", bentoComponent: "reveal-icon", icon: Globe },
|
||||
]}
|
||||
title="Core Consulting Services"
|
||||
description="Comprehensive solutions tailored to your unique requirements."
|
||||
@@ -79,32 +53,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 ZJK Solutions. All rights reserved."
|
||||
/>
|
||||
@@ -112,4 +62,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user