Update src/app/page.tsx

This commit is contained in:
2026-03-02 09:57:26 +00:00
parent a0e1f0d033
commit 681ceff837

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=1", imageAlt: "Marketing dashboard with analytics"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AM9hp4M6eDzEwMxDU5gYArbELf/uploaded-1772445436332-4x4u1wfq.png", imageAlt: "Marketing dashboard with analytics"
},
{
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2", imageAlt: "Business strategy planning session"
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}