From 09a1499b811129f5f59b0526fced2cdc929339c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:52:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc5cb15..b3f657a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "Dependability", descriptions: ["On time, every time."] }, - { id: "2", title: "Attention to Detail", descriptions: ["Precision in every stroke."] }, - { id: "3", title: "Fair Pricing", descriptions: ["Transparent, competitive estimates."] }, - { id: "4", title: "5-Star Reputation", descriptions: ["Proudly serving Dunedin since inception."] }, + { id: "1", title: "Dependability", descriptions: ["On time, every time."], imageSrc: "https://images.unsplash.com/photo-1589939705384-518518f97805?auto=format&fit=crop&q=80&w=800" }, + { id: "2", title: "Attention to Detail", descriptions: ["Precision in every stroke."], imageSrc: "https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&q=80&w=800" }, + { id: "3", title: "Fair Pricing", descriptions: ["Transparent, competitive estimates."], imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22561230e0?auto=format&fit=crop&q=80&w=800" }, + { id: "4", title: "5-Star Reputation", descriptions: ["Proudly serving Dunedin since inception."], imageSrc: "https://images.unsplash.com/photo-1503387762-592deb58e4e2?auto=format&fit=crop&q=80&w=800" }, ]} title="Why Choose Hupp Painting?" description="We pride ourselves on providing a premium painting experience for every customer." @@ -138,4 +138,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1