Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef143d1c0b | |||
| c55880d16f | |||
| d138a7a7a6 | |||
| 09800b04ae | |||
| d1f19fee34 | |||
| a66f5e7a3b | |||
| 49980e5bb9 | |||
| 6ef6dcd915 | |||
| cab40e5e40 | |||
| 41eda2e9be |
@@ -1,46 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Rangeley Lake Cabin & Boat Rentals | Maine Getaway", description: "Premium cabin rentals and water sports equipment in Rangeley, Maine. Book your lakefront retreat with boats, kayaks, and canoes. Unforgettable outdoor adventures await.", keywords: "cabin rental Maine, Rangeley Lake, boat rental, vacation rental, water sports, kayak, fishing", metadataBase: new URL("https://rangeleylakerental.com"),
|
||||
openGraph: {
|
||||
title: "Rangeley Lake Cabin & Boat Rentals", description: "Experience lakefront luxury and outdoor adventure in Rangeley, Maine", type: "website", siteName: "Rangeley Lake Rentals", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-view-fisherman-catching-fish-from-lake_181624-59709.jpg", alt: "Rangeley Lake scenic view"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Rangeley Lake Cabin & Boat Rentals", description: "Book your Maine lakefront getaway today", images: ["http://img.b2bpic.net/free-photo/beautiful-view-fisherman-catching-fish-from-lake_181624-59709.jpg"]
|
||||
}
|
||||
};
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1408,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -43,26 +43,26 @@ 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: "View Cabins", href: "cabins" },
|
||||
{ text: "View Rentals", href: "rentals" }
|
||||
{ text: "Book a Cabin", href: "cabins" },
|
||||
{ text: "Rent Equipment", href: "rentals" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user