From bfa910ba6a2f3196a7c45fed7b75473c45f7d44a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:05:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4cdec9..5b1da0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -116,7 +116,7 @@ export default function LandingPage() { title: "Same-Day Service", description: "Need it gone today? We offer same-day junk removal to help you reclaim your space immediately.", icon: Clock } ]} - imageSrc="http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg" imageAlt="EliteSquared professional junk removal team" mediaAnimation="slide-up" imagePosition="left" @@ -140,7 +140,7 @@ export default function LandingPage() { id: "before-after-3", name: "Yard Debris Removal", price: "Landscape Restored", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-park-with-firepit-sandbox-surrounded-by-plants-trees_181624-15063.jpg", imageAlt: "Yard before and after debris removal" }, { - id: "team-hauling", name: "Professional Hauling", price: "Heavy Load Removal", variant: "In Action", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=2", imageAlt: "Workers hauling large junk items" + id: "team-hauling", name: "Professional Hauling", price: "Heavy Load Removal", variant: "In Action", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg", imageAlt: "Workers hauling large junk items" } ]} gridVariant="two-columns-alternating-heights" @@ -156,14 +156,16 @@ export default function LandingPage() { description="Two brothers with one mission: provide the fastest, most affordable junk removal in the region. Started EliteSquared to help families and businesses reclaim their spaces." members={[ { - id: "founder-1", name: "Marcus", role: "Co-Founder & Operations", description: "Marcus brings 10+ years of hauling and logistics experience. He ensures every job is completed efficiently and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1", imageAlt: "Marcus, Co-Founder" + id: "founder-1", name: "Marcus", role: "Co-Founder & Operations", description: "Marcus brings 10+ years of hauling and logistics experience. He ensures every job is completed efficiently and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Marcus, Co-Founder" }, { - id: "founder-2", name: "Jordan", role: "Co-Founder & Customer Service", description: "Jordan handles customer relations and scheduling. He makes sure every client gets a free quote and exceptional service from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg?_wi=1", imageAlt: "Jordan, Co-Founder" + id: "founder-2", name: "Jordan", role: "Co-Founder & Customer Service", description: "Jordan handles customer relations and scheduling. He makes sure every client gets a free quote and exceptional service from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", imageAlt: "Jordan, Co-Founder" } ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} /> @@ -173,10 +175,10 @@ export default function LandingPage() { description="Real feedback from real customers who've used EliteSquared Junk Removal. See why families and businesses trust us." testimonials={[ { - id: "testimonial-1", name: "Sarah Mitchell", handle: "Homeowner", testimonial: "EliteSquared came out same day and cleared my entire garage in 2 hours. Professional, affordable, and incredibly fast. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2", imageAlt: "Sarah Mitchell", icon: Star + id: "testimonial-1", name: "Sarah Mitchell", handle: "Homeowner", testimonial: "EliteSquared came out same day and cleared my entire garage in 2 hours. Professional, affordable, and incredibly fast. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Sarah Mitchell", icon: Star }, { - id: "testimonial-2", name: "David Chen", handle: "Property Manager", testimonial: "We needed emergency appliance removal from three rental units. EliteSquared handled it all with no hassle. Best junk removal service we've used.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg?_wi=2", imageAlt: "David Chen", icon: Star + id: "testimonial-2", name: "David Chen", handle: "Property Manager", testimonial: "We needed emergency appliance removal from three rental units. EliteSquared handled it all with no hassle. Best junk removal service we've used.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", imageAlt: "David Chen", icon: Star }, { id: "testimonial-3", name: "Lisa Rodriguez", handle: "Small Business Owner", testimonial: "After our office renovation, we had tons of debris. EliteSquared cleared it all and even removed our old furniture. Exceptional service!", imageSrc: "http://img.b2bpic.net/free-photo/corporate-associates-looking-into-project-details-timetables-conference_482257-104830.jpg", imageAlt: "Lisa Rodriguez", icon: Star -- 2.49.1