Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf3bc1b8e | |||
| 3767ebb00c | |||
| 5c1e895421 | |||
| 877bb2e70f | |||
| c23c981b91 | |||
| b47314cb9e | |||
| 4cb1859afb | |||
| 2b8421b3e5 | |||
| ea5a6b290e |
@@ -1,58 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Roboto } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const roboto = Roboto({
|
|
||||||
variable: "--font-roboto", subsets: ["latin"],
|
|
||||||
weight: ["100", "300", "400", "500", "700", "900"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "White Otter Inn Atikokan | Hotel Near Quetico Park", description: "Clean, comfortable motel rooms in Atikokan, Ontario. 4.0★ rated. Friendly staff, on-site restaurant, great value. Highway convenient near Quetico Park.", keywords: "motel Atikokan, hotel Atikokan Ontario, Quetico Park accommodation, roadside inn, Northern Ontario lodging", metadataBase: new URL("https://www.whiteotterinn.com"),
|
title: "White Otter Inn - Rooms & Restaurant in Atikokan", description: "Clean, comfortable rooms and great food in Atikokan, Ontario. Your perfect stop on the highway between Thunder Bay and Fort Frances."
|
||||||
alternates: {
|
|
||||||
canonical: "https://www.whiteotterinn.com"},
|
|
||||||
openGraph: {
|
|
||||||
title: "White Otter Inn - Clean Rooms, Great Service in Atikokan", description: "Affordable, comfortable rooms with friendly staff and on-site restaurant. Perfect stop between Thunder Bay and Fort Frances.", url: "https://www.whiteotterinn.com", siteName: "White Otter Inn", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg", alt: "modern motel exterior building clean"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "White Otter Inn - Your Rest Stop in Atikokan", description: "Clean rooms, friendly staff, on-site restaurant. Highway convenient near Quetico Park.", images: ["http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1420,7 +1379,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
187
src/app/page.tsx
187
src/app/page.tsx
@@ -9,7 +9,7 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
|||||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import { Home, Bed, DollarSign, MapPin, Utensils, Compass, Route, Binoculars, Power, CheckCircle, Sparkles } from "lucide-react";
|
import { Home, Bed, DollarSign, MapPin, Utensils, Compass, Route, Binoculars, Power, CheckCircle, Sparkles, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -51,9 +51,11 @@ export default function LandingPage() {
|
|||||||
ratingText="4.0 Stars | 234+ Google Reviews"
|
ratingText="4.0 Stars | 234+ Google Reviews"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg", imageAlt: "White Otter Inn exterior view"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg", imageAlt: "White Otter Inn exterior view"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "Clean comfortable guest room"},
|
imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "Clean comfortable guest room"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -73,17 +75,23 @@ export default function LandingPage() {
|
|||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/people-travelling-collection_23-2148057349.jpg", alt: "Guest review"},
|
src: "http://img.b2bpic.net/free-vector/people-travelling-collection_23-2148057349.jpg", alt: "Guest review"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus_23-2148958101.jpg", alt: "Guest review"},
|
src: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus_23-2148958101.jpg", alt: "Guest review"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg", alt: "Guest avatar profile icon"},
|
src: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg", alt: "Guest avatar profile icon"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/customer-review-with-photo-blog-banner-template_742173-6295.jpg", alt: "Guest profile avatar portrait"},
|
src: "http://img.b2bpic.net/free-vector/customer-review-with-photo-blog-banner-template_742173-6295.jpg", alt: "Guest profile avatar portrait"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/tourists-wearing-face-masks-beach_52683-43649.jpg", alt: "Guest avatar face portrait"},
|
src: "http://img.b2bpic.net/free-vector/tourists-wearing-face-masks-beach_52683-43649.jpg", alt: "Guest avatar face portrait"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-psd/gradient-celestial-style-facebook-template_23-2150866863.jpg", alt: "Guest profile portrait icon"},
|
src: "http://img.b2bpic.net/free-psd/gradient-celestial-style-facebook-template_23-2150866863.jpg", alt: "Guest profile portrait icon"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -93,43 +101,51 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentyFive
|
<FeatureCardTwentyFive
|
||||||
title="Guest Rooms"
|
title="Guest Rooms"
|
||||||
description="Simple, clean, and comfortable rooms designed for a good night's rest during your travels."
|
description="Simple, clean, and comfortable rooms designed for a good night's rest during your travels."
|
||||||
tag="Rooms"
|
tag="Room Category"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Spacious & Clean", description: "Well-maintained rooms with fresh linens, hot showers, and air conditioning for year-round comfort.", icon: Bed,
|
title: "Spacious & Clean", description: "Well-maintained rooms with fresh linens, hot showers, and air conditioning for year-round comfort.", icon: Bed,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-baby_23-2149245955.jpg", imageAlt: "Comfortable bed and spacious room"},
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-baby_23-2149245955.jpg", imageAlt: "Comfortable bed and spacious room"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-funny-woman-standing-bathroom-with-white-towel-her-head-looking-her-reflection-mirror-with-widely-opened-mouth-showing-tongue-out_176532-15674.jpg", imageAlt: "Modern bathroom with hot shower"},
|
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-funny-woman-standing-bathroom-with-white-towel-her-head-looking-her-reflection-mirror-with-widely-opened-mouth-showing-tongue-out_176532-15674.jpg", imageAlt: "Modern bathroom with hot shower"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Pet Friendly", description: "Traveling with your furry friend? We welcome pets in select rooms at no extra charge.", icon: DollarSign,
|
title: "Pet Friendly", description: "Traveling with your furry friend? We welcome pets in select rooms at no extra charge.", icon: DollarSign,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/welcome-sign-near-plant-outdoors_23-2149741736.jpg", imageAlt: "Pet friendly accommodation"},
|
imageSrc: "http://img.b2bpic.net/free-photo/welcome-sign-near-plant-outdoors_23-2149741736.jpg", imageAlt: "Pet friendly accommodation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/weekend-photo-couple-playing-with-labrador-sunny-bedroom-guy-girl-are-stroking-belly-big-dog_197531-13742.jpg", imageAlt: "Welcoming pets at White Otter Inn"},
|
imageSrc: "http://img.b2bpic.net/free-photo/weekend-photo-couple-playing-with-labrador-sunny-bedroom-guy-girl-are-stroking-belly-big-dog_197531-13742.jpg", imageAlt: "Welcoming pets at White Otter Inn"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Affordable Rates", description: "Great value for the price with rates that won't break the budget during your journey.", icon: MapPin,
|
title: "Affordable Rates", description: "Great value for the price with rates that won't break the budget during your journey.", icon: MapPin,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-blackboard-with-drawn-dollar-concept_176420-2949.jpg", imageAlt: "Affordable room rates"},
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-blackboard-with-drawn-dollar-concept_176420-2949.jpg", imageAlt: "Affordable room rates"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-attractive-smile-use-tablet-smartphone-white-bed_1150-42553.jpg", imageAlt: "Value for money accommodation"},
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-attractive-smile-use-tablet-smartphone-white-bed_1150-42553.jpg", imageAlt: "Value for money accommodation"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Highway Convenient", description: "Easy access right off the highway — perfect for a quick rest without leaving the main route.", icon: Utensils,
|
title: "Highway Convenient", description: "Easy access right off the highway — perfect for a quick rest without leaving the main route.", icon: Utensils,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-creative-drive-thru-sign_23-2148662449.jpg", imageAlt: "Convenient highway access"},
|
imageSrc: "http://img.b2bpic.net/free-vector/colorful-creative-drive-thru-sign_23-2148662449.jpg", imageAlt: "Convenient highway access"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-hotel-neon-sign-background_23-2148170579.jpg", imageAlt: "Easy entrance from main road"},
|
imageSrc: "http://img.b2bpic.net/free-vector/realistic-hotel-neon-sign-background_23-2148170579.jpg", imageAlt: "Easy entrance from main road"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -142,11 +158,59 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="restaurant" data-section="restaurant">
|
<div id="restaurant" data-section="restaurant">
|
||||||
<TextAbout
|
<FeatureCardTwentyFive
|
||||||
tag="On-Site Dining"
|
title="Restaurant & Dining"
|
||||||
tagIcon={Compass}
|
description="Travelers and locals love our restaurant for hearty, home-style meals with generous portions."
|
||||||
|
tag="Restaurant Category"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Travelers and locals love our restaurant for hearty, home-style meals with generous portions. Breakfast, lunch, and dinner served daily with friendly small-town service."
|
features={[
|
||||||
|
{
|
||||||
|
title: "Breakfast & Lunch", description: "Start your day with a hearty breakfast or grab a quick lunch before hitting the road. Fresh, delicious, and satisfying.", icon: Utensils,
|
||||||
|
mediaItems: [
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-fruit-orange-juice_23-2148606945.jpg", imageAlt: "Fresh breakfast served daily"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-white-plate_23-2147940642.jpg", imageAlt: "Delicious lunch options"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Dinner Service", description: "Enjoy a relaxing dinner in our welcoming dining room. Home-style cooking with generous portions and friendly service.", icon: Compass,
|
||||||
|
mediaItems: [
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-white-plates-containing-meat-vegetables-snacks-foods_114579-1444.jpg?_wi=1", imageAlt: "Restaurant dinner service"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-flat-lay_23-2149548192.jpg", imageAlt: "Home-style cooking and meals"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Take-Out Available", description: "Can't stay for a meal? We offer take-out service so you can enjoy our food on the road.", icon: Route,
|
||||||
|
mediaItems: [
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-packed-food-plastic-containers_23-2149119680.jpg", imageAlt: "Take-out containers ready"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-pizza-box_23-2149176005.jpg", imageAlt: "Ready to go meal service"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Open Daily", description: "Serving breakfast, lunch, and dinner seven days a week. Call ahead for reservations or to check seasonal hours.", icon: CheckCircle,
|
||||||
|
mediaItems: [
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/open-sign-on-shop-door_23-2149139388.jpg", imageAlt: "Open sign restaurant entrance"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior-modern-cafe-setting_23-2149170005.jpg", imageAlt: "Welcoming dining room interior"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Menu & Hours", href: "tel:+18077853323" }]}
|
buttons={[{ text: "Menu & Hours", href: "tel:+18077853323" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -164,36 +228,44 @@ export default function LandingPage() {
|
|||||||
title: "Gateway to Quetico", description: "Perfect stop for visitors exploring Quetico Provincial Park — a world-renowned destination for paddling and nature.", icon: Route,
|
title: "Gateway to Quetico", description: "Perfect stop for visitors exploring Quetico Provincial Park — a world-renowned destination for paddling and nature.", icon: Route,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-67513.jpg", imageAlt: "Quetico Provincial Park entrance"},
|
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-67513.jpg", imageAlt: "Quetico Provincial Park entrance"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grand-canyon-panorama-view-winter-with-snow_649448-5269.jpg", imageAlt: "Beautiful park scenery"},
|
imageSrc: "http://img.b2bpic.net/free-photo/grand-canyon-panorama-view-winter-with-snow_649448-5269.jpg", imageAlt: "Beautiful park scenery"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Highway Convenience", description: "Located right on the main highway between Thunder Bay and Fort Frances — the ideal rest stop for travelers.", icon: Binoculars,
|
title: "Highway Convenience", description: "Located right on the main highway between Thunder Bay and Fort Frances — the ideal rest stop for travelers.", icon: Binoculars,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-travel-background_23-2149397491.jpg", imageAlt: "Highway location map"},
|
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-travel-background_23-2149397491.jpg", imageAlt: "Highway location map"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-car_23-2148922090.jpg", imageAlt: "Highway access point"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-car_23-2148922090.jpg", imageAlt: "Highway access point"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Outdoor Access", description: "Perfect for hunters, anglers, and outdoor enthusiasts exploring Northwestern Ontario's natural beauty.", icon: Power,
|
title: "Outdoor Access", description: "Perfect for hunters, anglers, and outdoor enthusiasts exploring Northwestern Ontario's natural beauty.", icon: Power,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-walks-stone_72229-92.jpg", imageAlt: "Outdoor adventure activities"},
|
imageSrc: "http://img.b2bpic.net/free-photo/tourist-walks-stone_72229-92.jpg", imageAlt: "Outdoor adventure activities"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-sitting-trunk-park_23-2147637002.jpg", imageAlt: "Nature and fishing opportunities"},
|
imageSrc: "http://img.b2bpic.net/free-photo/father-son-sitting-trunk-park_23-2147637002.jpg", imageAlt: "Nature and fishing opportunities"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Rest & Refuel", description: "Take a break, enjoy a meal, sleep well, and continue your journey refreshed and ready.", icon: CheckCircle,
|
title: "Rest & Refuel", description: "Take a break, enjoy a meal, sleep well, and continue your journey refreshed and ready.", icon: CheckCircle,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-her-intimacy-moments_23-2149208348.jpg", imageAlt: "Rest and refuel stop"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-her-intimacy-moments_23-2149208348.jpg", imageAlt: "Rest and refuel stop"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-baggage_23-2148938507.jpg", imageAlt: "Ready to travel refreshed"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-baggage_23-2148938507.jpg", imageAlt: "Ready to travel refreshed"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -202,7 +274,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.google.com/?q=White+Otter+Inn+Atikokan"},
|
text: "Get Directions", href: "https://maps.google.com/?q=White+Otter+Inn+Atikokan"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -217,17 +290,23 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Clean Rooms", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg", imageAlt: "clean accommodation sparkling room"},
|
id: "1", name: "Clean Rooms", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg", imageAlt: "clean accommodation sparkling room"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Friendly Staff", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "friendly hospitality service staff"},
|
id: "2", name: "Friendly Staff", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "friendly hospitality service staff"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "On-Site Restaurant", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-white-plates-containing-meat-vegetables-snacks-foods_114579-1444.jpg", imageAlt: "restaurant dining on-site meal"},
|
id: "3", name: "On-Site Restaurant", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-white-plates-containing-meat-vegetables-snacks-foods_114579-1444.jpg?_wi=2", imageAlt: "restaurant dining on-site meal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Great Value", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872031.jpg", imageAlt: "great value affordable budget"},
|
id: "4", name: "Great Value", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872031.jpg", imageAlt: "great value affordable budget"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Highway Convenient", price: "✓", imageSrc: "http://img.b2bpic.net/free-vector/car-park-horizontal-banner_1284-57752.jpg", imageAlt: "convenient easy access location"},
|
id: "5", name: "Highway Convenient", price: "✓", imageSrc: "http://img.b2bpic.net/free-vector/car-park-horizontal-banner_1284-57752.jpg", imageAlt: "convenient easy access location"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Quiet Rest Stop", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-cold-exposure-treatment_23-2151205872.jpg", imageAlt: "quiet peaceful rest room"},
|
id: "6", name: "Quiet Rest Stop", price: "✓", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-cold-exposure-treatment_23-2151205872.jpg", imageAlt: "quiet peaceful rest room"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -239,15 +318,15 @@ export default function LandingPage() {
|
|||||||
<div id="cta" data-section="cta">
|
<div id="cta" data-section="cta">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Ready to Book?"
|
tag="Ready to Book?"
|
||||||
tagIcon={Home}
|
tagIcon={Phone}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Need a Place to Stay in Atikokan Tonight?"
|
title="Call Us to Book Your Stay"
|
||||||
description="Contact us to book a room, ask about our restaurant hours, or get directions. We're here to make your stay comfortable."
|
description="Direct phone booking is the fastest way to secure your room and ask about our restaurant. Our friendly staff are ready to help you."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="(807) 785-3323"
|
||||||
buttonText="Get in Touch"
|
buttonText="Call Now"
|
||||||
termsText="Call us directly for fastest booking: (807) 785-3323"
|
termsText="Call us directly for fastest booking: (807) 785-3323. We're open 7 days a week for reservations and inquiries."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -257,20 +336,28 @@ export default function LandingPage() {
|
|||||||
copyrightText="© 2025 White Otter Inn | Atikokan, Ontario"
|
copyrightText="© 2025 White Otter Inn | Atikokan, Ontario"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Rooms", items: [
|
||||||
{ label: "Rooms", href: "#rooms" },
|
{ label: "Room Features", href: "#rooms" },
|
||||||
{ label: "Restaurant", href: "#restaurant" },
|
{ label: "Pet Friendly", href: "#rooms" },
|
||||||
{ label: "Location", href: "#location" },
|
{ label: "Check Availability", href: "#cta" },
|
||||||
{ label: "Book Now", href: "#cta" },
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Restaurant", items: [
|
||||||
|
{ label: "Menu & Hours", href: "#restaurant" },
|
||||||
|
{ label: "Take-Out", href: "#restaurant" },
|
||||||
|
{ label: "Reservations", href: "tel:+18077853323" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "Phone: (807) 785-3323", href: "tel:+18077853323" },
|
{ label: "Phone: (807) 785-3323", href: "tel:+18077853323" },
|
||||||
{
|
{
|
||||||
label: "Email: info@whiteotterinn.com", href: "mailto:info@whiteotterinn.com"},
|
label: "Email: info@whiteotterinn.com", href: "mailto:info@whiteotterinn.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Get Directions", href: "https://maps.google.com/?q=White+Otter+Inn+Atikokan"},
|
label: "Get Directions", href: "https://maps.google.com/?q=White+Otter+Inn+Atikokan"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user