Update src/app/page.tsx
This commit is contained in:
242
src/app/page.tsx
242
src/app/page.tsx
@@ -32,69 +32,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Agency",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Success",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Agency", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Success", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="MadridMark"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Elevating Brands in the Heart of Madrid"
|
||||
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",
|
||||
},
|
||||
]}
|
||||
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?_wi=1",
|
||||
imageAlt: "professional agency workspace Madrid",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-graph_1170-1084.jpg?_wi=1",
|
||||
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",
|
||||
},
|
||||
{ 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: "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" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,20 +64,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
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"
|
||||
imageAlt="team collaboration modern office"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -132,30 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Performance PPC",
|
||||
description: "High-impact paid advertising campaigns.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153868.jpg",
|
||||
imageAlt: "professional business strategist",
|
||||
},
|
||||
{
|
||||
title: "SEO & Growth",
|
||||
description: "Organic visibility that converts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149622859.jpg?_wi=2",
|
||||
imageAlt: "professional business strategist",
|
||||
},
|
||||
{
|
||||
title: "Content Creation",
|
||||
description: "Engaging stories for your brand.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: PenTool,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-graph_1170-1084.jpg?_wi=2",
|
||||
imageAlt: "professional business strategist",
|
||||
},
|
||||
{ title: "Performance PPC", description: "High-impact paid advertising campaigns.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "SEO & Growth", description: "Organic visibility that converts.", bentoComponent: "reveal-icon", icon: TrendingUp },
|
||||
{ title: "Content Creation", description: "Engaging stories for your brand.", bentoComponent: "reveal-icon", icon: PenTool }
|
||||
]}
|
||||
title="Comprehensive Marketing Suite"
|
||||
description="Integrated solutions that cover every stage of your customer journey."
|
||||
@@ -164,27 +89,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: ShieldCheck,
|
||||
title: "Client Retention",
|
||||
value: "98%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Industry Awards",
|
||||
value: "25",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Daily Engagements",
|
||||
value: "50k+",
|
||||
},
|
||||
{ id: "m1", icon: ShieldCheck, title: "Client Retention", value: "98%" },
|
||||
{ id: "m2", icon: Award, title: "Industry Awards", value: "25" },
|
||||
{ id: "m3", icon: Users, title: "Daily Engagements", value: "50k+" }
|
||||
]}
|
||||
title="Evidence of Success"
|
||||
description="We don't guess—we perform. Clear data, measurable results."
|
||||
@@ -197,41 +108,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Ruiz",
|
||||
role: "CEO",
|
||||
testimonial: "The best agency in Madrid. Professional, efficient, and results-oriented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Martinez",
|
||||
role: "Founder",
|
||||
testimonial: "Outstanding communication and even better results. Truly game-changing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Gomez",
|
||||
role: "Marketing Director",
|
||||
testimonial: "They understand the market better than anyone else here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-handsome-businessman_1163-5397.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Torres",
|
||||
role: "CMO",
|
||||
testimonial: "A pleasure to work with, always ahead of the curve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Javier Lopez",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "MadridMark transformed our online presence in record time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
},
|
||||
{ id: "1", name: "Carlos Ruiz", role: "CEO", testimonial: "The best agency in Madrid. Professional, efficient, and results-oriented.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" },
|
||||
{ id: "2", name: "Ana Martinez", role: "Founder", testimonial: "Outstanding communication and even better results. Truly game-changing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg" },
|
||||
{ id: "3", name: "David Gomez", role: "Marketing Director", testimonial: "They understand the market better than anyone else here.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-handsome-businessman_1163-5397.jpg" },
|
||||
{ id: "4", name: "Elena Torres", role: "CMO", testimonial: "A pleasure to work with, always ahead of the curve.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg" },
|
||||
{ id: "5", name: "Javier Lopez", role: "Entrepreneur", testimonial: "MadridMark transformed our online presence in record time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg" }
|
||||
]}
|
||||
title="Voices of Success"
|
||||
description="Hear what our partners have to say."
|
||||
@@ -243,21 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What industries do you serve?",
|
||||
content: "We work with tech, retail, hospitality, and finance across Madrid.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long until we see results?",
|
||||
content: "While performance varies, most clients see measurable metrics within the first 30 days.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the first consultation free?",
|
||||
content: "Yes, we always offer a complimentary discovery session.",
|
||||
},
|
||||
{ id: "q1", title: "What industries do you serve?", content: "We work with tech, retail, hospitality, and finance across Madrid." },
|
||||
{ id: "q2", title: "How long until we see results?", content: "While performance varies, most clients see measurable metrics within the first 30 days." },
|
||||
{ id: "q3", title: "Is the first consultation free?", content: "Yes, we always offer a complimentary discovery session." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/marketing-computer-sign-symbol-concept_53876-123885.jpg"
|
||||
imageAlt="consulting concept business"
|
||||
@@ -272,13 +141,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"GrowthBound",
|
||||
"MadridElite",
|
||||
"RetailFlow",
|
||||
"UrbanPulse",
|
||||
]}
|
||||
names={["InnovateTech", "GrowthBound", "MadridElite", "RetailFlow", "UrbanPulse"]}
|
||||
title="Our Trusted Network"
|
||||
description="We partner with leading firms worldwide."
|
||||
/>
|
||||
@@ -287,54 +150,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready to scale your business in Madrid? Let's talk strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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"
|
||||
/>
|
||||
@@ -342,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user