Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:15:55 +00:00
parent 1066b3a398
commit 98da7551c5

View File

@@ -32,35 +32,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#features"},
id: "#features",
},
{ {
name: "Clients", name: "Clients", id: "#social-proof"},
id: "#social-proof",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="ESENTIA AGENCY" brandName="ESENTIA AGENCY"
button={{ button={{
text: "Get Started", text: "Get Started", href: "#contact"}}
href: "#contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -71,35 +57,21 @@ export default function LandingPage() {
description="Strategic design and marketing that drives measurable growth. We turn vision into results for ambitious businesses." description="Strategic design and marketing that drives measurable growth. We turn vision into results for ambitious businesses."
buttons={[ buttons={[
{ {
text: "See Our Work", text: "See Our Work", href: "#products"},
href: "#products",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-workmates-discussing-business-strategy-startup-office-colleagues-working-project-planning-presentation-company-development-growth-brainstorming-ideas_482257-40347.jpg", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-workmates-discussing-business-strategy-startup-office-colleagues-working-project-planning-presentation-company-development-growth-brainstorming-ideas_482257-40347.jpg", imageAlt: "Digital marketing agency meeting in a modern office"},
imageAlt: "Digital marketing agency meeting in a modern office",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-designing-websites_23-2149930943.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-designing-websites_23-2149930943.jpg", imageAlt: "Creative business strategy planning session"},
imageAlt: "Creative business strategy planning session",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/target-written-notebook-with-pen_1357-145.jpg", imageSrc: "http://img.b2bpic.net/free-photo/target-written-notebook-with-pen_1357-145.jpg", imageAlt: "Marketing team collaboration presentation"},
imageAlt: "Marketing team collaboration presentation",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-debugging-company-servers-preventing-failures_482257-124403.jpg", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-debugging-company-servers-preventing-failures_482257-124403.jpg", imageAlt: "Modern workspace with digital screens showing data"},
imageAlt: "Modern workspace with digital screens showing data",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-tablet_23-2151957101.jpg", imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-tablet_23-2151957101.jpg", imageAlt: "Successful project management with a creative team"},
imageAlt: "Successful project management with a creative team",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-joining-business-meeting-via-video-conference-call-talking-about-paperwork-with-his-colleagues_637285-6977.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-joining-business-meeting-via-video-conference-call-talking-about-paperwork-with-his-colleagues_637285-6977.jpg", imageAlt: "Brand strategy workshop and creative process"},
imageAlt: "Brand strategy workshop and creative process",
},
]} ]}
autoplayDelay={3000} autoplayDelay={3000}
showDimOverlay={false} showDimOverlay={false}
@@ -111,18 +83,12 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Elevate Your Brand with Strategic Creativity"},
content: "Elevate Your Brand with Strategic Creativity",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/asian-businesswoman-explains-financial-data-team_482257-124625.jpg"
imageAlt="Creative agency team collaborating on a project"
/> />
</div> </div>
@@ -133,21 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"Outdated brand identity", "Outdated brand identity", "Inconsistent messaging", "Limited digital presence", "Stagnant engagement", "Ineffective campaigns"],
"Inconsistent messaging",
"Limited digital presence",
"Stagnant engagement",
"Ineffective campaigns",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Compelling brand story", "Compelling brand story", "Cohesive visual language", "Strong online visibility", "Engaged customer base", "High-performing strategies"],
"Cohesive visual language",
"Strong online visibility",
"Engaged customer base",
"High-performing strategies",
],
}} }}
title="Unlock Your Brand's Full Potential" title="Unlock Your Brand's Full Potential"
description="We combine innovative design with data-driven marketing to deliver solutions that captivate audiences and drive measurable results." description="We combine innovative design with data-driven marketing to deliver solutions that captivate audiences and drive measurable results."
@@ -160,14 +116,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"GlobalTech Solutions", "GlobalTech Solutions", "Innovate Foods Co.", "Urban Realty Group", "MediCare Partners", "FinWise Financial", "EcoHarvest Organics", "Summit Sports Wear"]}
"Innovate Foods Co.",
"Urban Realty Group",
"MediCare Partners",
"FinWise Financial",
"EcoHarvest Organics",
"Summit Sports Wear",
]}
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
description="Our collaborations speak for themselves, partnering with businesses to achieve their marketing and branding objectives." description="Our collaborations speak for themselves, partnering with businesses to achieve their marketing and branding objectives."
speed={40} speed={40}
@@ -182,20 +131,11 @@ export default function LandingPage() {
tag="Results" tag="Results"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "300%", description: "Average ROI for clients"},
value: "300%",
description: "Average ROI for clients",
},
{ {
id: "m2", id: "m2", value: "200+", description: "Satisfied clients served"},
value: "200+",
description: "Satisfied clients served",
},
{ {
id: "m3", id: "m3", value: "95%", description: "Client retention rate"},
value: "95%",
description: "Client retention rate",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -209,26 +149,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
members={[ members={[
{ {
id: "tm1", id: "tm1", name: "Marcus Aurelius", role: "Chief Strategist", imageSrc: "http://img.b2bpic.net/free-photo/older-man-with-silly-face_1149-277.jpg", imageAlt: "Portrait of Marcus Aurelius, Chief Strategist"},
name: "Marcus Aurelius",
role: "Chief Strategist",
imageSrc: "http://img.b2bpic.net/free-photo/older-man-with-silly-face_1149-277.jpg",
imageAlt: "Portrait of Marcus Aurelius, Chief Strategist",
},
{ {
id: "tm2", id: "tm2", name: "Sophia Clarke", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Portrait of Sophia Clarke, Creative Director"},
name: "Sophia Clarke",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
imageAlt: "Portrait of Sophia Clarke, Creative Director",
},
{ {
id: "tm3", id: "tm3", name: "David Chen", role: "Lead Marketer", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-134899.jpg", imageAlt: "Portrait of David Chen, Lead Marketer"},
name: "David Chen",
role: "Lead Marketer",
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-134899.jpg",
imageAlt: "Portrait of David Chen, Lead Marketer",
},
]} ]}
title="Meet the Minds Behind Esentia" title="Meet the Minds Behind Esentia"
description="Our diverse team of strategists, designers, and marketers are united by a passion for innovation and client success." description="Our diverse team of strategists, designers, and marketers are united by a passion for innovation and client success."
@@ -243,25 +168,15 @@ export default function LandingPage() {
author="Elena Rodriguez, Marketing Director at InnovateTech Solutions" author="Elena Rodriguez, Marketing Director at InnovateTech Solutions"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "Elena Rodriguez"},
alt: "Elena Rodriguez",
},
{ {
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-positive-with-arms-crossed-standing-purple-background_141793-110749.jpg", src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-positive-with-arms-crossed-standing-purple-background_141793-110749.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Sarah Lee"},
alt: "Sarah Lee",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-checking-his-checklist_1153-1152.jpg", src: "http://img.b2bpic.net/free-photo/man-checking-his-checklist_1153-1152.jpg", alt: "Michael Brown"},
alt: "Michael Brown",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", src: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", alt: "Sophie Miller"},
alt: "Sophie Miller",
},
]} ]}
ratingAnimation="opacity" ratingAnimation="opacity"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -272,8 +187,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to Elevate Your Brand?" title="Ready to Elevate Your Brand?"
description="Let's connect and discuss how Esentia Agency can transform your vision into market-leading success. Request a free consultation today." description="Let's connect and discuss how Esentia Agency can transform your vision into market-leading success. Request a free consultation today."
@@ -291,13 +205,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="ESENTIA AGENCY" logoText="ESENTIA AGENCY"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>