diff --git a/src/app/page.tsx b/src/app/page.tsx index ab1bbdc..c155e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" useInvertedBackground={false} + background={{ variant: "plain" }} buttons={[ { text: "Browse Products", href: "#products" }, { text: "Learn More", href: "#about" }, @@ -58,10 +59,10 @@ export default function LandingPage() { testimonials={[ { name: "Jessica Chen", handle: "Tech Reviewer", testimonial: "These recommendations genuinely save me hours of research. Quality over quantity always.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-lawyer-woman_23-2148138122.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-lawyer-woman_23-2148138122.jpg"}, { name: "Marcus Rodriguez", handle: "Savvy Shopper", testimonial: "Finally found a site I can actually trust for product picks. No fluff, just honest reviews.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"}, ]} /> @@ -130,9 +131,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Saved Me Hours of Research", quote: "I was overwhelmed by options, but these curated picks cut through the noise. Found the perfect product on the first try. Highly recommend!", name: "Sarah Mitchell", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lawyer-woman_23-2148138122.jpg?_wi=2"}, + id: "1", title: "Saved Me Hours of Research", quote: "I was overwhelmed by options, but these curated picks cut through the noise. Found the perfect product on the first try. Highly recommend!", name: "Sarah Mitchell", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lawyer-woman_23-2148138122.jpg"}, { - id: "2", title: "Quality Recommendations I Can Trust", quote: "Unlike other review sites, these picks actually focus on quality over quantity. Every recommendation has been spot-on for my needs.", name: "David Park", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg?_wi=2"}, + id: "2", title: "Quality Recommendations I Can Trust", quote: "Unlike other review sites, these picks actually focus on quality over quantity. Every recommendation has been spot-on for my needs.", name: "David Park", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"}, { id: "3", title: "Best Value for Money", quote: "Not just popular products, but genuinely useful ones. The price-to-value analysis is exceptional. Worth every minute spent browsing.", name: "Emily Rodriguez", role: "Design Director", imageSrc: "http://img.b2bpic.net/free-photo/well-mannered-elegant-blond-female-project-manager-talking-lecture-about-plans-achievements-company-touching-hands-smiling-friendly-camera-catching-eyes-audience-white-wall_176420-34750.jpg"}, {