Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 20:31:14 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AgencyWeb"
/>
@@ -53,38 +45,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Build Your Digital Presence Today"
description="We specialize in crafting professional, modern websites for businesses that are ready to dominate the digital landscape. Don't let your business go unseen."
tag="Expert Web Solutions"
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg",
imageAlt: "Hero visual 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg", imageAlt: "Hero visual 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-grid-black-background_53876-97647.jpg",
imageAlt: "Hero visual 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg",
imageAlt: "Hero visual 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg",
imageAlt: "Hero visual 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg",
imageAlt: "Hero visual 5",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-grid-black-background_53876-97647.jpg", imageAlt: "Hero visual 2"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -101,19 +74,13 @@ export default function LandingPage() {
features={[
{
icon: Smartphone,
title: "Responsive Design",
description: "Beautiful, functional layouts across all devices.",
},
title: "Responsive Design", description: "Beautiful, functional layouts across all devices."},
{
icon: Zap,
title: "Blazing Fast Speeds",
description: "Performance-optimized code for better engagement.",
},
title: "Blazing Fast Speeds", description: "Performance-optimized code for better engagement."},
{
icon: Search,
title: "SEO Optimized",
description: "Built from the ground up to rank on search engines.",
},
title: "SEO Optimized", description: "Built from the ground up to rank on search engines."},
]}
title="Everything You Need to Succeed"
description="Our websites are designed to perform, convert, and represent your brand perfectly."
@@ -125,12 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"TechCorp",
"Innovate",
"FutureSolutions",
"GlobalStream",
"DataFlow",
]}
"TechCorp", "Innovate", "FutureSolutions", "GlobalStream", "DataFlow"]}
title="Trusted by Growing Businesses"
description="We partner with ambitious companies to bring their visions to life."
/>
@@ -144,25 +106,15 @@ export default function LandingPage() {
author="Sarah Johnson, CEO of TechCorp"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -173,16 +125,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Let's Talk"
title="Ready to Start Your Project?"
description="Don't have a website yet? We'll guide you through the process from start to finish."
buttons={[
{
text: "Contact Us Now",
href: "#",
},
text: "Contact Us Now", href: "#"},
]}
/>
</div>
@@ -191,13 +140,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="AgencyWeb"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>