Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:52:30 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Delegate your administrative work to experienced, vetted professionals. Scale your team without the overhead of full-time hires. Trusted by businesses across the USA and Canada."
tag="Virtual Assistant Services"
tagIcon={Briefcase}
background={{ variant: "blurBottom" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Active Clients" },
{ value: "98%", label: "Client Satisfaction" },
@@ -169,16 +169,16 @@ export default function LandingPage() {
tag="Our Team"
members={[
{
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Sarah Martinez"
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson"
id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"
}
]}
memberVariant="default"
@@ -196,19 +196,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_ventures", testimonial: "Our VA has been a game-changer. I've reclaimed 15 hours per week and can focus on strategy instead of logistics. The ROI was immediate. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "David Kim", handle: "@davidkim_ceo", testimonial: "The onboarding was seamless. Within 48 hours, our assistant was handling email, scheduling, and customer follow-ups. Professional and reliable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
},
{
id: "3", name: "Jennifer Lee", handle: "@jen_operations", testimonial: "As an operations manager, I needed backup support during our growth phase. This service scaled perfectly with our needs and the flexibility is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Lee"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Lee"
},
{
id: "4", name: "Marcus Thompson", handle: "@marcus_ventures", testimonial: "Transparent pricing, no hidden fees, and genuine support. Our VA is integrated into our team like a full-time hire—but without the overhead. Exceptional value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"
},
{
id: "5", name: "Amanda Foster", handle: "@amanda_biz", testimonial: "We switched from another VA provider and never looked back. The quality, reliability, and communication are outstanding. Worth every penny.", rating: 5,
@@ -216,7 +216,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Robert Nguyen", handle: "@robert_ng", testimonial: "Our small team was drowning in admin work. Now we have capacity to pursue new opportunities. Best business decision we made this year.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Robert Nguyen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Nguyen"
}
]}
textboxLayout="default"