diff --git a/src/app/page.tsx b/src/app/page.tsx index fcc5f80..b953af1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Quality interior and exterior remodeling in York, PA. 70% of our work comes from referrals—see why homeowners trust us." tag="Local Excellence" tagIcon={Hammer} - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg" imageAlt="Built 2 Last completed remodeling project" buttons={[ @@ -70,6 +70,7 @@ export default function LandingPage() { imageAlt="Built 2 Last team members at project site" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -138,22 +139,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Margaret Collins", handle: "York, PA", testimonial: "Built 2 Last transformed our kitchen beyond our expectations. The team was professional, clean, and finished on time. We couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Margaret Collins" + id: "1", name: "Margaret Collins", handle: "York, PA", testimonial: "Built 2 Last transformed our kitchen beyond our expectations. The team was professional, clean, and finished on time. We couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Margaret Collins" }, { - id: "2", name: "James & Patricia Murphy", handle: "Homeowners", testimonial: "The bathroom renovation was seamless from start to finish. The quality of work and attention to detail is outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-embracing-couple_1098-401.jpg?_wi=1", imageAlt: "James & Patricia Murphy" + id: "2", name: "James & Patricia Murphy", handle: "Homeowners", testimonial: "The bathroom renovation was seamless from start to finish. The quality of work and attention to detail is outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-embracing-couple_1098-401.jpg", imageAlt: "James & Patricia Murphy" }, { - id: "3", name: "David Thompson", handle: "York, PA", testimonial: "We had our roof replaced last year. Still looks great and the crew was respectful of our property. Great service at fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David Thompson" + id: "3", name: "David Thompson", handle: "York, PA", testimonial: "We had our roof replaced last year. Still looks great and the crew was respectful of our property. Great service at fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Thompson" }, { - id: "4", name: "Sarah & Michael Chen", handle: "Homeowners", testimonial: "Our new deck is the perfect addition to our home. Built 2 Last's craftsmanship and communication made the whole process enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-embracing-couple_1098-401.jpg?_wi=2", imageAlt: "Sarah & Michael Chen" + id: "4", name: "Sarah & Michael Chen", handle: "Homeowners", testimonial: "Our new deck is the perfect addition to our home. Built 2 Last's craftsmanship and communication made the whole process enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-embracing-couple_1098-401.jpg", imageAlt: "Sarah & Michael Chen" }, { - id: "5", name: "Robert Kennedy", handle: "York, PA", testimonial: "Professional, reliable, and honest. That's Built 2 Last. They completed our basement renovation exactly as promised. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Robert Kennedy" + id: "5", name: "Robert Kennedy", handle: "York, PA", testimonial: "Professional, reliable, and honest. That's Built 2 Last. They completed our basement renovation exactly as promised. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Kennedy" }, { - id: "6", name: "Linda Garcia", handle: "Homeowner", testimonial: "Best decision we made for our home renovation. The team communicated every step of the way and delivered exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Linda Garcia" + id: "6", name: "Linda Garcia", handle: "Homeowner", testimonial: "Best decision we made for our home renovation. The team communicated every step of the way and delivered exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Linda Garcia" } ]} />