Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-24 03:59:11 +00:00
2 changed files with 39 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
@@ -8,19 +9,45 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"]
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
title: "Home | Beam Factory", description: "A modern, high-converting website for Beam Factory, emphasizing sleek, futuristic aesthetics with subtle industrial touches. The design uses a dark theme with vibrant blue, purple, and warm orange glowing accents to reflect creativity and technology in lighting. Content is structured to clearly separate product offerings from professional services, catering to diverse client needs.", keywords: ["Beam Factory", "lighting", "custom lighting", "LED", "smart lighting", "futuristic lighting", "industrial lighting", "lighting solutions", "commercial lighting", "home lighting", "lighting products", "professional lighting services"],
metadataBase: new URL("http://localhost:3000"),
alternates: {
canonical: "/"},
openGraph: {
title: "Home | Beam Factory", description: "A modern, high-converting website for Beam Factory, emphasizing sleek, futuristic aesthetics with subtle industrial touches. The design uses a dark theme with vibrant blue, purple, and warm orange glowing accents to reflect creativity and technology in lighting.", url: "http://localhost:3000", siteName: "Beam Factory", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/a-futuristic-room-can-be-a-gaming-setup--1774324699883-edded0ee.png", alt: "A futuristic room (can be a gaming setup or modern living room) bathed in dynamic, glowing LED light"
}
]
},
twitter: {
card: "summary_large_image", title: "Home | Beam Factory", description: "A modern, high-converting website for Beam Factory, emphasizing sleek, futuristic aesthetics with subtle industrial touches. The design uses a dark theme with vibrant blue, purple, and warm orange glowing accents to reflect creativity and technology in lighting.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNLV1frTpNAXz8EyURWRu9k0SV/a-futuristic-room-can-be-a-gaming-setup--1774324699883-edded0ee.png"
]
},
robots: {
index: true,
follow: true,
googleBot: {
index: true,
follow: true,
"max-video-preview": -1,
"max-image-preview": "large", "max-snippet": -1,
},
},
};
export default function RootLayout({
@@ -32,7 +59,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
@@ -45,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -58,12 +58,12 @@ export default function HomePage() {
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" },
{ 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" },
{ 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" },
{ 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" }
{ 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" }
]}
testimonialRotationInterval={5000}
/>