From 053cb78a9b5e56ee2417dcf28544874f1c7aa15b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 21:19:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dee5592..694f7a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={true} features={[ - { id: "f1", title: "Photorealistic Rendering", description: "High-fidelity renders with advanced lighting techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/abstract-3d-digital-art-glowing-lines-da-1774646312268-83673d5e.png" }, + { id: "f1", title: "Photorealistic Rendering", description: "High-fidelity renders with advanced lighting techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/abstract-3d-digital-art-glowing-lines-da-1774646312268-83673d5e.png?_wi=1" }, { id: "f2", title: "Interactive 3D Workspace", description: "Collaborative design environment with real-time feedback.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/3d-modeling-interface-closeup-precision--1774646312447-48b79bfe.png" }, { id: "f3", title: "High-Fidelity Assets", description: "Detailed modeling for game engines and architectural apps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/high-fidelity-3d-render-scene-lighting-a-1774646312859-d5b55d3b.png" } ]} @@ -107,11 +107,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", title: "Incredible Detail", quote: "The realism achieved in our architectural project was beyond expectations.", name: "Sarah J.", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-tech-lead-professional-1774646312302-1d35d294.png" }, + { id: "t1", title: "Incredible Detail", quote: "The realism achieved in our architectural project was beyond expectations.", name: "Sarah J.", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-tech-lead-professional-1774646312302-1d35d294.png?_wi=1" }, { id: "t2", title: "Seamless Workflow", quote: "Professional team that delivered ahead of schedule every time.", name: "Michael L.", role: "Design Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-creative-studio-founder-1774646312597-4fa2c7a8.png" }, { id: "t3", title: "Visionary Design", quote: "They turned our rough sketch into a masterpiece of 3D engineering.", name: "Elena R.", role: "Creative Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-developer-1774646312235-7203c4d7.png" }, { id: "t4", title: "Top-tier Assets", quote: "The models provided were highly optimized for our game build.", name: "David W.", role: "Lead Programmer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-an-engineer-1774646311716-e89f6661.png" }, - { id: "t5", title: "Exceptional Support", quote: "Their technical expertise helped us solve complex visualization challenges.", name: "James K.", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-tech-lead-professional-1774646312302-1d35d294.png" } + { id: "t5", title: "Exceptional Support", quote: "Their technical expertise helped us solve complex visualization challenges.", name: "James K.", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXrRtps5dhtqNzRgcL4xm6VHyX/portrait-of-a-tech-lead-professional-1774646312302-1d35d294.png?_wi=2" } ]} title="Client Success" description="Hear what our partners say about our 3D work." @@ -135,7 +135,7 @@ export default function LandingPage() {