Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-03-26 19:24:03 +00:00

View File

@@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Rocket } from "lucide-react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
export default function LandingPage() {
return (
@@ -26,6 +27,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Portfolio", id: "#portfolio" },
]}
brandName="Lumevo"
button={{ text: "Book Your Free Call", href: "#contact" }}
@@ -40,7 +42,7 @@ export default function LandingPage() {
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" }]}
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" },
@@ -53,10 +55,24 @@ export default function LandingPage() {
/>
</div>
<div id="portfolio" data-section="portfolio">
<BlogCardTwo
title="Our Recent Work"
description="Explore the projects we have delivered for local businesses in Huntsville and beyond."
animationType="blur-reveal"
textboxLayout="default"
blogs={[
{ id: "p1", category: "Real Estate", title: "Modern Real Estate Dashboard", excerpt: "A sleek, data-driven platform for property management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png?_wi=1", authorName: "Lumevo Team", authorAvatar: "https://i.pravatar.cc/150?u=1", date: "2026" },
{ id: "p2", category: "Restaurant", title: "Fine Dining Experience", excerpt: "An elegant booking-focused site for upscale dining.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png?_wi=1", authorName: "Lumevo Team", authorAvatar: "https://i.pravatar.cc/150?u=2", date: "2026" },
{ id: "p3", category: "Tech", title: "Agency Client Portal", excerpt: "Custom portal for professional web services clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png?_wi=1", authorName: "Lumevo Team", authorAvatar: "https://i.pravatar.cc/150?u=3", date: "2026" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Portfolio", href: "#portfolio" }] },
{ title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] },
]}
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"