21 Commits

Author SHA1 Message Date
8ed186b17d Merge version_5 into main
Merge version_5 into main
2026-05-13 18:49:04 +00:00
509cc3f1e2 Update src/app/page.tsx 2026-05-13 18:48:57 +00:00
b67b04c1cb Merge version_5 into main
Merge version_5 into main
2026-05-13 18:48:03 +00:00
d7abebb141 Update theme colors 2026-05-13 18:48:00 +00:00
d8caadfe2b Merge version_4 into main
Merge version_4 into main
2026-05-13 18:46:14 +00:00
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
772c438e82 Merge version_4 into main
Merge version_4 into main
2026-05-13 18:45:49 +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
3 changed files with 81 additions and 18 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"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Agency", id: "#about" }, { name: "About", id: "/about" },
{ name: "Services", id: "#features" }, { name: "Services", id: "#features" },
{ name: "Success", id: "#testimonials" }, { name: "Success", id: "#testimonials" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
@@ -45,12 +45,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ variant: "rotated-rays-static" }} background={{ variant: "rotated-rays-static" }}
title="Helping business owners get leads" title="What the fuck is this shit"
description="We craft digital experiences that drive growth. Your vision, our expertise, market-leading strategy." 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" }]} buttons={[{ text: "View Our Work", href: "/about" }, { text: "Contact Us", href: "#contact" }]}
mediaItems={[ 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/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/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/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" } { 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"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Unmatched Expertise" title="Strategic Growth for Madrid Brands"
description="Based in Madrid, we combine local insight with global standards. We've helped hundreds of brands scale through performance-driven marketing." 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" }]} 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/tmp/create-an-image-of-a-couple-laughing-1778697896592-a48bf27f.png"
imageAlt="team collaboration modern office" imageAlt="team collaboration modern office"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -159,7 +159,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ 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" }] } { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Contact", href: "#contact" }] }
]} ]}
logoText="MadridMark" logoText="MadridMark"
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5faff; --background: #fafffb;
--card: #f1f8ff; --card: #ffffff;
--foreground: #001122; --foreground: #001a0a;
--primary-cta: #15479c; --primary-cta: #0a705f;
--primary-cta-text: #f5faff; --primary-cta-text: #fafffb;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #001122; --secondary-cta-text: #001a0a;
--accent: #a8cce8; --accent: #a8d9be;
--background-accent: #7ba3cf; --background-accent: #6bbfb8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);