diff --git a/src/app/page.tsx b/src/app/page.tsx index 123b3c3..218d695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,9 +71,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "s1", title: "Emergency Repair", author: "24/7 Availability", description: "Fast, reliable response for urgent leaks and bursts.", tags: ["Emergency", "Plumbing"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-x0swrctm.jpg" }, - { id: "s2", title: "System Installation", author: "Professional Setup", description: "High-efficiency plumbing systems for new constructions and renovations.", tags: ["Install", "Upgrade"] }, - { id: "s3", title: "Maintenance", author: "Preventative Care", description: "Regular inspections to keep your systems running optimally.", tags: ["Maintenance", "Service"] }, + { id: "s1", title: "Emergency Repair", author: "24/7 Availability", description: "Fast, reliable response for urgent leaks and bursts.", tags: ["Emergency", "Plumbing"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-x0swrctm.jpg", videoSrc: "" }, + { id: "s2", title: "System Installation", author: "Professional Setup", description: "High-efficiency plumbing systems for new constructions and renovations.", tags: ["Install", "Upgrade"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg", videoSrc: "" }, + { id: "s3", title: "Maintenance", author: "Preventative Care", description: "Regular inspections to keep your systems running optimally.", tags: ["Maintenance", "Service"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg", videoSrc: "" }, ]} title="Our Services" description="Comprehensive solutions for every plumbing requirement." @@ -112,6 +112,7 @@ export default function LandingPage() {