Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 22:16:16 +00:00

View File

@@ -50,18 +50,18 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=1"
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"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1"
}
]}
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"
imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=2"
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", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", 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", imageAlt: "James Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", 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", imageAlt: "Emily Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", 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", imageAlt: "Michael Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", 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", imageAlt: "Jessica Park"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", 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", imageAlt: "David Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Martinez"
}
]}
buttonAnimation="slide-up"