Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, CheckCircle, Code, Cube, Database, Gauge, GitBranch, Image, Layers, Mail, MessageCircle, Network, Package, Palette, Rocket, Server, Sparkles, Star, TestTube2, TypeScript, Wind, Workflow, Wrench, Zap, Users } from 'lucide-react';
|
||||
import { Award, CheckCircle, Code, Database, Gauge, GitBranch, Image, Layers, Mail, MessageCircle, Network, Package, Palette, Rocket, Server, Sparkles, Star, Wind, Workflow, Wrench, Zap, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/abstract-3d-tech-environment-with-flowin-1773693028238-8dce6691.png", imageAlt: "3D Abstract Tech Environment"
|
||||
}
|
||||
]}
|
||||
background="aurora"
|
||||
background={{ variant: "aurora" }}
|
||||
ariaLabel="Hero section - Welcome to immersive 3D portfolio"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
tag="Room Two: The Studio"
|
||||
tagIcon={Code}
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png"
|
||||
imageAlt="Developer workspace in 3D architectural space"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Development Tools & Workflow", description: "Proficient with modern tooling including TypeScript, testing frameworks, CI/CD pipelines, and developer experience optimization.", bentoComponent: "marquee", centerIcon: Wrench,
|
||||
variant: "icon", icons: [TypeScript, TestTube2, GitBranch, Package, Zap, Database]
|
||||
variant: "icon", icons: [Code, CheckCircle, GitBranch, Package, Zap, Database]
|
||||
},
|
||||
{
|
||||
title: "Full-Stack Capabilities", description: "Backend knowledge with Node.js, databases, and API design enabling end-to-end project ownership.", bentoComponent: "3d-card-grid", centerIcon: Code,
|
||||
@@ -232,22 +232,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", title: "Exceptional Technical Depth", quote: "Their implementation of 3D transforms elevated our entire platform's visual sophistication. They don't just build features—they architect experiences.", name: "Sarah Chen", role: "VP Engineering", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=2", imageAlt: "Sarah Chen"
|
||||
id: "testimonial-1", title: "Exceptional Technical Depth", quote: "Their implementation of 3D transforms elevated our entire platform's visual sophistication. They don't just build features—they architect experiences.", name: "Sarah Chen", role: "VP Engineering", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", title: "Design-Engineering Bridge", quote: "Rare to find an engineer who thinks like a designer and builds like a craftsperson. Transformed how we approach frontend development.", name: "Marcus Johnson", role: "Design Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=3", imageAlt: "Marcus Johnson"
|
||||
id: "testimonial-2", title: "Design-Engineering Bridge", quote: "Rare to find an engineer who thinks like a designer and builds like a craftsperson. Transformed how we approach frontend development.", name: "Marcus Johnson", role: "Design Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", title: "Performance Obsession", quote: "Consistently delivers sub-second interactions in complex applications. Their attention to Core Web Vitals influenced our entire team's standards.", name: "Elena Rodriguez", role: "Tech Lead, Webflow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=4", imageAlt: "Elena Rodriguez"
|
||||
id: "testimonial-3", title: "Performance Obsession", quote: "Consistently delivers sub-second interactions in complex applications. Their attention to Core Web Vitals influenced our entire team's standards.", name: "Elena Rodriguez", role: "Tech Lead, Webflow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", title: "Inspiring Problem-Solver", quote: "Mentored junior devs with incredible patience while shipping production-grade work. A true technical leader.", name: "James Park", role: "Engineering Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=5", imageAlt: "James Park"
|
||||
id: "testimonial-4", title: "Inspiring Problem-Solver", quote: "Mentored junior devs with incredible patience while shipping production-grade work. A true technical leader.", name: "James Park", role: "Engineering Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "James Park"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", title: "Open Source Contributor", quote: "Active contributor to critical ecosystem projects. The kind of engineer who raises the bar for entire communities.", name: "Lisa Wang", role: "React Core Team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=6", imageAlt: "Lisa Wang"
|
||||
id: "testimonial-5", title: "Open Source Contributor", quote: "Active contributor to critical ecosystem projects. The kind of engineer who raises the bar for entire communities.", name: "Lisa Wang", role: "React Core Team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "Lisa Wang"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", title: "Full-Stack Excellence", quote: "Comfortable owning projects end-to-end. Brings architectural thinking to every level of the stack.", name: "David Kim", role: "CTO, Vercel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png?_wi=7", imageAlt: "David Kim"
|
||||
id: "testimonial-6", title: "Full-Stack Excellence", quote: "Comfortable owning projects end-to-end. Brings architectural thinking to every level of the stack.", name: "David Kim", role: "CTO, Vercel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/a-professional-3d-portrait-environment-s-1773693028485-875ae699.png", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user