15 Commits

Author SHA1 Message Date
ee027f196c Update src/app/page.tsx 2026-05-13 18:46:11 +00:00
c091a37529 Update src/app/about/page.tsx 2026-05-13 18:46:10 +00:00
af53eac57e Update src/app/page.tsx 2026-05-13 18:45:46 +00:00
07f86e84a9 Add src/app/about/page.tsx 2026-05-13 18:45:46 +00:00
033d1c70a8 Merge version_3 into main
Merge version_3 into main
2026-05-13 18:45:17 +00:00
29a1399f18 Update src/app/page.tsx 2026-05-13 18:45:14 +00:00
1013c3b7b2 Merge version_3 into main
Merge version_3 into main
2026-05-13 18:42:32 +00:00
5f2d68a349 Update src/app/page.tsx 2026-05-13 18:42:28 +00:00
34af988227 Merge version_3 into main
Merge version_3 into main
2026-05-13 18:41:05 +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
2728f1a7c7 Update src/app/page.tsx 2026-05-13 18:39:10 +00:00
494aa23f14 Merge version_1 into main
Merge version_1 into main
2026-05-13 18:36:17 +00:00
cf5fd5fc0e Merge version_1 into main
Merge version_1 into main
2026-05-13 18:35:18 +00:00
1399118b95 Merge version_1 into main
Merge version_1 into main
2026-05-13 18:34:47 +00:00
2 changed files with 73 additions and 10 deletions

63
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,63 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Users } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="floatingGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "/about" },
{ name: "Services", id: "/#features" },
{ name: "Success", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="MadridMark"
button={{ text: "Get Started", href: "/#contact" }}
/>
</div>
<div id="about-section" data-section="about-section">
<TestimonialAboutCard
tag="Our Story"
title="Pioneering Digital Excellence in Madrid"
description="Founded in the heart of Madrid, we have spent the last decade perfecting the art of digital growth."
subdescription="Our commitment is to empower local businesses with global perspectives, driving measurable transformation through innovation and integrity."
icon={Users}
imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg?_wi=2"
imageAlt="Team collaborating in office"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/#features" }, { label: "Success", href: "/#testimonials" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Contact", href: "/#contact" }] }
]}
logoText="MadridMark"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Agency", id: "#about" },
{ name: "About", id: "/about" },
{ name: "Services", id: "#features" },
{ name: "Success", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
@@ -45,12 +45,12 @@ 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."
buttons={[{ text: "View Our Work", href: "#about" }, { text: "Contact Us", href: "#contact" }]}
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" }
@@ -62,10 +62,10 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg?_wi=1"
imageAlt="team collaboration modern office"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -159,7 +159,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }, { label: "Success", href: "#testimonials" }] },
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "#features" }, { label: "Success", href: "#testimonials" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Contact", href: "#contact" }] }
]}
logoText="MadridMark"
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}