From 5f4d8aeab2f73c31c627089d950ed4f75769c424 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:58:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afad2c4..0222d93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Send Inquiry", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09ar4d" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop&q=80" imageAlt="Professional translation workspace with documents and computer" videoAriaLabel="Hero section video" showDimOverlay={false} @@ -63,7 +63,8 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1