diff --git a/src/app/page.tsx b/src/app/page.tsx index 4eae62e..0edafd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { title="Your Business Plumbing" description="Professional plumbing services you can rely on. From emergency repairs to comprehensive installations, we provide precision care for your home and business." buttons={[{ text: "Book Now", href: "#contact" }]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -59,7 +59,7 @@ export default function LandingPage() { { value: "500+", title: "Projects Completed" }, { value: "100%", title: "Customer Satisfaction" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -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"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg" }, - { 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" }, + { 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?_wi=1" }, + { 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?_wi=2" }, + { 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?_wi=2" }, ]} title="Our Services" description="Comprehensive solutions for every plumbing requirement." @@ -87,9 +87,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Drain Cleaning", price: "Professional Grade", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg" }, - { id: "p2", name: "Pipe Retrofit", price: "Modern Tech", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg" }, - { id: "p3", name: "Water Heater", price: "Installation", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-x0swrctm.jpg" }, + { id: "p1", name: "Drain Cleaning", price: "Professional Grade", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg?_wi=3" }, + { id: "p2", name: "Pipe Retrofit", price: "Modern Tech", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg?_wi=3" }, + { id: "p3", name: "Water Heater", price: "Installation", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-x0swrctm.jpg?_wi=2" }, ]} title="Service Showcase" description="A visual look at our standard of quality." @@ -100,8 +100,8 @@ export default function LandingPage() {