From 6effc4f01d17a91da252cd10bf2cbfe0d0e78262 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:17:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7877c93..12b8165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -48,20 +48,20 @@ export default function LandingPage() { tag="Email Marketing Experts" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" imageAlt="Email marketing dashboard analytics" mediaAnimation="slide-up" imagePosition="right" testimonials={[ { name: "Sarah Mitchell", handle: "CEO, RetailPro", testimonial: "EmailFlow transformed our email strategy and increased our open rates by 45%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "James Rodriguez", handle: "Marketing Director, TechCorp", testimonial: "Incredible results. Our conversion rates have never been better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg" } ]} testimonialRotationInterval={5000} @@ -93,7 +93,7 @@ export default function LandingPage() { tag="Services" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" imageAlt="Email marketing services" mediaAnimation="slide-up" mediaPosition="left" @@ -193,27 +193,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "CEO", company: "RetailPro Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Rodriguez", role: "Marketing Director", company: "TechCorp Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "James Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "James Rodriguez" }, { id: "3", name: "Emily Chen", role: "E-commerce Manager", company: "Fashion First", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen" }, { id: "4", name: "Michael Thompson", role: "Operations Lead", company: "GrowthHub Analytics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" }, { id: "5", name: "Jessica Park", role: "Digital Strategist", company: "Brand Velocity", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Park" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Park" }, { id: "6", name: "David Martinez", role: "Sales Director", company: "SaaS Leaders Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez" } ]} buttonAnimation="slide-up" @@ -266,7 +266,7 @@ export default function LandingPage() { description="Join hundreds of businesses already using EmailFlow to drive results. Subscribe to get exclusive tips and strategies delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/business-commuters-waiting-queue_107420-95872.jpg" imageAlt="Professional communication" -- 2.49.1