From 91f80872064a99261ba6551855ff4ff85a398c51 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:36:41 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bc96484..4e4924c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,13 +93,13 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - 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", imageAlt: "Premium terrazzo innovation"}, + 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&_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", imageAlt: "Professional terrazzo expertise"}, + 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&_wi=2", 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", imageAlt: "Customer service excellence"}, + 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&_wi=2", 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", imageAlt: "Sustainable terrazzo production"}, + 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&_wi=2", imageAlt: "Sustainable terrazzo production"}, ]} gridVariant="bento-grid" animationType="slide-up" -- 2.49.1 From 71b471717a6b46d27d5b94f02d9767edbca67f3c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:36:41 +0000 Subject: [PATCH 2/3] Update src/app/colours/page.tsx --- src/app/colours/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/colours/page.tsx b/src/app/colours/page.tsx index 37b3490..6129706 100644 --- a/src/app/colours/page.tsx +++ b/src/app/colours/page.tsx @@ -58,13 +58,13 @@ export default function ColoursPage() { tagAnimation="slide-up" features={[ { - 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", imageAlt: "Neutral terrazzo colour options"}, + 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&_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", imageAlt: "Pastel terrazzo colours"}, + 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&_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", imageAlt: "Vibrant 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&_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", imageAlt: "Natural earth tone 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&_wi=4", imageAlt: "Natural earth tone terrazzo colours"}, ]} gridVariant="bento-grid-inverted" animationType="blur-reveal" -- 2.49.1 From 6a39ebcd81c4635ef9f35e20fbed6e048781b2ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:36:42 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a3616d..1e37d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function HomePage() { 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", imageAlt: "Premium terrazzo flooring"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hgojv&_wi=1", 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, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg", imageAlt: "Modern terrazzo wall design"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnogtg&_wi=1", 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, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg", imageAlt: "Luxury bathroom terrazzo"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rve9zg&_wi=1", 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, @@ -82,7 +82,7 @@ export default function HomePage() { ]} 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" /> -- 2.49.1