3 Commits

Author SHA1 Message Date
5bb30a27ab Update src/app/page.tsx 2026-03-24 04:03:31 +00:00
84d3570e6b Merge version_1 into main
Merge version_1 into main
2026-03-24 04:02:47 +00:00
079cc69449 Merge version_1 into main
Merge version_1 into main
2026-03-24 03:59:10 +00:00

View File

@@ -1,6 +1,6 @@
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
@@ -53,19 +53,22 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<HeroBillboard
title="Lighting, Engineered to Transform"
description="Premium lighting products and custom lighting solutions for homes and businesses. We combine creativity, technology, and precision to illuminate your world."
background={{ variant: "sparkles-gradient" }}
testimonials={[
{ name: "Sarah J.", handle: "@home_glow", testimonial: "Beam Factory transformed my living room! The smart lighting products are incredible and the design service was seamless.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-young-woman-e-1774324698816-75751d58.png?_wi=1" },
{ name: "Michael C.", handle: "@studio_zen", testimonial: "The custom lighting for my art studio is a masterpiece. Beam Factory perfectly understood my vision and delivered beyond expectations.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-man-late-20s--1774324700417-5c4ff120.png?_wi=1" },
{ name: "Emily R.", handle: "@retail_shine", testimonial: "Our retail store needed a refresh, and Beam Factorys commercial solutions elevated our brand presence. Customers love the new ambiance!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-middle-aged-w-1774324699036-be9594e8.png" },
{ name: "David K.", handle: "@gamer_luxe", testimonial: "My gaming setup has never looked better. The LED strips and smart bulbs are top-notch and installation was super easy.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-man-early-40s-1774324698301-98985372.png" },
{ name: "Jessica L.", handle: "@event_magic", testimonial: "For our last corporate event, Beam Factory provided breathtaking lighting. It truly made the evening unforgettable.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-young-woman-e-1774324698816-75751d58.png?_wi=2" },
{ name: "Chris B.", handle: "@home_owner", testimonial: "The team helped me choose and install lighting that brought out the best in my home. Fantastic service and quality products.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-man-late-20s--1774324700417-5c4ff120.png?_wi=2" }
buttons={[
{ text: "Explore Products", href: "/products" },
{ text: "Our Services", href: "/services" }
]}
testimonialRotationInterval={5000}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/a-futuristic-room-can-be-a-gaming-setup--1774324699883-edded0ee.png"
imageAlt="A futuristic room bathed in dynamic, glowing LED light"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-young-woman-e-1774324698816-75751d58.png?_wi=1", alt: "Sarah J." },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-man-late-20s--1774324700417-5c4ff120.png?_wi=1", alt: "Michael C." },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/professional-headshot-of-a-middle-aged-w-1774324699036-be9594e8.png", alt: "Emily R." }
]}
avatarText="Trusted by thousands of clients."
/>
</div>