Compare commits
10 Commits
9d067a987f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c51175f7b6 | |||
| 3e4d0ba14d | |||
| 558fc7f73c | |||
| ef5d881ccc | |||
| 8bca1f3603 | |||
| ef5bfc1732 | |||
| 775e2dd00c | |||
| 9c4d924417 | |||
| 6c94d9020e | |||
| 18d3e918eb |
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Free Estimate", href: "contact" },
|
{ text: "Request Free Estimate", href: "contact" },
|
||||||
{ text: "View Our Work", href: "services" }
|
{ text: "View Our Work", href: "services" }
|
||||||
@@ -60,15 +61,15 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Michael Thompson", handle: "Homeowner, Berlin NH", testimonial: "North Country Contracting transformed our home. Their attention to detail and professionalism were exceptional. Highly recommend!", rating: 5,
|
name: "Michael Thompson", handle: "Homeowner, Berlin NH", testimonial: "North Country Contracting transformed our home. Their attention to detail and professionalism were exceptional. Highly recommend!", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp"
|
imageSrc: "/placeholders/placeholder1.webp?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sarah Davies", handle: "Property Manager, Conway", testimonial: "We've hired them for multiple commercial projects. They always deliver on time and within budget. Outstanding team!", rating: 5,
|
name: "Sarah Davies", handle: "Property Manager, Conway", testimonial: "We've hired them for multiple commercial projects. They always deliver on time and within budget. Outstanding team!", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp"
|
imageSrc: "/placeholders/placeholder1.webp?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Robert Cole", handle: "Business Owner, Littleton", testimonial: "The quality of their work speaks for itself. Our renovation exceeded expectations. Five stars!", rating: 5,
|
name: "Robert Cole", handle: "Business Owner, Littleton", testimonial: "The quality of their work speaks for itself. Our renovation exceeded expectations. Five stars!", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp"
|
imageSrc: "/placeholders/placeholder1.webp?_wi=3"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
@@ -154,9 +155,9 @@ export default function LandingPage() {
|
|||||||
tag="Partners"
|
tag="Partners"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names=[
|
names={[
|
||||||
"White Mountain Resort", "Conway Town Services", "Berlin Chamber of Commerce", "Littleton Business Alliance", "North Country Development", "Franconia Valley Partners", "Regional Construction Association"
|
"White Mountain Resort", "Conway Town Services", "Berlin Chamber of Commerce", "Littleton Business Alliance", "North Country Development", "Franconia Valley Partners", "Regional Construction Association"
|
||||||
]
|
]}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user