Merge version_3 into main #5

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

View File

@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
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";
export default function LandingPage() {
return (
@@ -38,6 +39,9 @@ export default function LandingPage() {
<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" }]}