Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 07:33:25 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Local Business Online"
description="LocalHero Services rebuilds websites for local businesses, creating powerful digital presences that convert visitors into loyal customers. We handle everything from design to strategy."
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Businesses Transformed" },
{ value: "2.5x", label: "Average Traffic Increase" },
@@ -78,6 +78,7 @@ export default function LandingPage() {
imageAlt="Business growth and success"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
/>
</div>
@@ -89,11 +90,13 @@ export default function LandingPage() {
tagIcon={Shield}
negativeCard={{
items: [
"Generic, template-based designs", "No local market expertise", "Poor mobile experience", "No ongoing support", "Hidden maintenance costs"],
"Generic, template-based designs", "No local market expertise", "Poor mobile experience", "No ongoing support", "Hidden maintenance costs"
],
}}
positiveCard={{
items: [
"Custom, strategic designs tailored to your market", "Deep knowledge of local business challenges", "Fully responsive & SEO-optimized", "24/7 support & regular updates", "Transparent, predictable pricing"],
"Custom, strategic designs tailored to your market", "Deep knowledge of local business challenges", "Fully responsive & SEO-optimized", "24/7 support & regular updates", "Transparent, predictable pricing"
],
}}
animationType="slide-up"
textboxLayout="default"
@@ -110,11 +113,14 @@ export default function LandingPage() {
tagIcon={Zap}
products={[
{
id: "1", name: "Complete Website Rebuild", price: "Starting at $2,500", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Website rebuild service"},
id: "1", name: "Complete Website Rebuild", price: "Starting at $2,500", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Website rebuild service"
},
{
id: "2", name: "E-Commerce Setup", price: "Starting at $3,500", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "E-commerce platform setup"},
id: "2", name: "E-Commerce Setup", price: "Starting at $3,500", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "E-commerce platform setup"
},
{
id: "3", name: "SEO Optimization", price: "Starting at $500/mo", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "SEO optimization service"},
id: "3", name: "SEO Optimization", price: "Starting at $500/mo", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "SEO optimization service"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -151,27 +157,33 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Martinez", handle: "Owner, Martinez Plumbing Co", testimonial:
"LocalHero completely transformed our online presence. Within 3 months, we saw a 300% increase in customer inquiries. Best investment we made this year.", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-happy-financial-advisor-office-ready-meet-with-clients_482257-113530.jpg", imageAlt: "Sarah Martinez"},
"http://img.b2bpic.net/free-photo/portrait-happy-financial-advisor-office-ready-meet-with-clients_482257-113530.jpg", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "James Chen", handle: "Manager, Chen's Restaurant Group", testimonial:
"Professional team, clear communication, and amazing results. Our new website brought in a whole new customer base. Highly recommend LocalHero.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg", imageAlt: "James Chen"},
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Michelle Thompson", handle: "Owner, Thompson's Boutique", testimonial:
"They understood my vision perfectly and delivered beyond expectations. The site loads fast, looks gorgeous, and we're finally competitive online.", imageSrc:
"http://img.b2bpic.net/free-photo/young-business-woman-with-laptop-standing-office_1303-20356.jpg", imageAlt: "Michelle Thompson"},
"http://img.b2bpic.net/free-photo/young-business-woman-with-laptop-standing-office_1303-20356.jpg", imageAlt: "Michelle Thompson"
},
{
id: "4", name: "Robert Garcia", handle: "CEO, Garcia's Home Services", testimonial:
"Outstanding support team and continuous improvements. They genuinely care about our success. This is exactly what local businesses need.", imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg", imageAlt: "Robert Garcia"},
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg", imageAlt: "Robert Garcia"
},
{
id: "5", name: "Lisa Anderson", handle: "Co-founder, Anderson & Associates", testimonial:
"LocalHero brought a level of professionalism to our business that we couldn't achieve before. Game-changer for our growth strategy.", imageSrc:
"http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-958.jpg", imageAlt: "Lisa Anderson"},
"http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-958.jpg", imageAlt: "Lisa Anderson"
},
{
id: "6", name: "David Lopez", handle: "Founder, Lopez's Automotive", testimonial:
"From concept to launch, everything was seamless. Our new website has become our best sales tool. Worth every penny and more.", imageSrc:
"http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", imageAlt: "David Lopez"},
"http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", imageAlt: "David Lopez"
},
]}
animationType="slide-up"
textboxLayout="default"