diff --git a/src/app/page.tsx b/src/app/page.tsx index cce1f86..bec8ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" }, { name: "Michael Rodriguez", handle: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" }, { name: "Jennifer Lee", handle: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" }, { name: "Robert Thompson", handle: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" } ]} testimonialRotationInterval={5000} @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Request Quote", href: "contact" } ]} buttonAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -151,16 +151,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=5", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Michael Rodriguez", role: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=6", imageAlt: "Michael Rodriguez" + id: "2", name: "Michael Rodriguez", role: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Michael Rodriguez" }, { - id: "3", name: "Jennifer Lee", role: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=7", imageAlt: "Jennifer Lee" + id: "3", name: "Jennifer Lee", role: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Jennifer Lee" }, { - id: "4", name: "Robert Thompson", role: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=8", imageAlt: "Robert Thompson" + id: "4", name: "Robert Thompson", role: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Robert Thompson" } ]} animationType="slide-up" @@ -183,7 +183,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Sign Up for Updates" termsText="We respect your privacy. Unsubscribe at any time." - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} />