diff --git a/src/app/page.tsx b/src/app/page.tsx index ceab83e..826ecad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Premium Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/social-media-team-discussing-plan-workplace_23-2147847466.jpg" imageAlt="Social media marketing strategy" @@ -221,9 +221,9 @@ export default function LandingPage() { animationType="opacity" blogs={[ { - id: "1", category: "Strategy", title: "The Future of Social Media Marketing in 2024", excerpt: "Emerging trends, algorithm changes, and strategies that will define social media success this year.", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg?_wi=1", imageAlt: "Social media trends", authorName: "Sarah Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "April 2, 2024"}, + id: "1", category: "Strategy", title: "The Future of Social Media Marketing in 2024", excerpt: "Emerging trends, algorithm changes, and strategies that will define social media success this year.", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg", imageAlt: "Social media trends", authorName: "Sarah Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "April 2, 2024"}, { - id: "2", category: "Content Creation", title: "Viral Content Formula: What Actually Works", excerpt: "Deep dive into the psychology and data behind content that gets shared, liked, and remembered.", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg?_wi=2", imageAlt: "Content strategy", authorName: "Marcus Chen", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", date: "March 28, 2024"}, + id: "2", category: "Content Creation", title: "Viral Content Formula: What Actually Works", excerpt: "Deep dive into the psychology and data behind content that gets shared, liked, and remembered.", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg", imageAlt: "Content strategy", authorName: "Marcus Chen", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", date: "March 28, 2024"}, { id: "3", category: "Influencer Marketing", title: "Micro-Influencers vs Macro: ROI Comparison", excerpt: "Which influencer tier delivers better results? We analyzed 200+ campaigns to find the answer.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", imageAlt: "Influencer marketing", authorName: "Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", date: "March 20, 2024"}, ]} @@ -237,7 +237,7 @@ export default function LandingPage() { description="Join 150+ brands already experiencing exponential growth. Our team is ready to create a custom strategy for your business." tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Schedule Consultation"