Merge version_1 into main #2

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

View File

@@ -60,15 +60,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Chen", handle: "@designlead", testimonial: "Exceptional frontend engineer who brings designs to life with stunning 3D animations and pixel-perfect execution.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-satisfied-cli-1773639697626-30269950.png?_wi=1", imageAlt: "Sarah Chen"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-satisfied-cli-1773639697626-30269950.png", imageAlt: "Sarah Chen"
},
{
name: "Marcus Johnson", handle: "@cto_tech", testimonial: "Performance optimization and modern web standards are second nature. Highly recommended for complex interactive projects.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/another-professional-headshot-of-a-diffe-1773639697676-93e2687c.png?_wi=1", imageAlt: "Marcus Johnson"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/another-professional-headshot-of-a-diffe-1773639697676-93e2687c.png", imageAlt: "Marcus Johnson"
},
{
name: "Elena Rodriguez", handle: "@productmgr", testimonial: "Delivered a project ahead of schedule with incredible attention to detail. True professional and joy to work with.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-third-person--1773639697769-3d73fc0a.png?_wi=1", imageAlt: "Elena Rodriguez"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-third-person--1773639697769-3d73fc0a.png", imageAlt: "Elena Rodriguez"
}
]}
testimonialRotationInterval={5000}
@@ -110,11 +110,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Performance Optimization", description: "Code splitting, lazy loading, and advanced caching strategies ensuring lightning-fast load times.", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/screenshot-of-a-modern-web-application-d-1773639698953-e9e63cb2.png?_wi=1", videoAriaLabel: "Performance Optimization Video"
title: "Performance Optimization", description: "Code splitting, lazy loading, and advanced caching strategies ensuring lightning-fast load times.", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/screenshot-of-a-modern-web-application-d-1773639698953-e9e63cb2.png", videoAriaLabel: "Performance Optimization Video"
},
{
id: 3,
title: "Responsive Design", description: "Mobile-first approach with adaptive layouts that work flawlessly across all devices and screen sizes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/e-commerce-platform-interface-showing-pr-1773639698242-3b459058.png?_wi=1", imageAlt: "Responsive Design"
title: "Responsive Design", description: "Mobile-first approach with adaptive layouts that work flawlessly across all devices and screen sizes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/e-commerce-platform-interface-showing-pr-1773639698242-3b459058.png", imageAlt: "Responsive Design"
},
{
id: 4,
@@ -140,10 +140,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "project-1", name: "Interactive 3D Dashboard", price: "React • Three.js", variant: "Real-time Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/screenshot-of-a-modern-web-application-d-1773639698953-e9e63cb2.png?_wi=2", imageAlt: "3D Interactive Dashboard"
id: "project-1", name: "Interactive 3D Dashboard", price: "React • Three.js", variant: "Real-time Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/screenshot-of-a-modern-web-application-d-1773639698953-e9e63cb2.png", imageAlt: "3D Interactive Dashboard"
},
{
id: "project-2", name: "E-Commerce Platform", price: "Next.js • TailwindCSS", variant: "Full-Stack Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/e-commerce-platform-interface-showing-pr-1773639698242-3b459058.png?_wi=2", imageAlt: "E-Commerce Platform"
id: "project-2", name: "E-Commerce Platform", price: "Next.js • TailwindCSS", variant: "Full-Stack Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/e-commerce-platform-interface-showing-pr-1773639698242-3b459058.png", imageAlt: "E-Commerce Platform"
},
{
id: "project-3", name: "Collaborative Workspace", price: "WebSockets • React", variant: "Real-time Synchronization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/real-time-collaboration-tool-interface-w-1773639698150-2fd9f596.png", imageAlt: "Collaborative Workspace App"
@@ -167,16 +167,16 @@ export default function LandingPage() {
description="Measurable results demonstrating the quality and impact of my frontend engineering work."
metrics={[
{
id: "1", value: "50+", title: "Projects Delivered", description: "Successfully completed projects for startups and enterprises"
id: "1", value: "50+", title: "Projects Delivered", description: "Successfully completed projects for startups and enterprises", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/react-logo-and-javascript-code-snippets--1773639697792-0b1aad02.png", imageAlt: "Projects Delivered"
},
{
id: "2", value: "98%", title: "Performance Score", description: "Consistent Lighthouse scores and Core Web Vitals optimization"
id: "2", value: "98%", title: "Performance Score", description: "Consistent Lighthouse scores and Core Web Vitals optimization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/screenshot-of-a-modern-web-application-d-1773639698953-e9e63cb2.png", imageAlt: "Performance Score"
},
{
id: "3", value: "30k+", title: "GitHub Stars", description: "Open source contributions and community projects"
id: "3", value: "30k+", title: "GitHub Stars", description: "Open source contributions and community projects", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/react-logo-and-javascript-code-snippets--1773639697792-0b1aad02.png", imageAlt: "GitHub Stars"
},
{
id: "4", value: "5+", title: "Years Experience", description: "Dedicated to frontend engineering excellence"
id: "4", value: "5+", title: "Years Experience", description: "Dedicated to frontend engineering excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/typescript-next-js-and-tailwind-css-logo-1773639697573-3b26b82f.png", imageAlt: "Years Experience"
}
]}
animationType="scale-rotate"
@@ -196,15 +196,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Design Lead", company: "TechCorp Design", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-satisfied-cli-1773639697626-30269950.png?_wi=2", imageAlt: "Sarah Chen"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-satisfied-cli-1773639697626-30269950.png", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Johnson", role: "CTO", company: "StartupLabs", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/another-professional-headshot-of-a-diffe-1773639697676-93e2687c.png?_wi=2", imageAlt: "Marcus Johnson"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/another-professional-headshot-of-a-diffe-1773639697676-93e2687c.png", imageAlt: "Marcus Johnson"
},
{
id: "3", name: "Elena Rodriguez", role: "Product Manager", company: "InnovateCo", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-third-person--1773639697769-3d73fc0a.png?_wi=2", imageAlt: "Elena Rodriguez"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0x8aKQRecYEEaLIkJZfmpWx53/professional-headshot-of-a-third-person--1773639697769-3d73fc0a.png", imageAlt: "Elena Rodriguez"
},
{
id: "4", name: "David Kim", role: "Engineering Manager", company: "DevHouse", rating: 5,