Merge version_1 into main #1
269
src/app/page.tsx
269
src/app/page.tsx
@@ -25,199 +25,92 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="WebMaster"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="WebMaster"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Build Your Digital Presence with Expert Web Development"
|
||||
description="We specialize in crafting high-performance, responsive, and beautiful websites tailored for modern businesses."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-happy-business-owner-profe-1774596446069-f1f21928.png",
|
||||
alt: "User",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-tech-startup-founder-smili-1774596446335-c7c0d992.png",
|
||||
alt: "User",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-product-manager-confident-1774596446426-f52cd7b6.png",
|
||||
alt: "User",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-design-agency-lead-1774596446401-f739974c.png",
|
||||
alt: "User",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ businesses"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Build Your Digital Presence with Expert Web Development"
|
||||
description="We specialize in crafting high-performance, responsive, and beautiful websites tailored for modern businesses."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-happy-business-owner-profe-1774596446069-f1f21928.png", alt: "User" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-tech-startup-founder-smili-1774596446335-c7c0d992.png", alt: "User" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-product-manager-confident-1774596446426-f52cd7b6.png", alt: "User" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/portrait-of-a-design-agency-lead-1774596446401-f739974c.png", alt: "User" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ businesses"
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Professional Web Development Services"
|
||||
description="We blend creativity with technical precision to deliver websites that not only look stunning but drive measurable growth."
|
||||
metrics={[
|
||||
{
|
||||
value: "200+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
value: "5+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/professional-web-developer-working-on-co-1774596446363-d7b4ed8d.png"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Professional Web Development Services"
|
||||
description="We blend creativity with technical precision to deliver websites that not only look stunning but drive measurable growth."
|
||||
metrics={[
|
||||
{ value: "200+", title: "Projects Completed" },
|
||||
{ value: "100%", title: "Satisfaction Rate" },
|
||||
{ value: "5+", title: "Years Experience" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/professional-web-developer-working-on-co-1774596446363-d7b4ed8d.png"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Loading",
|
||||
description: "Optimized performance for speed",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "SEO Optimized",
|
||||
description: "Built for search engines",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
},
|
||||
{
|
||||
title: "Mobile Responsive",
|
||||
description: "Perfect on all devices",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Smartphone,
|
||||
},
|
||||
]}
|
||||
title="High-Performance Features"
|
||||
description="Powerful capabilities to help your business succeed online."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="High-Performance Features"
|
||||
description="Powerful capabilities to help your business succeed online."
|
||||
features={[
|
||||
{ title: "Fast Loading", description: "Optimized performance for speed", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "SEO Optimized", description: "Built for search engines", bentoComponent: "reveal-icon", icon: Search },
|
||||
{ title: "Mobile Responsive", description: "Perfect on all devices", bentoComponent: "reveal-icon", icon: Smartphone },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent work!",
|
||||
quote: "They delivered my website ahead of schedule and perfectly aligned with my vision.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/co-working-space-with-professional-atmos-1774596446547-06736940.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly recommended",
|
||||
quote: "Truly professional team, great communication and excellent technical skills.",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/modern-laptop-displaying-code-on-a-clean-1774596445341-16f7278b.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outstanding design",
|
||||
quote: "The design quality is unmatched. My conversion rates improved significantly.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/abstract-technology-network-visualizatio-1774596448816-43383c65.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Game changer",
|
||||
quote: "A seamless development process from start to finish.",
|
||||
name: "David Kim",
|
||||
role: "Founder",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/clean-website-layout-design-on-screen-1774596446349-72955c5e.png",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from businesses we've helped grow."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from businesses we've helped grow."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Excellent work!", quote: "They delivered my website ahead of schedule and perfectly aligned with my vision.", name: "Sarah Johnson", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/co-working-space-with-professional-atmos-1774596446547-06736940.png" },
|
||||
{ id: "2", title: "Highly recommended", quote: "Truly professional team, great communication and excellent technical skills.", name: "Michael Chen", role: "CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/modern-laptop-displaying-code-on-a-clean-1774596445341-16f7278b.png" },
|
||||
{ id: "3", title: "Outstanding design", quote: "The design quality is unmatched. My conversion rates improved significantly.", name: "Emily Rodriguez", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/abstract-technology-network-visualizatio-1774596448816-43383c65.png" },
|
||||
{ id: "4", title: "Game changer", quote: "A seamless development process from start to finish.", name: "David Kim", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWEF1C31j7xA1mls3nQhB0SXB1/clean-website-layout-design-on-screen-1774596446349-72955c5e.png" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="WebMaster"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="WebMaster"
|
||||
columns={[
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user