From 4ee69ed3dfbca70eef31ed7a1df658063dfb2456 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15bad84..ad83027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,10 +88,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "1", title: "Residential Painting", tags: ["Interior", "Exterior", "Expert Finish"], imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg", imageAlt: "Residential painting service" }, - { id: "2", title: "Commercial Painting", tags: ["Office", "Retail", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg", imageAlt: "Commercial painting service" }, - { id: "3", title: "Storefront Painting", tags: ["Exterior", "Curb Appeal", "Quick Turnaround"], imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg", imageAlt: "Store painting service" }, - { id: "4", title: "Interior Design Painting", tags: ["Accent Walls", "Custom Colors", "Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg", imageAlt: "Interior accent painting" } + { id: "1", title: "Residential Painting", tags: ["Interior", "Exterior", "Expert Finish"], imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg?_wi=1", imageAlt: "Residential painting service" }, + { id: "2", title: "Commercial Painting", tags: ["Office", "Retail", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg?_wi=1", imageAlt: "Commercial painting service" }, + { id: "3", title: "Storefront Painting", tags: ["Exterior", "Curb Appeal", "Quick Turnaround"], imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg?_wi=1", imageAlt: "Store painting service" }, + { id: "4", title: "Interior Design Painting", tags: ["Accent Walls", "Custom Colors", "Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg?_wi=1", imageAlt: "Interior accent painting" } ]} /> @@ -106,10 +106,10 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="asymmetric-60-wide-40-narrow" products={[ - { id: "proj-1", name: "Modern Home Exterior", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg", imageAlt: "Modern home exterior painted" }, - { id: "proj-2", name: "Office Space Refresh", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg", imageAlt: "Office interior painted" }, - { id: "proj-3", name: "Retail Storefront", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg", imageAlt: "Store exterior painted" }, - { id: "proj-4", name: "Accent Wall Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg", imageAlt: "Interior accent wall" } + { id: "proj-1", name: "Modern Home Exterior", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg?_wi=2", imageAlt: "Modern home exterior painted" }, + { id: "proj-2", name: "Office Space Refresh", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg?_wi=2", imageAlt: "Office interior painted" }, + { id: "proj-3", name: "Retail Storefront", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg?_wi=2", imageAlt: "Store exterior painted" }, + { id: "proj-4", name: "Accent Wall Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg?_wi=2", imageAlt: "Interior accent wall" } ]} /> -- 2.49.1