Merge version_1 into main #1
@@ -122,28 +122,28 @@ export default function AboutPage() {
|
||||
id: "innovation",
|
||||
title: "Innovation & Quality",
|
||||
description: "Cutting-edge terrazzo manufacturing with rigorous quality control ensures every surface meets our premium standards.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q&_wi=2",
|
||||
imageAlt: "Premium terrazzo innovation",
|
||||
},
|
||||
{
|
||||
id: "expertise",
|
||||
title: "Professional Expertise",
|
||||
description: "Our team combines decades of terrazzo experience with architectural knowledge to deliver exceptional results.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=5",
|
||||
imageAlt: "Professional terrazzo expertise",
|
||||
},
|
||||
{
|
||||
id: "service",
|
||||
title: "Customer Service",
|
||||
description: "From initial consultation through installation support, we provide comprehensive guidance and assistance.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=5",
|
||||
imageAlt: "Customer service excellence",
|
||||
},
|
||||
{
|
||||
id: "sustainability",
|
||||
title: "Sustainable Materials",
|
||||
description: "Environmentally conscious manufacturing practices ensure our terrazzo is as responsible as it is beautiful.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=5",
|
||||
imageAlt: "Sustainable terrazzo production",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,28 +63,28 @@ export default function ColoursPage() {
|
||||
id: "color-neutrals",
|
||||
title: "Neutral Palette",
|
||||
description: "Sophisticated neutral tones including whites, greys, and beiges that create timeless, elegant interiors.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2&_wi=1",
|
||||
imageAlt: "Neutral terrazzo colour options",
|
||||
},
|
||||
{
|
||||
id: "color-pastels",
|
||||
title: "Pastel Collection",
|
||||
description: "Soft, sophisticated pastel hues perfect for contemporary and luxury residential design projects.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2&_wi=2",
|
||||
imageAlt: "Pastel terrazzo colours",
|
||||
},
|
||||
{
|
||||
id: "color-vibrant",
|
||||
title: "Vibrant Accents",
|
||||
description: "Bold, statement colours that create striking design focal points and architectural drama.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2&_wi=3",
|
||||
imageAlt: "Vibrant terrazzo colours",
|
||||
},
|
||||
{
|
||||
id: "color-naturals",
|
||||
title: "Natural Earth Tones",
|
||||
description: "Warm, natural colours inspired by geological formations and authentic material textures.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8sez2&_wi=4",
|
||||
imageAlt: "Natural earth tone terrazzo colours",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,53 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Terrazzo GraniTech Nederland | Premium Surfaces",
|
||||
description: "Premium terrazzo surfaces with 51 colours. Trusted by architects and designers. Phone: +31 6 45588802",
|
||||
keywords: "terrazzo Nederland, terrazzo vloer, terrazzo wand, terrazzo badkamer, terrazzo design, materialen",
|
||||
metadataBase: new URL("https://terrazzogranitechdesign.nl"),
|
||||
alternates: {
|
||||
canonical: "https://terrazzogranitechdesign.nl",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Terrazzo GraniTech - Premium Terrazzo Surfaces",
|
||||
description: "Innovative terrazzo materials for architects, designers, and builders across Europe.",
|
||||
url: "https://terrazzogranitechdesign.nl",
|
||||
siteName: "Terrazzo GraniTech Nederland",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Terrazzo GraniTech | Premium Surfaces",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +56,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +70,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -68,7 +68,7 @@ export default function HomePage() {
|
||||
"Exceptional quality and range. The 51 colour options gave us perfect flexibility for our luxury residential project.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=1",
|
||||
imageAlt: "Premium terrazzo flooring",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function HomePage() {
|
||||
"Professional service and outstanding material quality. Our clients are thrilled with the finish and durability.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=1",
|
||||
imageAlt: "Modern terrazzo wall design",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function HomePage() {
|
||||
"The texture variety is unmatched. GraniTech's customer support made the entire process seamless.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=1",
|
||||
imageAlt: "Luxury bathroom terrazzo",
|
||||
},
|
||||
{
|
||||
@@ -98,13 +98,13 @@ export default function HomePage() {
|
||||
"Reliable, professional, and consistent. We recommend them to all our high-end projects.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo&_wi=1",
|
||||
imageAlt: "Commercial terrazzo installation",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q&_wi=1"
|
||||
imageAlt="Premium terrazzo interior design showcase"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Waterproof, hygienic terrazzo finishes perfect for luxurious bathroom environments and spa applications.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=2",
|
||||
imageAlt: "Terrazzo bathroom surfaces",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Durable, easy-to-maintain terrazzo flooring suitable for high-traffic residential and commercial areas.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=2",
|
||||
imageAlt: "Terrazzo flooring",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Eye-catching terrazzo wall surfaces creating architectural focal points in any interior space.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=2",
|
||||
imageAlt: "Terrazzo wall installation",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Professional-grade terrazzo suitable for offices, retail, hospitality venues, and corporate environments.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo&_wi=2",
|
||||
imageAlt: "Commercial terrazzo installation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,28 +63,28 @@ export default function ProjectsPage() {
|
||||
id: "project-bathroom",
|
||||
title: "Luxury Bathroom Design",
|
||||
description: "Premium terrazzo surfaces creating sophisticated spa-like bathroom environments with exceptional durability.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=3",
|
||||
imageAlt: "Luxury bathroom with terrazzo surfaces",
|
||||
},
|
||||
{
|
||||
id: "project-walls",
|
||||
title: "Architectural Wall Features",
|
||||
description: "Bold terrazzo wall applications that become stunning design focal points in modern interiors.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=3",
|
||||
imageAlt: "Modern architectural terrazzo wall",
|
||||
},
|
||||
{
|
||||
id: "project-residential-floor",
|
||||
title: "Residential Floor Installation",
|
||||
description: "Beautiful polished terrazzo flooring transforming residential spaces with timeless elegance.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=3",
|
||||
imageAlt: "Premium residential terrazzo flooring",
|
||||
},
|
||||
{
|
||||
id: "project-commercial",
|
||||
title: "Commercial Lobby Design",
|
||||
description: "Large-scale commercial terrazzo installations creating impressive first impressions in corporate environments.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo&_wi=3",
|
||||
imageAlt: "Commercial building terrazzo lobby",
|
||||
},
|
||||
]}
|
||||
@@ -114,28 +114,28 @@ export default function ProjectsPage() {
|
||||
id: "app-bathrooms",
|
||||
title: "Bathroom Surfaces",
|
||||
description: "Waterproof, hygienic terrazzo finishes perfect for luxurious bathroom environments and spa applications.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=4",
|
||||
imageAlt: "Terrazzo bathroom surfaces",
|
||||
},
|
||||
{
|
||||
id: "app-floors",
|
||||
title: "Floor Installation",
|
||||
description: "Durable, easy-to-maintain terrazzo flooring suitable for high-traffic residential and commercial areas.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=4",
|
||||
imageAlt: "Terrazzo flooring",
|
||||
},
|
||||
{
|
||||
id: "app-walls",
|
||||
title: "Wall Features",
|
||||
description: "Eye-catching terrazzo wall surfaces creating architectural focal points in any interior space.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=4",
|
||||
imageAlt: "Terrazzo wall installation",
|
||||
},
|
||||
{
|
||||
id: "app-commercial",
|
||||
title: "Commercial Spaces",
|
||||
description: "Professional-grade terrazzo suitable for offices, retail, hospitality venues, and corporate environments.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo&_wi=4",
|
||||
imageAlt: "Commercial terrazzo installation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user