Update src/app/page.tsx

This commit is contained in:
2026-05-13 18:39:10 +00:00
parent 494aa23f14
commit 2728f1a7c7

View File

@@ -45,8 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "rotated-rays-static" }}
title="Helping business owners get leads"
description="We craft digital experiences that drive growth. Your vision, our expertise, market-leading strategy."
title="Transforming Madrid's Digital Landscape"
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" },
@@ -62,8 +62,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
title="Unmatched Expertise"
description="Based in Madrid, we combine local insight with global standards. We've helped hundreds of brands scale through performance-driven marketing."
title="Strategic Growth for Madrid Brands"
description="We combine local market intelligence with international growth strategies to ensure your business thrives in the digital age."
metrics={[{ value: "150+", title: "Brands Scaled" }, { value: "240%", title: "Avg ROI Growth" }, { value: "10y", title: "Market Legacy" }]}
imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg"
imageAlt="team collaboration modern office"
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}