Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:32:16 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="none"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Design & Strategy"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "none" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-psd/kitchen-utensils-furniture-landing-page_197582-342.jpg", imageAlt: "Digital product design"
@@ -105,19 +105,19 @@ export default function LandingPage() {
{
id: 1,
title: "Brand Identity System", description: "Comprehensive visual language with refined typography, color systems, and design principles that establish a cohesive brand presence across all touchpoints", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/user-interface-design-concept-with-different-screens-buttons-web-elements-mobile-social-applications_1284-45222.jpg?_wi=1", imageAlt: "Brand identity showcase"
imageSrc: "http://img.b2bpic.net/free-vector/user-interface-design-concept-with-different-screens-buttons-web-elements-mobile-social-applications_1284-45222.jpg", imageAlt: "Brand identity showcase"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg?_wi=1", imageAlt: "Design system application"
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg", imageAlt: "Design system application"
}
},
{
id: 2,
title: "Digital Experience Design", description: "User-centered interfaces that prioritize clarity and elegance. Every interaction considered, every pixel intentional, creating experiences that feel natural and intuitive", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg?_wi=2", imageAlt: "Digital product interface"
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg", imageAlt: "Digital product interface"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/user-interface-design-concept-with-different-screens-buttons-web-elements-mobile-social-applications_1284-45222.jpg?_wi=2", imageAlt: "User experience design"
imageSrc: "http://img.b2bpic.net/free-vector/user-interface-design-concept-with-different-screens-buttons-web-elements-mobile-social-applications_1284-45222.jpg", imageAlt: "User experience design"
}
}
]}
@@ -138,19 +138,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Creative Director", company: "Innovation Labs", rating: 5,
imageSrc: "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?_wi=1", imageAlt: "Sarah Mitchell, Creative Director"
imageSrc: "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", imageAlt: "Sarah Mitchell, Creative Director"
},
{
id: "2", name: "James Chen", role: "Hiring Manager", company: "TechFlow Studios", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1", imageAlt: "James Chen, Hiring Manager"
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "James Chen, Hiring Manager"
},
{
id: "3", name: "Elena Rodriguez", role: "Creative Director", company: "Design Forward", rating: 5,
imageSrc: "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?_wi=2", imageAlt: "Elena Rodriguez, Creative Director"
imageSrc: "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", imageAlt: "Elena Rodriguez, Creative Director"
},
{
id: "4", name: "Michael Park", role: "Tech Lead", company: "Digital Collective", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2", imageAlt: "Michael Park, Tech Lead"
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Michael Park, Tech Lead"
}
]}
title="Trusted by Industry Leaders"
@@ -187,7 +187,6 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"
/>
</div>
@@ -197,7 +196,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Let's create something meaningful together"
description="I'm always interested in hearing about new projects and opportunities. Reach out to start a conversation about your next creative endeavor"
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Send"