Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-05 05:02:41 +00:00
5 changed files with 68 additions and 291 deletions

View File

@@ -46,25 +46,13 @@ export default function AboutPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "100+",
description: "Local businesses across restaurants, contractors, dentists, and more have trusted us with their online presence.",
},
id: "1", value: "100+", description: "Local businesses across restaurants, contractors, dentists, and more have trusted us with their online presence."},
{
id: "2",
value: "7-10 Days",
description: "We deliver beautiful, functional websites faster than anyone else in the industry without sacrificing quality.",
},
id: "2", value: "7-10 Days", description: "We deliver beautiful, functional websites faster than anyone else in the industry without sacrificing quality."},
{
id: "3",
value: "40%+",
description: "Average increase in online inquiries and customer conversions for our clients within the first three months.",
},
id: "3", value: "40%+", description: "Average increase in online inquiries and customer conversions for our clients within the first three months."},
{
id: "4",
value: "24/7",
description: "Our team provides ongoing support and maintenance to keep your website running perfectly year-round.",
},
id: "4", value: "24/7", description: "Our team provides ongoing support and maintenance to keep your website running perfectly year-round."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -79,33 +67,17 @@ export default function AboutPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Web Design & Development",
tags: ["Expert", "Experienced"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Lead designer and developer",
},
id: "1", title: "Web Design & Development", tags: ["Expert", "Experienced"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lead designer and developer"},
{
id: "2",
title: "SEO Specialist",
tags: ["Local Search", "Rankings"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "SEO specialist",
},
id: "2", title: "SEO Specialist", tags: ["Local Search", "Rankings"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "SEO specialist"},
{
id: "3",
title: "Customer Success Manager",
tags: ["Support", "Communication"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Customer success manager",
},
id: "3", title: "Customer Success Manager", tags: ["Support", "Communication"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Customer success manager"},
{
id: "4",
title: "Project Coordinator",
tags: ["Organization", "Timeline"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4",
imageAlt: "Project coordinator",
},
id: "4", title: "Project Coordinator", tags: ["Organization", "Timeline"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Project coordinator"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -116,7 +88,6 @@ export default function AboutPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Let's Connect"
tagIcon="Rocket"
tagAnimation="slide-up"
title="Interested in Working Together?"
description="We'd love to learn about your local business and discuss how we can help you grow online. Reach out today for a free consultation."
@@ -134,8 +105,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -143,8 +113,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Blog", href: "#" },
@@ -152,8 +121,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Contact", href: "/contact" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -41,7 +41,6 @@ export default function ContactPage() {
<div id="contact-form" data-section="contact-form">
<ContactCTA
tag="Get in Touch"
tagIcon="Mail"
tagAnimation="slide-up"
title="Ready for a Free Strategy Call?"
description="Tell us about your local business and what you're hoping to achieve online. Our team will respond within 24 hours to schedule a time that works best for you."
@@ -64,14 +63,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Restaurant Owners",
"Contractors & Plumbers",
"Dentists & Medical Spas",
"Gyms & Fitness Studios",
"Law Firms",
"Real Estate Agents",
"Cleaning Companies",
]}
"Restaurant Owners", "Contractors & Plumbers", "Dentists & Medical Spas", "Gyms & Fitness Studios", "Law Firms", "Real Estate Agents", "Cleaning Companies"]}
speed={40}
showCard={true}
/>
@@ -81,8 +73,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -90,8 +81,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Blog", href: "#" },
@@ -99,8 +89,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Contact", href: "/contact" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -51,33 +51,13 @@ export default function PortfolioPage() {
gridVariant="bento-grid"
products={[
{
id: "1",
name: "Restaurant Website",
price: "Starting at $2,999",
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg?_wi=5",
imageAlt: "Restaurant website portfolio example",
},
id: "1", name: "Restaurant Website", price: "Starting at $2,999", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg", imageAlt: "Restaurant website portfolio example"},
{
id: "2",
name: "Contractor Website",
price: "Starting at $2,499",
imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg?_wi=5",
imageAlt: "Contractor website portfolio example",
},
id: "2", name: "Contractor Website", price: "Starting at $2,499", imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg", imageAlt: "Contractor website portfolio example"},
{
id: "3",
name: "Dentist Website",
price: "Starting at $3,499",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg?_wi=5",
imageAlt: "Dentist website portfolio example",
},
id: "3", name: "Dentist Website", price: "Starting at $3,499", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg", imageAlt: "Dentist website portfolio example"},
{
id: "4",
name: "Gym Website",
price: "Starting at $2,999",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-sport-template_52683-26913.jpg?_wi=3",
imageAlt: "Gym website portfolio example",
},
id: "4", name: "Gym Website", price: "Starting at $2,999", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-sport-template_52683-26913.jpg", imageAlt: "Gym website portfolio example"},
]}
/>
</div>
@@ -92,77 +72,17 @@ export default function PortfolioPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maria Garcia, Owner of Bella's Restaurant",
date: "Date: March 15, 2024",
title: "Our online presence transformed completely",
quote: "Within 3 months of launching our new website, we've seen a 40% increase in online reservations. LocalLaunch understood exactly what our restaurant needed to compete with bigger chains.",
tag: "Restaurant Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Maria Garcia",
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg?_wi=6",
imageAlt: "Bella's Restaurant website",
},
id: "1", name: "Maria Garcia, Owner of Bella's Restaurant", date: "Date: March 15, 2024", title: "Our online presence transformed completely", quote: "Within 3 months of launching our new website, we've seen a 40% increase in online reservations. LocalLaunch understood exactly what our restaurant needed to compete with bigger chains.", tag: "Restaurant Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg", imageAlt: "Bella's Restaurant website"},
{
id: "2",
name: "James Wilson, Founder of Wilson Plumbing",
date: "Date: February 20, 2024",
title: "Best investment for my business",
quote: "I went from getting 2-3 calls a week to 15+ qualified leads. The website is clean, professional, and my customers love being able to book online. Highly recommend!",
tag: "Plumbing Contractor",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg?_wi=6",
imageAlt: "Wilson Plumbing website",
},
id: "2", name: "James Wilson, Founder of Wilson Plumbing", date: "Date: February 20, 2024", title: "Best investment for my business", quote: "I went from getting 2-3 calls a week to 15+ qualified leads. The website is clean, professional, and my customers love being able to book online. Highly recommend!", tag: "Plumbing Contractor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg", imageAlt: "Wilson Plumbing website"},
{
id: "3",
name: "Dr. Sarah Chen, Dental Practice Owner",
date: "Date: January 30, 2024",
title: "Professional and patient-focused",
quote: "The team really listened to my vision. The website is beautiful, easy for my staff to manage, and patients constantly compliment how easy it is to schedule appointments. Worth every penny.",
tag: "Dental Professional",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Dr. Sarah Chen",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg?_wi=6",
imageAlt: "Dental practice website",
},
id: "3", name: "Dr. Sarah Chen, Dental Practice Owner", date: "Date: January 30, 2024", title: "Professional and patient-focused", quote: "The team really listened to my vision. The website is beautiful, easy for my staff to manage, and patients constantly compliment how easy it is to schedule appointments. Worth every penny.", tag: "Dental Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Dr. Sarah Chen", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg", imageAlt: "Dental practice website"},
{
id: "4",
name: "Marcus Johnson, FitLife Gym Owner",
date: "Date: January 10, 2024",
title: "Doubled our membership signups",
quote: "Our new website showcases our facilities beautifully. We've gone from averaging 3 new memberships a month to 6-8. The SEO work is really paying off with local search visibility.",
tag: "Fitness Business",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Marcus Johnson",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-sport-template_52683-26913.jpg?_wi=4",
imageAlt: "FitLife Gym website",
},
id: "4", name: "Marcus Johnson, FitLife Gym Owner", date: "Date: January 10, 2024", title: "Doubled our membership signups", quote: "Our new website showcases our facilities beautifully. We've gone from averaging 3 new memberships a month to 6-8. The SEO work is really paying off with local search visibility.", tag: "Fitness Business", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-sport-template_52683-26913.jpg", imageAlt: "FitLife Gym website"},
{
id: "5",
name: "Emma Rodriguez, Real Estate Agent",
date: "Date: December 15, 2023",
title: "Stands out from the competition",
quote: "In a competitive market, having a professional website that showcases properties beautifully has been a game-changer. I'm getting more buyer inquiries and my brand feels more professional.",
tag: "Real Estate Professional",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg?_wi=4",
imageAlt: "Real estate website",
},
id: "5", name: "Emma Rodriguez, Real Estate Agent", date: "Date: December 15, 2023", title: "Stands out from the competition", quote: "In a competitive market, having a professional website that showcases properties beautifully has been a game-changer. I'm getting more buyer inquiries and my brand feels more professional.", tag: "Real Estate Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg", imageAlt: "Real estate website"},
{
id: "6",
name: "David Lee, Law Firm Partner",
date: "Date: November 28, 2023",
title: "Professional growth accelerated",
quote: "Our new website immediately increased our credibility. We're now appearing first in local search results, and the inquiry volume has increased significantly. This was the best decision for our firm.",
tag: "Legal Professional",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "David Lee",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg?_wi=5",
imageAlt: "Law firm website",
},
id: "6", name: "David Lee, Law Firm Partner", date: "Date: November 28, 2023", title: "Professional growth accelerated", quote: "Our new website immediately increased our credibility. We're now appearing first in local search results, and the inquiry volume has increased significantly. This was the best decision for our firm.", tag: "Legal Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Lee", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg", imageAlt: "Law firm website"},
]}
/>
</div>
@@ -170,7 +90,6 @@ export default function PortfolioPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Ready to Grow?"
tagIcon="Rocket"
tagAnimation="slide-up"
title="Ready for Your Success Story?"
description="Let's create a website that brings more customers to your local business. Schedule a free consultation with our team."
@@ -188,8 +107,7 @@ export default function PortfolioPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -197,8 +115,7 @@ export default function PortfolioPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Blog", href: "#" },
@@ -206,8 +123,7 @@ export default function PortfolioPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Contact", href: "/contact" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -51,52 +51,22 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
id: "starter",
badge: "Perfect for Getting Started",
badgeIcon: Sparkles,
price: "$2,499",
subtitle: "Ideal for solo entrepreneurs and small businesses",
buttons: [{ text: "Choose Starter", href: "/contact" }],
id: "starter", badge: "Perfect for Getting Started", badgeIcon: Sparkles,
price: "$2,499", subtitle: "Ideal for solo entrepreneurs and small businesses", buttons: [{ text: "Choose Starter", href: "/contact" }],
features: [
"5-8 pages",
"Mobile responsive",
"Local SEO basics",
"Fast loading",
"3 months of updates included",
],
"5-8 pages", "Mobile responsive", "Local SEO basics", "Fast loading", "3 months of updates included"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Star,
price: "$4,999",
subtitle: "Best for growing businesses wanting more customers",
buttons: [{ text: "Choose Professional", href: "/contact" }],
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$4,999", subtitle: "Best for growing businesses wanting more customers", buttons: [{ text: "Choose Professional", href: "/contact" }],
features: [
"10-15 pages",
"Advanced SEO optimization",
"Contact forms & CTAs",
"Google Analytics setup",
"6 months of updates included",
"Email support",
],
"10-15 pages", "Advanced SEO optimization", "Contact forms & CTAs", "Google Analytics setup", "6 months of updates included", "Email support"],
},
{
id: "premium",
badge: "For Maximum Impact",
badgeIcon: Crown,
price: "$7,999",
subtitle: "Complete package for serious growth",
buttons: [{ text: "Choose Premium", href: "/contact" }],
id: "premium", badge: "For Maximum Impact", badgeIcon: Crown,
price: "$7,999", subtitle: "Complete package for serious growth", buttons: [{ text: "Choose Premium", href: "/contact" }],
features: [
"Unlimited pages",
"Full SEO campaign",
"E-commerce ready",
"Advanced analytics",
"12 months of support",
"Priority email & phone support",
"Monthly optimization reports",
],
"Unlimited pages", "Full SEO campaign", "E-commerce ready", "Advanced analytics", "12 months of support", "Priority email & phone support", "Monthly optimization reports"],
},
]}
/>
@@ -109,25 +79,13 @@ export default function PricingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "Fast",
description: "All websites load in under 3 seconds with optimized images and modern hosting.",
},
id: "1", value: "Fast", description: "All websites load in under 3 seconds with optimized images and modern hosting."},
{
id: "2",
value: "Mobile-First",
description: "Responsive design that looks perfect on all devices from phones to desktops.",
},
id: "2", value: "Mobile-First", description: "Responsive design that looks perfect on all devices from phones to desktops."},
{
id: "3",
value: "SEO Ready",
description: "Built with local search optimization to help you rank higher in Google.",
},
id: "3", value: "SEO Ready", description: "Built with local search optimization to help you rank higher in Google."},
{
id: "4",
value: "Support Included",
description: "Every plan includes ongoing updates and technical support from our team.",
},
id: "4", value: "Support Included", description: "Every plan includes ongoing updates and technical support from our team."},
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -137,7 +95,6 @@ export default function PricingPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Ready to Grow?"
tagIcon="Rocket"
tagAnimation="slide-up"
title="Not Sure Which Plan is Right?"
description="Let's talk about your business goals. Our team can recommend the perfect solution and answer any questions you have."
@@ -155,8 +112,7 @@ export default function PricingPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -164,8 +120,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Blog", href: "#" },
@@ -173,8 +128,7 @@ export default function PricingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Contact", href: "/contact" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -48,33 +48,17 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Custom Website Design & Development",
tags: ["Responsive", "Fast", "Modern"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg?_wi=3",
imageAlt: "Custom website design service",
},
id: "1", title: "Custom Website Design & Development", tags: ["Responsive", "Fast", "Modern"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg", imageAlt: "Custom website design service"},
{
id: "2",
title: "Local SEO & Google Business Profile Optimization",
tags: ["Rankings", "Visibility", "Traffic"],
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg?_wi=4",
imageAlt: "SEO optimization service",
},
id: "2", title: "Local SEO & Google Business Profile Optimization", tags: ["Rankings", "Visibility", "Traffic"],
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg", imageAlt: "SEO optimization service"},
{
id: "3",
title: "Mobile Optimization & Performance",
tags: ["Speed", "Mobile-First", "Conversion"],
imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg?_wi=4",
imageAlt: "Mobile optimization service",
},
id: "3", title: "Mobile Optimization & Performance", tags: ["Speed", "Mobile-First", "Conversion"],
imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg", imageAlt: "Mobile optimization service"},
{
id: "4",
title: "Ongoing Maintenance & Support",
tags: ["Updates", "Security", "Reliability"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg?_wi=4",
imageAlt: "Maintenance support service",
},
id: "4", title: "Ongoing Maintenance & Support", tags: ["Updates", "Security", "Reliability"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-dental-clinic-landing-page_23-2149309085.jpg", imageAlt: "Maintenance support service"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -93,52 +77,22 @@ export default function ServicesPage() {
animationType="slide-up"
plans={[
{
id: "starter",
badge: "Perfect for Getting Started",
badgeIcon: Sparkles,
price: "$2,499",
subtitle: "Ideal for solo entrepreneurs and small businesses",
buttons: [{ text: "Choose Starter", href: "/contact" }],
id: "starter", badge: "Perfect for Getting Started", badgeIcon: Sparkles,
price: "$2,499", subtitle: "Ideal for solo entrepreneurs and small businesses", buttons: [{ text: "Choose Starter", href: "/contact" }],
features: [
"5-8 pages",
"Mobile responsive",
"Local SEO basics",
"Fast loading",
"3 months of updates included",
],
"5-8 pages", "Mobile responsive", "Local SEO basics", "Fast loading", "3 months of updates included"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Star,
price: "$4,999",
subtitle: "Best for growing businesses wanting more customers",
buttons: [{ text: "Choose Professional", href: "/contact" }],
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$4,999", subtitle: "Best for growing businesses wanting more customers", buttons: [{ text: "Choose Professional", href: "/contact" }],
features: [
"10-15 pages",
"Advanced SEO optimization",
"Contact forms & CTAs",
"Google Analytics setup",
"6 months of updates included",
"Email support",
],
"10-15 pages", "Advanced SEO optimization", "Contact forms & CTAs", "Google Analytics setup", "6 months of updates included", "Email support"],
},
{
id: "premium",
badge: "For Maximum Impact",
badgeIcon: Crown,
price: "$7,999",
subtitle: "Complete package for serious growth",
buttons: [{ text: "Choose Premium", href: "/contact" }],
id: "premium", badge: "For Maximum Impact", badgeIcon: Crown,
price: "$7,999", subtitle: "Complete package for serious growth", buttons: [{ text: "Choose Premium", href: "/contact" }],
features: [
"Unlimited pages",
"Full SEO campaign",
"E-commerce ready",
"Advanced analytics",
"12 months of support",
"Priority email & phone support",
"Monthly optimization reports",
],
"Unlimited pages", "Full SEO campaign", "E-commerce ready", "Advanced analytics", "12 months of support", "Priority email & phone support", "Monthly optimization reports"],
},
]}
/>
@@ -147,7 +101,6 @@ export default function ServicesPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Ready to Grow?"
tagIcon="Rocket"
tagAnimation="slide-up"
title="Let's Build Your Web Presence"
description="Our team is ready to discuss which service package is right for your local business. Schedule a free consultation today."
@@ -165,8 +118,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -174,8 +126,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Blog", href: "#" },
@@ -183,8 +134,7 @@ export default function ServicesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Contact", href: "/contact" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" },