diff --git a/src/app/page.tsx b/src/app/page.tsx index 91065cb..648f6f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Professional Landscaping" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} imagePosition="right" imageSrc="http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg" imageAlt="Professional outdoor landscape transformation" @@ -110,7 +110,6 @@ export default function LandingPage() { id: 4, title: "Quality Assurance & Warranty", description: "We conduct thorough inspections and provide comprehensive warranties on all work. Your satisfaction—and your investment—is protected.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Final inspection and quality check"}, ]} - mediaAnimation="slide-up" /> @@ -165,17 +164,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Lisa Anderson", role: "Homeowner", company: "Toronto", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"}, + id: "1", name: "Lisa Anderson", role: "Homeowner", company: "Toronto", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"}, { - id: "2", name: "Robert Sullivan", role: "Property Manager", company: "GTA Developments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"}, + id: "2", name: "Robert Sullivan", role: "Property Manager", company: "GTA Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"}, { - id: "3", name: "Patricia Wong", role: "Homeowner", company: "Mississauga", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"}, + id: "3", name: "Patricia Wong", role: "Homeowner", company: "Mississauga", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"}, { - id: "4", name: "Mark Gauthier", role: "Real Estate Developer", company: "GTA Projects Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + id: "4", name: "Mark Gauthier", role: "Real Estate Developer", company: "GTA Projects Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, ]} kpiItems={[ { value: "15+", label: "Years Experience" }, @@ -198,7 +193,7 @@ export default function LandingPage() { { text: "Call Us Now", href: "tel:+14165551234" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />