Compare commits
5 Commits
9d067a987f
...
version_1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e4d0ba14d | |||
| ef5d881ccc | |||
| ef5bfc1732 | |||
| 9c4d924417 | |||
| 18d3e918eb |
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Request Free Estimate", href: "contact" },
|
||||
{ text: "View Our Work", href: "services" }
|
||||
@@ -60,15 +61,15 @@ export default function LandingPage() {
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
imageSrc: "/placeholders/placeholder1.webp"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -154,9 +155,9 @@ export default function LandingPage() {
|
||||
tag="Partners"
|
||||
textboxLayout="default"
|
||||
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"
|
||||
]
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user