Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 09:25:33 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -45,15 +45,15 @@ export default function LandingPage() {
tag="Web Design Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Sarah Mitchell", handle: "CEO, TechFlow", testimonial: "PixelForge transformed our vision into a stunning website. The results exceeded our expectations!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-business-exec-1773134604395-6a17af59.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-business-exec-1773134604395-6a17af59.png"
},
{
name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Professional, creative, and delivered on time. Highly recommend their services!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-male-ceo-or-f-1773134604982-38f4e1e0.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-male-ceo-or-f-1773134604982-38f4e1e0.png"
}
]}
testimonialRotationInterval={5000}
@@ -180,10 +180,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "CEO, TechFlow", testimonial: "PixelForge completely transformed our online presence. Their attention to detail and creative approach resulted in a website that exceeded all our expectations. Within three months, we saw a 60% increase in qualified leads!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-business-exec-1773134604395-6a17af59.png?_wi=2"
id: "1", name: "Sarah Mitchell", role: "CEO, TechFlow", testimonial: "PixelForge completely transformed our online presence. Their attention to detail and creative approach resulted in a website that exceeded all our expectations. Within three months, we saw a 60% increase in qualified leads!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-business-exec-1773134604395-6a17af59.png"
},
{
id: "2", name: "Michael Chen", role: "Founder, InnovateLab", testimonial: "Working with PixelForge was a game-changer for our startup. They understood our vision from day one and delivered a stunning website that perfectly represents our brand. Professional, creative, and incredibly responsive to our needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-male-ceo-or-f-1773134604982-38f4e1e0.png?_wi=2"
id: "2", name: "Michael Chen", role: "Founder, InnovateLab", testimonial: "Working with PixelForge was a game-changer for our startup. They understood our vision from day one and delivered a stunning website that perfectly represents our brand. Professional, creative, and incredibly responsive to our needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-male-ceo-or-f-1773134604982-38f4e1e0.png"
},
{
id: "3", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The website PixelForge created for us is not just beautiful—it's a conversion machine. Their optimization strategies and modern design approach have significantly improved our online sales. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRNmuI1lKsdhGPzcxbA0lp09L/professional-headshot-of-a-woman-marketi-1773134604601-0d004737.png"
@@ -208,7 +208,7 @@ export default function LandingPage() {
<ContactText
text="Ready to bring your web vision to life? Let's create something extraordinary together."
animationType="entrance-slide"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get in Touch", href: "mailto:hello@pixelforge.com" },