From c7bba478dbe387ce57a3fa41d143ad3df94f63eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:36:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++++------------------------------------- 1 file changed, 22 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7894f1d..3a3616d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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" /> @@ -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() {