From a75e5eb8fbd8c3a8af99c6a64cf1b702571c5a5e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:10:49 +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 812029c..2d02728 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Painting", description: "Getting your home professionally painted brightens your outlook. From fresh wall colors to complete interior refreshes.", imageSrc: "http://img.b2bpic.net/free-photo/chic-modern-luxury-aesthetics-style-living-room-blue-tone_53876-125839.jpg?_wi=1", imageAlt: "Professional residential painting" + title: "Residential Painting", description: "Getting your home professionally painted brightens your outlook. From fresh wall colors to complete interior refreshes.", imageSrc: "http://img.b2bpic.net/free-photo/chic-modern-luxury-aesthetics-style-living-room-blue-tone_53876-125839.jpg", imageAlt: "Professional residential painting" }, { id: 2, - title: "Interior Painting", description: "Get a clean, refreshed look for every room in your home with precision application and premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/chic-modern-luxury-aesthetics-style-living-room-blue-tone_53876-125839.jpg?_wi=2", imageAlt: "Interior painting services" + title: "Interior Painting", description: "Get a clean, refreshed look for every room in your home with precision application and premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/chic-modern-luxury-aesthetics-style-living-room-blue-tone_53876-125839.jpg", imageAlt: "Interior painting services" }, { id: 3, @@ -114,10 +114,10 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" metrics={[ - { id: "1", value: "100%", title: "Quality Guaranteed", description: "Satisfaction assured with premium materials and expert application on every project." }, - { id: "2", value: "Free", title: "Estimates Available", description: "No obligation consultations with detailed quotes for your painting needs." }, - { id: "3", value: "College", title: "Works Backed", description: "Backed by the College Works Painting program for professionalism and accountability." }, - { id: "4", value: "Competitive", title: "Pricing", description: "Best value for high-quality residential painting services in the Greater Grand Forks area." } + { id: "1", value: "100%", title: "Quality Guaranteed", description: "Satisfaction assured with premium materials and expert application on every project.", videoSrc: "" }, + { id: "2", value: "Free", title: "Estimates Available", description: "No obligation consultations with detailed quotes for your painting needs.", videoSrc: "" }, + { id: "3", value: "College", title: "Works Backed", description: "Backed by the College Works Painting program for professionalism and accountability.", videoSrc: "" }, + { id: "4", value: "Competitive", title: "Pricing", description: "Best value for high-quality residential painting services in the Greater Grand Forks area.", videoSrc: "" } ]} /> -- 2.49.1