From ed759ec1ea8fe81077cd9fec44039e426b45683d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 22:06:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 950c4e0..787fdfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,15 +95,15 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Custom Retail Display Fixtures", description: "Bespoke display cases, shelving systems, and showcases designed to highlight your products and enhance customer experience", imageSrc: "http://img.b2bpic.net/free-photo/female-tourists-who-are-working-online_1150-7476.jpg", imageAlt: "Custom retail display fixtures", buttonIcon: ShoppingCart, + title: "Custom Retail Display Fixtures", description: "Bespoke display cases, shelving systems, and showcases designed to highlight your products and enhance customer experience", imageSrc: "http://img.b2bpic.net/free-photo/female-tourists-who-are-working-online_1150-7476.jpg?_wi=1", imageAlt: "Custom retail display fixtures", buttonIcon: ShoppingCart, buttonHref: "#contact" }, { - title: "Kitchen Cabinet Manufacturing", description: "Fully customized kitchen cabinets crafted from premium materials with attention to every detail and functionality", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg", imageAlt: "Custom kitchen cabinet installation", buttonIcon: Home, + title: "Kitchen Cabinet Manufacturing", description: "Fully customized kitchen cabinets crafted from premium materials with attention to every detail and functionality", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg?_wi=1", imageAlt: "Custom kitchen cabinet installation", buttonIcon: Home, buttonHref: "#contact" }, { - title: "Commercial Carpentry Solutions", description: "Professional built-ins, wall installations, and commercial fixtures tailored to your business specifications and aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821372.jpg", imageAlt: "Commercial cabinetry showroom", buttonIcon: Building2, + title: "Commercial Carpentry Solutions", description: "Professional built-ins, wall installations, and commercial fixtures tailored to your business specifications and aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821372.jpg?_wi=1", imageAlt: "Commercial cabinetry showroom", buttonIcon: Building2, buttonHref: "#contact" } ]} @@ -125,13 +125,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "project-1", name: "Premium Retail Display System", price: "Custom Quote", variant: "Retail Showroom", imageSrc: "http://img.b2bpic.net/free-photo/female-tourists-who-are-working-online_1150-7476.jpg", imageAlt: "Premium retail display fixture" + id: "project-1", name: "Premium Retail Display System", price: "Custom Quote", variant: "Retail Showroom", imageSrc: "http://img.b2bpic.net/free-photo/female-tourists-who-are-working-online_1150-7476.jpg?_wi=2", imageAlt: "Premium retail display fixture" }, { - id: "project-2", name: "Luxury Kitchen Cabinets", price: "Custom Quote", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg", imageAlt: "Custom luxury kitchen cabinet installation" + id: "project-2", name: "Luxury Kitchen Cabinets", price: "Custom Quote", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg?_wi=2", imageAlt: "Custom luxury kitchen cabinet installation" }, { - id: "project-3", name: "Commercial Built-In Display", price: "Custom Quote", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821372.jpg", imageAlt: "Commercial built-in display fixtures" + id: "project-3", name: "Commercial Built-In Display", price: "Custom Quote", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821372.jpg?_wi=2", imageAlt: "Commercial built-in display fixtures" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1