4 Commits

Author SHA1 Message Date
29a1399f18 Update src/app/page.tsx 2026-05-13 18:45:14 +00:00
5f2d68a349 Update src/app/page.tsx 2026-05-13 18:42:28 +00:00
404ae74f5b Update src/app/page.tsx 2026-05-13 18:41:02 +00:00
12fa817e53 Merge version_2 into main
Merge version_2 into main
2026-05-13 18:39:16 +00:00

View File

@@ -45,12 +45,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "rotated-rays-static" }}
title="Transforming Madrid's Digital Landscape"
title="What the fuck is this shit"
description="We craft high-performance digital marketing solutions for forward-thinking businesses. Elevate your brand with our data-driven strategies."
buttons={[{ text: "View Our Work", href: "#about" }, { text: "Contact Us", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149622859.jpg", imageAlt: "professional agency workspace Madrid" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-graph_1170-1084.jpg", imageAlt: "creative marketing team meeting" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/tmp/create-an-image-of-a-couple-laughing-1778697896592-a48bf27f.png", imageAlt: "creative marketing team meeting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg", imageAlt: "digital marketing data analytics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-with-cityscape_1359-1091.jpg", imageAlt: "Madrid skyline sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg", imageAlt: "marketing strategy whiteboard" }
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}