diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2d437f8..59268a6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,72 +44,29 @@ export default function LandingPage() {
@@ -131,21 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Results-Driven Marketing in Towson, MD"
metrics={[
- {
- icon: TrendingUp,
- label: "Revenue Growth",
- value: "150%",
- },
- {
- icon: Users,
- label: "Leads Generated",
- value: "2.5k+",
- },
- {
- icon: MapPin,
- label: "Local Reach",
- value: "100%",
- },
+ { icon: TrendingUp, label: "Revenue Growth", value: "150%" },
+ { icon: Users, label: "Leads Generated", value: "2.5k+" },
+ { icon: MapPin, label: "Local Reach", value: "100%" }
]}
metricsAnimation="slide-up"
/>
@@ -157,36 +90,12 @@ export default function LandingPage() {
title="Our Specialized Marketing Services"
description="From SEO to branding, we deliver high-impact results for Maryland businesses."
accordionItems={[
- {
- id: "1",
- title: "Digital Marketing",
- content: "Comprehensive strategies to maximize your digital footprint and increase revenue.",
- },
- {
- id: "2",
- title: "Social Media Management",
- content: "Engaging, consistent content that turns followers into loyal customers.",
- },
- {
- id: "3",
- title: "SEO Optimization",
- content: "Dominate local searches and capture high-intent organic traffic in Maryland.",
- },
- {
- id: "4",
- title: "Website Design",
- content: "High-converting, responsive, and aesthetically stunning websites built to sell.",
- },
- {
- id: "5",
- title: "Paid Ads",
- content: "Strategic Google and Facebook ad campaigns that guarantee ROI.",
- },
- {
- id: "6",
- title: "Branding & Design",
- content: "Unique identity creation that sets your local business apart from competitors.",
- },
+ { id: "1", title: "Digital Marketing", content: "Comprehensive strategies to maximize your digital footprint and increase revenue." },
+ { id: "2", title: "Social Media Management", content: "Engaging, consistent content that turns followers into loyal customers." },
+ { id: "3", title: "SEO Optimization", content: "Dominate local searches and capture high-intent organic traffic in Maryland." },
+ { id: "4", title: "Website Design", content: "High-converting, responsive, and aesthetically stunning websites built to sell." },
+ { id: "5", title: "Paid Ads", content: "Strategic Google and Facebook ad campaigns that guarantee ROI." },
+ { id: "6", title: "Branding & Design", content: "Unique identity creation that sets your local business apart from competitors." }
]}
imageSrc="http://img.b2bpic.net/free-photo/rocket-launch-spaceship-icon-innovation_53876-124331.jpg"
mediaAnimation="blur-reveal"
@@ -200,42 +109,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Proven Results",
- price: "High ROI",
- imageSrc: "http://img.b2bpic.net/free-photo/business-graphics-presentation-illustration_23-2151876391.jpg",
- },
- {
- id: "p2",
- name: "Local Expertise",
- price: "Towson Based",
- imageSrc: "http://img.b2bpic.net/free-photo/people-with-hashtag-symbol-icon_53876-20721.jpg",
- },
- {
- id: "p3",
- name: "Affordable Plans",
- price: "Scale Fast",
- imageSrc: "http://img.b2bpic.net/free-photo/search-icon-left-side-with-white-background_187299-39963.jpg",
- },
- {
- id: "p4",
- name: "Dedicated Support",
- price: "24/7 Access",
- imageSrc: "http://img.b2bpic.net/free-photo/web-design-concepts-with-blurred-background_1134-82.jpg",
- },
- {
- id: "p5",
- name: "Data Strategies",
- price: "Transparent",
- imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-120154.jpg",
- },
- {
- id: "p6",
- name: "Scalable Growth",
- price: "Future Proof",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-organized-school-supplies-education-day_23-2149241003.jpg",
- },
+ { id: "p1", name: "Proven Results", price: "High ROI", imageSrc: "http://img.b2bpic.net/free-photo/business-graphics-presentation-illustration_23-2151876391.jpg" },
+ { id: "p2", name: "Local Expertise", price: "Towson Based", imageSrc: "http://img.b2bpic.net/free-photo/people-with-hashtag-symbol-icon_53876-20721.jpg" },
+ { id: "p3", name: "Affordable Plans", price: "Scale Fast", imageSrc: "http://img.b2bpic.net/free-photo/search-icon-left-side-with-white-background_187299-39963.jpg" },
+ { id: "p4", name: "Dedicated Support", price: "24/7 Access", imageSrc: "http://img.b2bpic.net/free-photo/web-design-concepts-with-blurred-background_1134-82.jpg" },
+ { id: "p5", name: "Data Strategies", price: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-120154.jpg" },
+ { id: "p6", name: "Scalable Growth", price: "Future Proof", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organized-school-supplies-education-day_23-2149241003.jpg" }
]}
title="Why Maryland Local Businesses?"
description="We are your partners in growth, prioritizing local market expertise and data-driven results."
@@ -248,24 +127,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Rocket,
- title: "Conversion Rate",
- value: "45%",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Response Time",
- value: "< 1 hr",
- },
- {
- id: "m3",
- icon: ShieldCheck,
- title: "Satisfaction",
- value: "99%",
- },
+ { id: "m1", icon: Rocket, title: "Conversion Rate", value: "45%" },
+ { id: "m2", icon: Clock, title: "Response Time", value: "< 1 hr" },
+ { id: "m3", icon: ShieldCheck, title: "Satisfaction", value: "99%" }
]}
title="Our Impact at a Glance"
description="Measurable growth you can trust."
@@ -280,99 +144,29 @@ export default function LandingPage() {
title="Client Success Stories"
description="Real results from real local businesses."
blogs={[
- {
- id: "b1",
- category: "Retail",
- title: "From Local Shop to Regional Leader",
- excerpt: "How we increased monthly foot traffic by 200%.",
- imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760979.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
- date: "Oct 2023",
- },
- {
- id: "b2",
- category: "Dining",
- title: "Digital Transformation in Dining",
- excerpt: "Streamlining online reservations and reach.",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-vivid-social-media-icon-beside-wi-fi-symbol-made-cotton-wool_23-2147841317.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3569.jpg",
- date: "Sep 2023",
- },
- {
- id: "b3",
- category: "Services",
- title: "Scaling Service Leads",
- excerpt: "Optimizing search visibility for plumbing services.",
- imageSrc: "http://img.b2bpic.net/free-vector/user-research-abstract-illustration_335657-5127.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
- date: "Aug 2023",
- },
+ { id: "b1", category: "Retail", title: "From Local Shop to Regional Leader", excerpt: "How we increased monthly foot traffic by 200%.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760979.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", date: "Oct 2023" },
+ { id: "b2", category: "Dining", title: "Digital Transformation in Dining", excerpt: "Streamlining online reservations and reach.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-vivid-social-media-icon-beside-wi-fi-symbol-made-cotton-wool_23-2147841317.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3569.jpg", date: "Sep 2023" },
+ { id: "b3", category: "Services", title: "Scaling Service Leads", excerpt: "Optimizing search visibility for plumbing services.", imageSrc: "http://img.b2bvector.net/free-vector/user-research-abstract-illustration_335657-5127.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Aug 2023" }
]}
/>