Update src/app/page.tsx

This commit is contained in:
2026-03-13 16:36:16 +00:00
parent 4306890e30
commit c7bba478db

View File

@@ -40,9 +40,7 @@ export default function HomePage() {
brandName="Terrazzo GraniTech"
navItems={navItems}
button={{
text: "Call +31 6 45588802",
href: "tel:+31645588802",
}}
text: "Call +31 6 45588802", href: "tel:+31645588802"}}
animateOnLoad={true}
/>
</div>
@@ -62,49 +60,29 @@ export default function HomePage() {
buttonAnimation="slide-up"
testimonials={[
{
name: "Amsterdam Design Studio",
handle: "Design Firm",
testimonial:
"Exceptional quality and range. The 51 colour options gave us perfect flexibility for our luxury residential project.",
rating: 5,
name: "Amsterdam Design Studio", handle: "Design Firm", testimonial:
"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&_wi=1",
imageAlt: "Premium terrazzo flooring",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv", imageAlt: "Premium terrazzo flooring"},
{
name: "Rotterdam Architecture",
handle: "Architecture Firm",
testimonial:
"Professional service and outstanding material quality. Our clients are thrilled with the finish and durability.",
rating: 5,
name: "Rotterdam Architecture", handle: "Architecture Firm", testimonial:
"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&_wi=1",
imageAlt: "Modern terrazzo wall design",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg", imageAlt: "Modern terrazzo wall design"},
{
name: "Utrecht Interior Designers",
handle: "Interior Design",
testimonial:
"The texture variety is unmatched. GraniTech's customer support made the entire process seamless.",
rating: 5,
name: "Utrecht Interior Designers", handle: "Interior Design", testimonial:
"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&_wi=1",
imageAlt: "Luxury bathroom terrazzo",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg", imageAlt: "Luxury bathroom terrazzo"},
{
name: "Breda Contractors",
handle: "Construction",
testimonial:
"Reliable, professional, and consistent. We recommend them to all our high-end projects.",
rating: 5,
name: "Breda Contractors", handle: "Construction", testimonial:
"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&_wi=1",
imageAlt: "Commercial terrazzo installation",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=470pjo", imageAlt: "Commercial terrazzo installation"},
]}
testimonialRotationInterval={6000}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q&_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yly1q"
imageAlt="Premium terrazzo interior design showcase"
/>
</div>
@@ -129,14 +107,7 @@ export default function HomePage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
names={[
"Amsterdam Design Studio",
"Rotterdam Architecture Collective",
"Utrecht Interior Designers",
"Breda Construction Partners",
"European Architecture Network",
"Premium Design Collaborators",
"Luxury Interior Specialists",
]}
"Amsterdam Design Studio", "Rotterdam Architecture Collective", "Utrecht Interior Designers", "Breda Construction Partners", "European Architecture Network", "Premium Design Collaborators", "Luxury Interior Specialists"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -155,35 +126,15 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "colors",
title: "51 Colour Options",
subtitle: "Extensive palette",
category: "Selection",
value: "51+",
},
id: "colors", title: "51 Colour Options", subtitle: "Extensive palette", category: "Selection", value: "51+"},
{
id: "textures",
title: "3 Premium Textures",
subtitle: "Finish variations",
category: "Quality",
value: "3",
},
id: "textures", title: "3 Premium Textures", subtitle: "Finish variations", category: "Quality", value: "3"},
{
id: "durability",
title: "Long Lasting",
subtitle: "Engineered durability",
category: "Performance",
value: "Lifetime",
},
id: "durability", title: "Long Lasting", subtitle: "Engineered durability", category: "Performance", value: "Lifetime"},
{
id: "applications",
title: "Multi-Application",
subtitle: "Floors, walls, bathrooms",
category: "Versatility",
value: "All",
},
id: "applications", title: "Multi-Application", subtitle: "Floors, walls, bathrooms", category: "Versatility", value: "All"},
]}
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "Start Your Project", href: "/contact" }]}
buttonAnimation="slide-up"
@@ -208,13 +159,9 @@ export default function HomePage() {
<FooterLogoReveal
logoText="Terrazzo GraniTech Nederland"
leftLink={{
text: "Breda, Netherlands",
href: "https://maps.google.com/?q=Breda,Netherlands",
}}
text: "Breda, Netherlands", href: "https://maps.google.com/?q=Breda,Netherlands"}}
rightLink={{
text: "info@terrazzogranitechdesign.nl",
href: "mailto:info@terrazzogranitechdesign.nl",
}}
text: "info@terrazzogranitechdesign.nl", href: "mailto:info@terrazzogranitechdesign.nl"}}
/>
</div>
</ThemeProvider>