diff --git a/src/app/page.tsx b/src/app/page.tsx index 33f567c..8340ba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,17 +47,17 @@ export default function LandingPage() { tag="Web Design Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=1" + background={{ variant: "glowing-orb" }} + imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg" imageAlt="Web design agency showcase" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Web4You transformed our online presence. The website they designed increased our conversions by 150% in the first quarter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, { name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Their design expertise and attention to detail is unmatched. They created a website that truly represents our brand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, ]} buttons={[ { text: "View Our Work", href: "portfolio" }, @@ -139,7 +139,7 @@ export default function LandingPage() { title: "Continuous Support", description: "We provide ongoing maintenance and optimization to keep your site running at peak performance.", icon: Shield, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg" imageAlt="Our services in action" mediaAnimation="slide-up" textboxLayout="default" @@ -200,7 +200,7 @@ export default function LandingPage() { { text: "View Our Portfolio", href: "portfolio" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />