diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e15f3b..a974adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Get a Free Estimate", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg" imageAlt="Professional plumbing and heating services" mediaAnimation="slide-up" @@ -63,17 +63,17 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Emergency Plumbing", description: "24/7 emergency plumbing services for burst pipes, leaks, and urgent repairs", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1"}, + title: "Emergency Plumbing", description: "24/7 emergency plumbing services for burst pipes, leaks, and urgent repairs", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, { - title: "Water Supply & Septic", description: "Professional installation and maintenance of water supply systems and septic installations", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2"}, + title: "Water Supply & Septic", description: "Professional installation and maintenance of water supply systems and septic installations", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, { - title: "Furnace & Boiler Systems", description: "Expert furnace maintenance and boiler system installation with professional care", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg?_wi=1"}, + title: "Furnace & Boiler Systems", description: "Expert furnace maintenance and boiler system installation with professional care", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"}, { - title: "Hydronic & Radiant Heating", description: "Modern heating solutions including hydronic systems and radiant floor heating", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg?_wi=2"}, + title: "Hydronic & Radiant Heating", description: "Modern heating solutions including hydronic systems and radiant floor heating", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"}, { title: "Water Quality Solutions", description: "Reverse osmosis systems, water filtration, and water softeners for pure, clean water", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg"}, { - title: "Commercial Services", description: "Comprehensive plumbing and heating solutions tailored for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=3"}, + title: "Commercial Services", description: "Comprehensive plumbing and heating solutions tailored for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -107,16 +107,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj_kamloops", testimonial: "Prompt, professional, and saved the day! Found a lost ring in the pipes and fixed the leak perfectly. Highly recommend Adasak Mechanical!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Sarah Johnson testimonial"}, { id: "2", name: "Michael Chen", handle: "@mchen_hvac", testimonial: "Emergency furnace repair at midnight – they arrived within 30 minutes. Professional, courteous, and fair pricing. Lifesavers!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=2", imageAlt: "Michael Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Michael Chen testimonial"}, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Installed our new radiant floor heating system. The team was clean, efficient, and explained everything clearly. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Emily Rodriguez testimonial"}, { id: "4", name: "David Kim", handle: "@dkim_business", testimonial: "Commercial clients loved their quick response and reliability. We've been using Adasak for two years now. Absolutely dependable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=4", imageAlt: "David Kim testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "David Kim testimonial"}, ]} showRating={true} animationType="slide-up" @@ -131,7 +131,7 @@ export default function LandingPage() { tagIcon={Phone} title="Ready to Solve Your Plumbing or Heating Problem?" description="Contact Adasak Mechanical today for a free estimate or to schedule your service. Available 24/7 for emergencies." - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Request Estimate"