diff --git a/src/app/page.tsx b/src/app/page.tsx index e927346..ca63867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Residential & Commercial" features={[ - { id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."], imageSrc: "https://images.unsplash.com/photo-1594475508007-00f83d97e296?auto=format&fit=crop&q=80&w=800" }, + { id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/uploaded-1778265824848-shf02fay.webp" }, { id: "s2", title: "Exterior Painting", descriptions: ["Weather-resistant protection for your Dunedin home."], imageSrc: "https://images.unsplash.com/photo-1513584684374-8bab748fbf90?auto=format&fit=crop&q=80&w=800" }, { id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."], imageSrc: "https://images.unsplash.com/photo-1556912173-3d70637e3b5e?auto=format&fit=crop&q=80&w=800" }, ]}