Compare commits

...

10 Commits

Author SHA1 Message Date
c51175f7b6 Merge version_1 into main
Merge version_1 into main
2026-03-03 01:07:29 +00:00
3e4d0ba14d Update src/app/page.tsx 2026-03-03 01:07:24 +00:00
558fc7f73c Merge version_1 into main
Merge version_1 into main
2026-03-03 01:06:23 +00:00
ef5d881ccc Update src/app/page.tsx 2026-03-03 01:06:17 +00:00
8bca1f3603 Merge version_1 into main
Merge version_1 into main
2026-03-03 01:05:00 +00:00
ef5bfc1732 Update src/app/page.tsx 2026-03-03 01:04:55 +00:00
775e2dd00c Merge version_1 into main
Merge version_1 into main
2026-03-03 01:03:43 +00:00
9c4d924417 Update src/app/page.tsx 2026-03-03 01:03:39 +00:00
6c94d9020e Merge version_1 into main
Merge version_1 into main
2026-03-03 01:02:38 +00:00
18d3e918eb Update src/app/page.tsx 2026-03-03 01:02:33 +00:00

View File

@@ -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}
/>