Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 03:31:54 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
tag="Designer & Developer"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "portfolio design project digital web" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg", imageAlt: "design work project creative digital" },
@@ -142,10 +142,10 @@ export default function LandingPage() {
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
testimonials={[
{ id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "portrait professional woman headshot business" },
{ id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional man headshot business" },
{ id: "3", name: "Elena Rodriguez", role: "Product Manager", company: "Global Innovations", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "portrait professional woman headshot business" },
{ id: "4", name: "David Park", role: "Founder", company: "StartupHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait professional man headshot business" }
{ id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "portrait professional woman headshot business" },
{ id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot business" },
{ id: "3", name: "Elena Rodriguez", role: "Product Manager", company: "Global Innovations", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "portrait professional woman headshot business" },
{ id: "4", name: "David Park", role: "Founder", company: "StartupHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot business" }
]}
ariaLabel="Testimonials section"
/>