From ae2a5a7a7b7856f81894b072e76d1ddbe73c0cb6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:14:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80e6a16..a87ab73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,126 +31,45 @@ export default function LandingPage() {
@@ -162,21 +81,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Influencer Strategy", - description: "Connect with your audience through authentic creator partnerships that drive real sales.", - imageSrc: "http://img.b2bpic.net/free-vector/influencer-marketing-design-with-connecting-lines_23-2147690188.jpg", - }, - { - title: "Web Development", - description: "Custom, high-conversion websites designed to perform, scale, and captivate.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", - }, - { - title: "Email Growth", - description: "Strategic email campaigns designed to nurture prospects and maximize customer lifetime value.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-laptop_23-2148500523.jpg", - }, + { title: "Influencer Strategy", description: "Connect with your audience through authentic creator partnerships that drive real sales.", imageSrc: "http://img.b2bpic.net/free-vector/influencer-marketing-design-with-connecting-lines_23-2147690188.jpg" }, + { title: "Web Development", description: "Custom, high-conversion websites designed to perform, scale, and captivate.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg" }, + { title: "Email Growth", description: "Strategic email campaigns designed to nurture prospects and maximize customer lifetime value.", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-laptop_23-2148500523.jpg" } ]} title="Core Agency Services" description="Comprehensive marketing solutions tailored for growth-minded brands." @@ -189,24 +96,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: TrendingUp, - title: "Avg. Revenue Growth", - value: "145%", - }, - { - id: "m2", - icon: Users, - title: "Leads Generated", - value: "25k+", - }, - { - id: "m3", - icon: Award, - title: "Client Retention", - value: "98%", - }, + { id: "m1", icon: TrendingUp, title: "Avg. Revenue Growth", value: "145%" }, + { id: "m2", icon: Users, title: "Leads Generated", value: "25k+" }, + { id: "m3", icon: Award, title: "Client Retention", value: "98%" } ]} title="Driven By Performance" description="Measurable impact that turns marketing spend into tangible growth." @@ -215,44 +107,15 @@ export default function LandingPage() {
@@ -282,21 +137,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How do you measure success?", - content: "We use real-time analytics and custom dashboards to track every dollar spent.", - }, - { - id: "q2", - title: "What is the typical timeline?", - content: "Most growth strategies see initial wins within the first 30-60 days.", - }, - { - id: "q3", - title: "Do you handle custom development?", - content: "Yes, our web dev team creates bespoke solutions for your brand.", - }, + { id: "q1", title: "How do you measure success?", content: "We use real-time analytics and custom dashboards to track every dollar spent." }, + { id: "q2", title: "What is the typical timeline?", content: "Most growth strategies see initial wins within the first 30-60 days." }, + { id: "q3", title: "Do you handle custom development?", content: "Yes, our web dev team creates bespoke solutions for your brand." } ]} title="Common Questions" description="Everything you need to know about partnering with Asr Marketing." @@ -308,16 +151,9 @@ export default function LandingPage() {
@@ -326,16 +162,8 @@ export default function LandingPage() { logoText="Asr Marketing" copyrightText="© 2025 Asr Marketing. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" } ]} />
-- 2.49.1