Update src/app/page.tsx

This commit is contained in:
2025-12-28 07:22:27 +00:00
parent fab8162159
commit 4fffedd63a

View File

@@ -54,32 +54,32 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320177542-9om9tyxf.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Featured project interface"
},
{
id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766906259746-fj9rua5c.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "React component showcase"
},
{
id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766399062140-rc60mgt0.png",
imageSrc: "/images/noise.webp",
imageAlt: "Responsive web design"
},
{
id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766890620807-l4c3d1a4.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Dashboard interface"
},
{
id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766890620033-sckgfvwd.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Design system components"
},
{
id: "6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140099604-32oyqj9b.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Portfolio projects"
}
]}
@@ -104,21 +104,21 @@ export default function LandingPage() {
id: "1",
name: "E-Commerce Platform",
price: "React • Next.js",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766906259746-fj9rua5c.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "E-commerce platform with product filtering and checkout"
},
{
id: "2",
name: "Analytics Dashboard",
price: "TypeScript • Tailwind",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766906259746-fj9rua5c.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Real-time analytics dashboard with charts"
},
{
id: "3",
name: "Design System",
price: "Component Library",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766890620033-sckgfvwd.jpg",
imageSrc: "/images/noise.webp",
imageAlt: "Reusable UI component library"
}
]}
@@ -138,19 +138,19 @@ export default function LandingPage() {
id: 1,
title: "Frontend Development",
description: "Expert in React, TypeScript, and modern JavaScript. Building scalable component architectures and performant applications using best practices.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766906259746-fj9rua5c.jpg"
imageSrc: "/images/noise.webp"
},
{
id: 2,
title: "UI/UX Implementation",
description: "Translating design into pixel-perfect, responsive interfaces. Proficient with Tailwind CSS, CSS-in-JS, and accessibility standards (WCAG).",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766890620033-sckgfvwd.jpg"
imageSrc: "/images/noise.webp"
},
{
id: 3,
title: "Performance Optimization",
description: "Optimizing bundle sizes, implementing code splitting, and improving Core Web Vitals. Experience with Next.js, lazy loading, and caching strategies.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766906259746-fj9rua5c.jpg"
imageSrc: "/images/noise.webp"
}
]}
animationType="opacity"
@@ -171,7 +171,7 @@ export default function LandingPage() {
quote: "Working with this developer was a game-changer. They delivered a responsive, high-performance interface that exceeded our expectations. Their attention to detail and code quality is outstanding.",
name: "Sarah Chen",
role: "Product Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg"
imageSrc: "/images/noise.webp"
},
{
id: "2",
@@ -179,7 +179,7 @@ export default function LandingPage() {
quote: "Professional, reliable, and always willing to go the extra mile. They took our design mockups and brought them to life beautifully. Highly recommend for any frontend projects.",
name: "Michael Rodriguez",
role: "Design Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140152452-p4x3ah4p.jpg"
imageSrc: "/images/noise.webp"
},
{
id: "3",
@@ -187,7 +187,7 @@ export default function LandingPage() {
quote: "Brought in fresh perspectives and best practices that significantly improved our application's performance and maintainability. A pleasure to collaborate with.",
name: "Emma Thompson",
role: "Tech Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766163677896-h7vfowg5.jpg"
imageSrc: "/images/noise.webp"
},
{
id: "4",
@@ -195,7 +195,7 @@ export default function LandingPage() {
quote: "Not just a developer, but a problem-solver. They understood our business needs and delivered solutions that were both elegant and practical. Exceeded our timeline expectations.",
name: "James Wilson",
role: "CEO",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766163678723-295psgl3.jpg"
imageSrc: "/images/noise.webp"
}
]}
textboxLayout="default"
@@ -282,4 +282,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}