From 15ef580861a29a9b44c9dcfdd3be56e74285403c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:02:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 188940a..7386169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Bespoke Panelling", description: "Custom wall panelling solutions that add texture, character, and luxury to any room.", bentoComponent: "reveal-icon", icon: Hammer, imageSrc: "http://img.b2bpic.net/free-photo/light-ceramic-window-interior-tub_1203-4390.jpg", imageAlt: "light ceramic window interior tub" }, - { title: "Modern Media Walls", description: "Functional media walls integrating your entertainment systems with elegant design.", bentoComponent: "reveal-icon", icon: Tv, imageSrc: "http://img.b2bpic.net/free-photo/bathroom_74190-1477.jpg", imageAlt: "light ceramic window interior tub" }, - { title: "Professional Painting", description: "High-quality painting finishes using premium paints to ensure longevity and beauty.", bentoComponent: "reveal-icon", icon: Palette, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paintbrush-bucket-new-home-decoration_23-2149086772.jpg", imageAlt: "light ceramic window interior tub" }, + { title: "Bespoke Panelling", description: "Custom wall panelling solutions that add texture, character, and luxury to any room.", bentoComponent: "reveal-icon", icon: Hammer }, + { title: "Modern Media Walls", description: "Functional media walls integrating your entertainment systems with elegant design.", bentoComponent: "reveal-icon", icon: Tv }, + { title: "Professional Painting", description: "High-quality painting finishes using premium paints to ensure longevity and beauty.", bentoComponent: "reveal-icon", icon: Palette }, ]} title="Renovation Services" description="Comprehensive tradesman services to elevate your interior aesthetic." -- 2.49.1