5 Commits

Author SHA1 Message Date
ef143d1c0b Update src/app/page.tsx 2026-03-05 15:59:41 +00:00
c55880d16f Update src/app/page.tsx 2026-03-05 14:28:51 +00:00
d138a7a7a6 Update src/app/page.tsx 2026-03-05 02:33:22 +00:00
09800b04ae Update src/app/layout.tsx 2026-03-05 02:33:22 +00:00
d1f19fee34 Merge version_2 into main
Merge version_2 into main
2026-03-05 02:31:28 +00:00
2 changed files with 11 additions and 11 deletions

View File

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

View File

@@ -43,22 +43,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Cabin & Boat Rentals in Rangeley, Maine"
description="Experience the natural beauty of Rangeley Lake with our premium cabin rentals and water sports equipment. Perfect for families, couples, and adventure seekers looking for an unforgettable getaway."
description="Experience the natural beauty of Mooselookmeguntic Lake with our premium cabin rentals and water sports equipment. Perfect for families, couples, and adventure seekers looking for an unforgettable getaway."
tag="Lakefront Getaways"
tagIcon={Waves}
tagAnimation="blur-reveal"
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-fisherman-catching-fish-from-lake_181624-59709.jpg", imageAlt: "Beautiful Rangeley Lake view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dock-sea_181624-14313.jpg", imageAlt: "Lakefront dock" },
{ imageSrc: "http://img.b2bpic.net/free-photo/silhouettes-trees-cloudy-sunset-sky-reflected-lake_181624-16429.jpg", imageAlt: "Lake sunset" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772726131990-e5sowofx.png", imageAlt: "Beautiful Rangeley Lake view" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772720858899-q9l43roj.png", imageAlt: "Lakefront dock" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772720756888-6ypm57tg.jpg", imageAlt: "Lake sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/natural-background-lake-forest-highlands_169016-22541.jpg", imageAlt: "Forest lake landscape" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg?_wi=1", imageAlt: "Rustic cabin" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772720806051-neruap8w.png", imageAlt: "Rustic cabin" },
{ imageSrc: "http://img.b2bpic.net/free-psd/yellow-recreational-kayak-top-view-isolated_84443-71141.jpg", imageAlt: "Kayak rental" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-family-sailing-boat_23-2147562389.jpg", imageAlt: "Boats on water" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-friends-near-campfire-glamping-night-two-men-women-playing-guitar_1268-18297.jpg", imageAlt: "Fire pit area" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772720785495-7qqtgvov.jpg", imageAlt: "Boats on water" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVF037yqF0dE6Zv1O5hc586yU/uploaded-1772720828629-z56fuqxb.png", imageAlt: "Fire pit area" }
]}
buttons={[
{ text: "Book a Cabin", href: "cabins" },
@@ -109,7 +109,7 @@ export default function LandingPage() {
plans={[
{
id: "boats", badge: "Most Popular", badgeIcon: Zap,
price: "$150/day", subtitle: "Powerboat • Full Day Rental", buttons: [{ text: "Request Booking", href: "contact" }],
price: "$150/day", subtitle: "Lund boat• Full Day Rental", buttons: [{ text: "Request Booking", href: "contact" }],
features: ["Seating for 6+ passengers", "20 gallon fuel tank", "Life jackets included", "Basic fishing gear", "$200 refundable deposit"]
},
{
@@ -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>
);
}
}