Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 02:33:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -175,7 +175,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to book your lakefront getaway? Contact us today to reserve your cabin or equipment rental. Our team is here to help make your Rangeley Lake experience unforgettable."
text="Ready to book your lakefront getaway? Call (207) 555-1234 or email today to secure your dates."
animationType="reveal-blur"
background={{ variant: "plain" }}
useInvertedBackground={true}
@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}