4 Commits

Author SHA1 Message Date
52e2d3e4d8 Update src/app/page.tsx 2026-06-03 06:40:53 +00:00
e63720a4b1 Merge version_2 into main
Merge version_2 into main
2026-06-03 06:38:15 +00:00
826c918e14 Update src/app/page.tsx 2026-06-03 06:38:09 +00:00
3703fe5309 Merge version_1 into main
Merge version_1 into main
2026-06-03 06:34:35 +00:00

View File

@@ -61,7 +61,8 @@ export default function LandingPage() {
{
text: "Contact Me", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-analyzing-financial-growth-report-typing-company-strategy-computer-keyboard-executive-manager-working-late-night-marketing-project-startup-office-close-up_482257-74982.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero-banner-image-1.jpg"
imageAlt="Developer working on a laptop with code on screen"
mediaAnimation="slide-up"
/>
</div>
@@ -206,7 +207,8 @@ export default function LandingPage() {
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-with-smartphone-medical-mask_23-2148804401.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-wearing-headphones-using-laptop_23-2148802957.jpg"
mediaAnimation="slide-up"
mediaPosition="left"
buttonText="Send Message"
/>
@@ -232,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}