From 48019c5db6e9f72594378c505b58c003283d1c61 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:33:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c988b5..d0f2de0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" -- 2.49.1