diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b1e1d0..92ad89e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/blogger-man-is-posing-his-mini-camera-by-pointing-himself-with-forefingers-blue-background_176474-118170.jpg" imageAlt="Meme library platform showcase" mediaAnimation="slide-up" + background={{ variant: "plain" }} buttons={[ { text: "Start Browsing", href: "#featured" }, { text: "Upload Meme", href: "#upload" } @@ -55,11 +56,11 @@ export default function LandingPage() { testimonials={[ { name: "Alex Chen", handle: "Content Creator", testimonial: "Finally found all my meme templates in one place!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pensive-pretty-millennial-girl-with-pigtail-listens-music-from-playlist-via-stereo-headphones-dressed-casual-poses-against-blurred-background-lifestyle-hobby-concept_273609-62252.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pensive-pretty-millennial-girl-with-pigtail-listens-music-from-playlist-via-stereo-headphones-dressed-casual-poses-against-blurred-background-lifestyle-hobby-concept_273609-62252.jpg" }, { name: "Jordan Smith", handle: "Social Media Manager", testimonial: "Saves me hours searching for the perfect meme.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg" } ]} useInvertedBackground={false} @@ -148,20 +149,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Martinez", handle: "@sarahmarketsx", testimonial: "MemeLib is a game-changer for my social media strategy. I've cut my content creation time in half and my engagement is through the roof!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pensive-pretty-millennial-girl-with-pigtail-listens-music-from-playlist-via-stereo-headphones-dressed-casual-poses-against-blurred-background-lifestyle-hobby-concept_273609-62252.jpg?_wi=2" + id: "1", name: "Sarah Martinez", handle: "@sarahmarketsx", testimonial: "MemeLib is a game-changer for my social media strategy. I've cut my content creation time in half and my engagement is through the roof!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pensive-pretty-millennial-girl-with-pigtail-listens-music-from-playlist-via-stereo-headphones-dressed-casual-poses-against-blurred-background-lifestyle-hobby-concept_273609-62252.jpg" }, { - id: "2", name: "Marcus Liu", handle: "@marcusthecreativity", testimonial: "The organized categories and trending section help me stay on top of what's hot. Worth every minute I spend here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg?_wi=2" + id: "2", name: "Marcus Liu", handle: "@marcusthecreativity", testimonial: "The organized categories and trending section help me stay on top of what's hot. Worth every minute I spend here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg" }, { - id: "3", name: "Taylor Johnson", handle: "@taylortech_vibes", testimonial: "Finally a meme platform built for creators. The upload feature is so smooth and the community is incredibly supportive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg" + id: "3", name: "Taylor Johnson", handle: "@taylortech_vibes", testimonial: "Finally a meme platform built for creators. The upload feature is so smooth and the community is incredibly supportive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg" }, { - id: "4", name: "Casey Williams", handle: "@caseycomedy", testimonial: "Using MemeLib feels like having a personal meme consultant. Highly recommended for anyone serious about content.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/infographic-about-social-networks_23-2147572953.jpg" + id: "4", name: "Casey Williams", handle: "@caseycomedy", testimonial: "Using MemeLib feels like having a personal meme consultant. Highly recommended for anyone serious about content.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/infographic-about-social-networks_23-2147572953.jpg" } ]} />