Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 10:33:03 +00:00
5 changed files with 54 additions and 24 deletions

View File

@@ -85,7 +85,7 @@ export default function AboutPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg?_wi=2"
imageAlt="Craftsmanship in progress"
metrics={trustMetrics}
/>

View File

@@ -1,27 +1,55 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luux Sign & More - Premium Signage & Branding Solutions",
description: "Premium signage and visual branding solutions in Dongen, Netherlands. Gevelreclame, carwraps, belettering, and complete branding services for businesses.",
keywords: "signage, branding, gevelreclame, carwrap, belettering, Dongen, Netherlands, visual identity",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luux Sign & More - Premium Signage & Branding",
description: "Signing die opvalt. Professional signage and branding solutions that make your brand visible.",
siteName: "Luux Sign & More",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg",
alt: "Luux Sign & More - Premium Branding Solutions",
},
],
},
twitter: {
card: "summary_large_image",
title: "Luux Sign & More - Premium Signage & Branding",
description: "Professional signage and visual branding for businesses in Dongen, Netherlands.",
images: ["http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg"],
},
};
export default function RootLayout({
children,
@@ -31,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -82,7 +82,7 @@ export default function HomePage() {
{ text: "Offerte aanvragen", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg"
imageSrc="http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg?_wi=1"
imageAlt="Premium signage and branding showcase"
showDimOverlay={true}
/>
@@ -129,7 +129,7 @@ export default function HomePage() {
name: "Restaurant Façade",
price: "Premium",
variant: "Gevelreclame",
imageSrc: "http://img.b2bpic.net/free-photo/photo-swimming-pool-trampolines_23-2148326836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-swimming-pool-trampolines_23-2148326836.jpg?_wi=1",
imageAlt: "Restaurant storefront signage",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
name: "Brand Identity",
price: "Full Suite",
variant: "Belettering",
imageSrc: "http://img.b2bpic.net/free-vector/modern-tech-stationery-design_1051-694.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-tech-stationery-design_1051-694.jpg?_wi=1",
imageAlt: "Complete brand identity signage",
},
{
@@ -145,7 +145,7 @@ export default function HomePage() {
name: "Fleet Wrapping",
price: "Fleet Project",
variant: "Carwrap",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card-template_23-2149957726.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card-template_23-2149957726.jpg?_wi=1",
imageAlt: "Vehicle wrap design and installation",
},
{
@@ -153,7 +153,7 @@ export default function HomePage() {
name: "Retail Interior",
price: "Complete",
variant: "Interieur Signing",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-looking-window-display-clothing-store_23-2147889079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-looking-window-display-clothing-store_23-2147889079.jpg?_wi=1",
imageAlt: "Retail interior signage design",
},
]}
@@ -209,7 +209,7 @@ export default function HomePage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg?_wi=1"
imageAlt="Craftsmanship in progress"
metrics={[
{ value: "15+", title: "Years Experience" },

View File

@@ -24,7 +24,7 @@ export default function PortfolioPage() {
name: "Restaurant Façade",
price: "Premium",
variant: "Gevelreclame",
imageSrc: "http://img.b2bpic.net/free-photo/photo-swimming-pool-trampolines_23-2148326836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-swimming-pool-trampolines_23-2148326836.jpg?_wi=2",
imageAlt: "Restaurant storefront signage",
},
{
@@ -32,7 +32,7 @@ export default function PortfolioPage() {
name: "Brand Identity",
price: "Full Suite",
variant: "Belettering",
imageSrc: "http://img.b2bpic.net/free-vector/modern-tech-stationery-design_1051-694.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-tech-stationery-design_1051-694.jpg?_wi=2",
imageAlt: "Complete brand identity signage",
},
{
@@ -40,7 +40,7 @@ export default function PortfolioPage() {
name: "Fleet Wrapping",
price: "Fleet Project",
variant: "Carwrap",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card-template_23-2149957726.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card-template_23-2149957726.jpg?_wi=2",
imageAlt: "Vehicle wrap design and installation",
},
{
@@ -48,7 +48,7 @@ export default function PortfolioPage() {
name: "Retail Interior",
price: "Complete",
variant: "Interieur Signing",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-looking-window-display-clothing-store_23-2147889079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-looking-window-display-clothing-store_23-2147889079.jpg?_wi=2",
imageAlt: "Retail interior signage design",
},
];

View File

@@ -78,7 +78,7 @@ export default function ServicesPage() {
{ text: "Offerte aanvragen", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg"
imageSrc="http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg?_wi=2"
imageAlt="Premium services showcase"
showDimOverlay={true}
/>