4 Commits

Author SHA1 Message Date
c23c981b91 Update src/app/page.tsx 2026-03-07 00:48:33 +00:00
4cb1859afb Update src/app/page.tsx 2026-03-07 00:47:37 +00:00
2b8421b3e5 Update src/app/layout.tsx 2026-03-07 00:47:36 +00:00
ea5a6b290e Merge version_1 into main
Merge version_1 into main
2026-03-07 00:39:25 +00:00
2 changed files with 62 additions and 59 deletions

View File

@@ -1,58 +1,16 @@
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 = {
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"),
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,
},
};
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."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1378,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
<FeatureCardTwentyFive
title="Guest Rooms"
description="Simple, clean, and comfortable rooms designed for a good night's rest during your travels."
tag="Rooms"
tag="Room Category"
tagAnimation="slide-up"
features={[
{
@@ -142,11 +142,51 @@ export default function LandingPage() {
</div>
<div id="restaurant" data-section="restaurant">
<TextAbout
tag="On-Site Dining"
tagIcon={Compass}
<FeatureCardTwentyFive
title="Restaurant & Dining"
description="Travelers and locals love our restaurant for hearty, home-style meals with generous portions."
tag="Restaurant Category"
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}
buttons={[{ text: "Menu & Hours", href: "tel:+18077853323" }]}
buttonAnimation="slide-up"
@@ -221,7 +261,7 @@ export default function LandingPage() {
{
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"},
{
@@ -257,11 +297,17 @@ export default function LandingPage() {
copyrightText="© 2025 White Otter Inn | Atikokan, Ontario"
columns={[
{
title: "Quick Links", items: [
{ label: "Rooms", href: "#rooms" },
{ label: "Restaurant", href: "#restaurant" },
{ label: "Location", href: "#location" },
{ label: "Book Now", href: "#cta" },
title: "Rooms", items: [
{ label: "Room Features", href: "#rooms" },
{ label: "Pet Friendly", href: "#rooms" },
{ label: "Check Availability", href: "#cta" },
],
},
{
title: "Restaurant", items: [
{ label: "Menu & Hours", href: "#restaurant" },
{ label: "Take-Out", href: "#restaurant" },
{ label: "Reservations", href: "tel:+18077853323" },
],
},
{