From 2668d2d7c3cb9a4d2521fa6450c9adba6c4f5438 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:08:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9419245..1bb768e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Serving Dallas & Surrounding Areas" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Call or Text for a Free Quote", href: "tel:4694539396" }, { text: "Get a Fast Quote", href: "tel:4694539396" } @@ -67,10 +67,10 @@ export default function LandingPage() { description="Choose the service you need or contact us for a custom quote" products={[ { - id: "lawn-care", name: "Professional Lawn Care in Dallas", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=1", imageAlt: "Professional lawn care and mowing services" + id: "lawn-care", name: "Professional Lawn Care in Dallas", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg", imageAlt: "Professional lawn care and mowing services" }, { - id: "moving-help", name: "Affordable Moving Help in Dallas", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg?_wi=1", imageAlt: "Professional moving help and furniture pickup services" + id: "moving-help", name: "Affordable Moving Help in Dallas", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg", imageAlt: "Professional moving help and furniture pickup services" } ]} gridVariant="two-columns-alternating-heights" @@ -99,7 +99,7 @@ export default function LandingPage() { description="We provide experienced, affordable moving assistance for apartment moves, storage unit relocations, furniture pickups, and small home moves throughout Dallas." features={[ { - id: "1", title: "Careful Handling", description: "Your furniture and belongings are treated with care and professionalism", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg?_wi=2" }, + id: "1", title: "Careful Handling", description: "Your furniture and belongings are treated with care and professionalism", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg" }, items: [ { icon: CheckCircle, text: "Professional packing techniques" }, { icon: CheckCircle, text: "Careful handling of all items" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Affordable & Transparent", description: "Fair pricing based on the size and scope of your job, no hidden fees", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-carrying-burden-concept_23-2150040370.jpg?_wi=1" }, + id: "2", title: "Affordable & Transparent", description: "Fair pricing based on the size and scope of your job, no hidden fees", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-carrying-burden-concept_23-2150040370.jpg" }, items: [ { icon: CheckCircle, text: "Upfront pricing quotes" }, { icon: CheckCircle, text: "Flexible scheduling options" }, @@ -129,7 +129,7 @@ export default function LandingPage() { description="Professional lawn care and maintenance for homes and properties across Dallas, Irving, Arlington, and surrounding areas." features={[ { - id: "1", title: "Professional Lawn Mowing", description: "Clean, professional cuts with attention to detail and excellent results", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=2" }, + id: "1", title: "Professional Lawn Mowing", description: "Clean, professional cuts with attention to detail and excellent results", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg" }, items: [ { icon: CheckCircle, text: "Clean professional cuts" }, { icon: CheckCircle, text: "Lawn edging and trimming" }, @@ -171,13 +171,13 @@ export default function LandingPage() { description="See examples of our completed moving jobs and lawn care projects throughout Dallas" blogs={[ { - id: "1", category: "Moving Services", title: "Professional Moving Assistance", excerpt: "Safe and efficient moving solutions for apartments, storage units, and furniture pickups", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg?_wi=3", imageAlt: "Professional moving services", authorName: "Dallas Moving Help", authorAvatar: "http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg", date: "Available Daily" + id: "1", category: "Moving Services", title: "Professional Moving Assistance", excerpt: "Safe and efficient moving solutions for apartments, storage units, and furniture pickups", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199052.jpg", imageAlt: "Professional moving services", authorName: "Dallas Moving Help", authorAvatar: "http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg", date: "Available Daily" }, { id: "2", category: "Lawn Care", title: "Lawn Mowing & Maintenance", excerpt: "Beautiful lawns maintained with professional care and attention to detail", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn care results", authorName: "Dallas Lawn Care", authorAvatar: "http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg", date: "Year-Round Service" }, { - id: "3", category: "Storage Moves", title: "Storage Unit Moving Services", excerpt: "Expert assistance with loading and unloading storage units and facilities", imageSrc: "http://img.b2bpic.net/free-photo/people-carrying-burden-concept_23-2150040370.jpg?_wi=2", imageAlt: "Storage unit moving services", authorName: "Dallas Moving Help", authorAvatar: "http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg", date: "Flexible Scheduling" + id: "3", category: "Storage Moves", title: "Storage Unit Moving Services", excerpt: "Expert assistance with loading and unloading storage units and facilities", imageSrc: "http://img.b2bpic.net/free-photo/people-carrying-burden-concept_23-2150040370.jpg", imageAlt: "Storage unit moving services", authorName: "Dallas Moving Help", authorAvatar: "http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg", date: "Flexible Scheduling" } ]} animationType="slide-up" @@ -194,7 +194,7 @@ export default function LandingPage() { description="Call or text us now for a free quote on moving help or lawn care services in Dallas. Fast response times, affordable rates." background={{ variant: "gradient-bars" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/diverse-business-colleagues-posing-office_74855-1773.jpg" imageAlt="Dallas moving and lawn care team" mediaAnimation="opacity" mediaPosition="right" @@ -220,7 +220,7 @@ export default function LandingPage() {