diff --git a/src/app/page.tsx b/src/app/page.tsx index 7abf471..4e0c364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -43,7 +43,7 @@ export default function LandingPage() { title="Professional Tree & Landscaping Services" description="Fast, reliable, and fair-priced tree trimming, removal, and landscaping for the Dallas-Fort Worth area. Expert crew ready to help." tag="Local DFW Service" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Call Now: 972-859-9529", href: "tel:972-859-9529" }, { text: "Request Estimate", href: "#contact" }, @@ -68,11 +68,11 @@ export default function LandingPage() { title="Our Services" description="Complete tree and landscaping solutions for homeowners and businesses throughout Dallas-Fort Worth." tag="What We Do" - imagePosition="right" + mediaPosition="right" mediaAnimation="slide-up" useInvertedBackground={true} textboxLayout="default" - imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg" imageAlt="Klime Time professional team" accordionItems={[ { @@ -100,7 +100,7 @@ export default function LandingPage() { imagePosition="left" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg" imageAlt="Klime Time professional team" mediaAnimation="blur-reveal" bulletPoints={[ @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file