Merge version_4 into main #6
@@ -22,51 +22,47 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Lumevo"
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
]}
|
||||
brandName="Lumevo"
|
||||
button={{ text: "Book Your Free Call", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Launch Your Business in 24 Hours"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
title="We Build Stunning Websites in a Single Day"
|
||||
description="AI-powered web design for Huntsville local businesses — delivered in 24 hours, starting at $800."
|
||||
buttons={[{ text: "Book Your Free Call", href: "/contact" }, { text: "See Our Work", href: "/portfolio" }]}
|
||||
buttonClassName="bg-primary text-primary-foreground shadow-lg scale-105"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png?_wi=1" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/professional-business-website-mockup-on--1774551828209-90beb221.png" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/ai-powered-web-design-interface-with-ana-1774551827480-deb7e7c1.png" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png?_wi=1" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png?_wi=1" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Launch Your Business in 24 Hours"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
title="We Build Stunning Websites in a Single Day"
|
||||
description="AI-powered web design for Huntsville local businesses — delivered in 24 hours, starting at $800."
|
||||
buttons={[{ text: "Book Your Free Call", href: "#contact" }, { text: "See Our Work", href: "#hero" }]}
|
||||
buttonClassName="bg-primary text-primary-foreground shadow-lg scale-105"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png?_wi=1" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/professional-business-website-mockup-on--1774551828209-90beb221.png" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/ai-powered-web-design-interface-with-ana-1774551827480-deb7e7c1.png" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png?_wi=1" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png?_wi=1" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }] },
|
||||
{ title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user