Update src/app/contact/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -41,8 +41,9 @@ export default function ContactPage() {
|
||||
description="Schedule your free inspection today. Our team is ready to help with fast, honest, professional service."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"
|
||||
imageAlt="Professional roofing team ready to help"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for a free inspection quote"
|
||||
buttonText="Schedule Inspection"
|
||||
@@ -59,14 +60,10 @@ export default function ContactPage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
description: "Emergency response available around the clock for urgent roofing needs."
|
||||
id: "1", value: "24/7", description: "Emergency response available around the clock for urgent roofing needs."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Winter Service",
|
||||
description: "Available year-round including harsh winter conditions when others can't work."
|
||||
id: "2", value: "Winter Service", description: "Available year-round including harsh winter conditions when others can't work."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -80,31 +77,13 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Fast Emergency Response",
|
||||
quote: "Called Y&B during a winter storm and they were out within hours. Professional, efficient, and saved our home from further damage.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
id: "1", title: "Fast Emergency Response", quote: "Called Y&B during a winter storm and they were out within hours. Professional, efficient, and saved our home from further damage.", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Honest & Reliable",
|
||||
quote: "Y&B provided a fair estimate and completed the work exactly as promised. No surprises, just quality service from start to finish.",
|
||||
name: "James Chen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
imageAlt: "James Chen"
|
||||
id: "2", title: "Honest & Reliable", quote: "Y&B provided a fair estimate and completed the work exactly as promised. No surprises, just quality service from start to finish.", name: "James Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Professional Excellence",
|
||||
quote: "The team was courteous, cleaned up perfectly, and the quality of work exceeded our expectations. Highly recommend Y&B Roofing.",
|
||||
name: "Rachel Thompson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
imageAlt: "Rachel Thompson"
|
||||
id: "3", title: "Professional Excellence", quote: "The team was courteous, cleaned up perfectly, and the quality of work exceeded our expectations. Highly recommend Y&B Roofing.", name: "Rachel Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Rachel Thompson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user