diff --git a/src/app/page.tsx b/src/app/page.tsx
index 235fb32..d7f6891 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -56,14 +44,8 @@ export default function LandingPage() {
logoText="My Business Web Inc."
description="We build websites that make you money. More leads. More customers. Real growth."
buttons={[
- {
- text: "🚀 Get Free Strategy Call",
- href: "#contact",
- },
- {
- text: "📞 310-986-3082",
- href: "tel:3109863082",
- },
+ { text: "🚀 Get Free Strategy Call", href: "#contact" },
+ { text: "📞 310-986-3082", href: "tel:3109863082" },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-displaying-upward-trend-chart-desk_23-2152020636.jpg"
/>
@@ -75,24 +57,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- icon: Star,
- title: "Rating",
- value: "4.5",
- },
- {
- id: "2",
- icon: Users,
- title: "Reviews",
- value: "45+",
- },
- {
- id: "3",
- icon: Clock,
- title: "Experience",
- value: "4+ Yrs",
- },
+ { id: "1", icon: Star, title: "Rating", value: "4.5" },
+ { id: "2", icon: Users, title: "Reviews", value: "45+" },
+ { id: "3", icon: Clock, title: "Experience", value: "4+ Yrs" },
]}
title="Proven Growth Results"
description="Numbers speak for themselves."
@@ -105,41 +72,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Website Design",
- subtitle: "High-converting, bespoke designs.",
- category: "Web",
- value: "Core",
- },
- {
- id: "s2",
- title: "Google Ads",
- subtitle: "Targeted traffic that converts.",
- category: "Ads",
- value: "Scale",
- },
- {
- id: "s3",
- title: "SEO",
- subtitle: "Get found on Google.",
- category: "SEO",
- value: "Rank",
- },
- {
- id: "s4",
- title: "Branding",
- subtitle: "Build a premium image.",
- category: "Brand",
- value: "Design",
- },
- {
- id: "s5",
- title: "Social Media",
- subtitle: "Engage your customers.",
- category: "Social",
- value: "Buzz",
- },
+ { id: "s1", title: "Website Design", subtitle: "High-converting, bespoke designs.", category: "Web", value: "Core" },
+ { id: "s2", title: "Google Ads", subtitle: "Targeted traffic that converts.", category: "Ads", value: "Scale" },
+ { id: "s3", title: "SEO", subtitle: "Get found on Google.", category: "SEO", value: "Rank" },
+ { id: "s4", title: "Branding", subtitle: "Build a premium image.", category: "Brand", value: "Design" },
+ { id: "s5", title: "Social Media", subtitle: "Engage your customers.", category: "Social", value: "Buzz" },
]}
title="What We Do"
description="Comprehensive marketing and web solutions."
@@ -152,46 +89,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@LocalOwner",
- testimonial: "My business grew tremendously since working with them!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
- },
- {
- id: "2",
- name: "Mark D.",
- handle: "@StartupCEO",
- testimonial: "100% professional and results driven.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-brown-eyed-brunette-woman-cute-smiling-beige-wall_197531-14211.jpg",
- },
- {
- id: "3",
- name: "Emily P.",
- handle: "@BoutiqueMgr",
- testimonial: "Top-notch service for 4 years now.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
- },
- {
- id: "4",
- name: "Kevin L.",
- handle: "@TechFounder",
- testimonial: "These guys know their craft inside out.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
- },
- {
- id: "5",
- name: "Jessica M.",
- handle: "@ShopOwner",
- testimonial: "Best marketing investment I've ever made.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@LocalOwner", testimonial: "My business grew tremendously since working with them!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg" },
+ { id: "2", name: "Mark D.", handle: "@StartupCEO", testimonial: "100% professional and results driven.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brown-eyed-brunette-woman-cute-smiling-beige-wall_197531-14211.jpg" },
+ { id: "3", name: "Emily P.", handle: "@BoutiqueMgr", testimonial: "Top-notch service for 4 years now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg" },
+ { id: "4", name: "Kevin L.", handle: "@TechFounder", testimonial: "These guys know their craft inside out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg" },
+ { id: "5", name: "Jessica M.", handle: "@ShopOwner", testimonial: "Best marketing investment I've ever made.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg" },
]}
showRating={true}
title="Real Results. Real Growth."
@@ -205,41 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "w1",
- title: "Custom Designs",
- subtitle: "Built from scratch, no templates.",
- category: "Quality",
- value: "Pro",
- },
- {
- id: "w2",
- title: "Fast Delivery",
- subtitle: "We respect your time.",
- category: "Speed",
- value: "Ready",
- },
- {
- id: "w3",
- title: "Proven Results",
- description: "Data-driven marketing results.",
- category: "Growth",
- value: "ROI",
- },
- {
- id: "w4",
- title: "Personal Attention",
- subtitle: "Dedicated support.",
- category: "Service",
- value: "1:1",
- },
- {
- id: "w5",
- title: "Scale Ready",
- subtitle: "Infrastructure that grows with you.",
- category: "Scale",
- value: "Big",
- },
+ { id: "w1", title: "Custom Designs", subtitle: "Built from scratch, no templates.", category: "Quality", value: "Pro" },
+ { id: "w2", title: "Fast Delivery", subtitle: "We respect your time.", category: "Speed", value: "Ready" },
+ { id: "w3", title: "Proven Results", subtitle: "Data-driven marketing results.", category: "Growth", value: "ROI" },
+ { id: "w4", title: "Personal Attention", subtitle: "Dedicated support.", category: "Service", value: "1:1" },
+ { id: "w5", title: "Scale Ready", subtitle: "Infrastructure that grows with you.", category: "Scale", value: "Big" },
]}
title="Why Choose Us"
description="We are your long-term growth partner."
@@ -252,41 +124,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "p1",
- title: "Strategy Call",
- subtitle: "We identify your needs.",
- category: "1",
- value: "Plan",
- },
- {
- id: "p2",
- title: "Design & Build",
- subtitle: "We craft your digital presence.",
- category: "2",
- value: "Build",
- },
- {
- id: "p3",
- title: "Launch",
- subtitle: "We go live and optimize.",
- category: "3",
- value: "Go",
- },
- {
- id: "p4",
- title: "Grow Business",
- subtitle: "Watch your business scale.",
- category: "4",
- value: "Scale",
- },
- {
- id: "p5",
- title: "Continuous Optimization",
- subtitle: "Ongoing improvements for long-term ROI.",
- category: "5",
- value: "Grow",
- },
+ { id: "p1", title: "Strategy Call", subtitle: "We identify your needs.", category: "1", value: "Plan" },
+ { id: "p2", title: "Design & Build", subtitle: "We craft your digital presence.", category: "2", value: "Build" },
+ { id: "p3", title: "Launch", subtitle: "We go live and optimize.", category: "3", value: "Go" },
+ { id: "p4", title: "Grow Business", subtitle: "Watch your business scale.", category: "4", value: "Scale" },
+ { id: "p5", title: "Continuous Optimization", subtitle: "Ongoing improvements for long-term ROI.", category: "5", value: "Grow" },
]}
title="Our Simple Process"
description="Fast track to your business success."
@@ -298,21 +140,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="More Than a Website — A Growth Partner"
metrics={[
- {
- icon: Award,
- label: "Industry Experts",
- value: "4+",
- },
- {
- icon: TrendingUp,
- label: "Growth Rate",
- value: "100%",
- },
- {
- icon: ThumbsUp,
- label: "Client Joy",
- value: "99%",
- },
+ { icon: Award, label: "Industry Experts", value: "4+" },
+ { icon: TrendingUp, label: "Growth Rate", value: "100%" },
+ { icon: ThumbsUp, label: "Client Joy", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -324,23 +154,10 @@ export default function LandingPage() {
title="Ready to Grow Your Business?"
description="Let's start your free strategy call today."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" },
]}
- textarea={{
- name: "message",
- placeholder: "Tell us about your business",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "Tell us about your business", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/luxury-working-room-executive-office_105762-1725.jpg"
/>
@@ -349,32 +166,8 @@ export default function LandingPage() {