Update src/app/page.tsx

This commit is contained in:
2026-03-03 04:15:45 +00:00
parent 972e263d86
commit d75c727b75

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="blurBottom" background="circleGradient"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="layered" 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." description="Quality interior and exterior remodeling in York, PA. 70% of our work comes from referrals—see why homeowners trust us."
tag="Local Excellence" tag="Local Excellence"
tagIcon={Hammer} tagIcon={Hammer}
background={{ variant: "blurBottom" }} background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg" imageSrc="http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"
imageAlt="Built 2 Last completed remodeling project" imageAlt="Built 2 Last completed remodeling project"
buttons={[ buttons={[
@@ -70,6 +70,7 @@ export default function LandingPage() {
imageAlt="Built 2 Last team members at project site" imageAlt="Built 2 Last team members at project site"
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up"
/> />
</div> </div>
@@ -138,22 +139,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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"
} }
]} ]}
/> />