diff --git a/src/app/page.tsx b/src/app/page.tsx index fef47cf..5d54e20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,69 +32,28 @@ export default function LandingPage() {
@@ -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() {
@@ -287,54 +150,17 @@ export default function LandingPage() {