Update src/app/page.tsx

This commit is contained in:
2026-03-05 02:33:22 +00:00
parent 09800b04ae
commit d138a7a7a6

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>
);
}
}