From 5c1e895421428ad29497d8c11dfc76725d702611 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:50:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 684930b..8527d9f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - 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."}; + 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, -- 2.49.1 From 3767ebb00c342d8a14b6ae64425ac5d36f689d95 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:50:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 137 ++++++++++++++++++++++++++++++----------------- 1 file changed, 89 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9e2b4..a184839 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TextAbout from "@/components/sections/about/TextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; 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() { return ( @@ -51,9 +51,11 @@ export default function LandingPage() { ratingText="4.0 Stars | 234+ Google Reviews" 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" buttons={[ @@ -73,17 +75,23 @@ export default function LandingPage() { avatarsAnimation="slide-up" 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} /> @@ -100,36 +108,44 @@ export default function LandingPage() { title: "Spacious & Clean", description: "Well-maintained rooms with fresh linens, hot showers, and air conditioning for year-round comfort.", icon: Bed, 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, 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, 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, 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" + }, ], }, ]} @@ -152,36 +168,44 @@ export default function LandingPage() { 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/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"}, + 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/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"}, + 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/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"}, + 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/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"}, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior-modern-cafe-setting_23-2149170005.jpg", imageAlt: "Welcoming dining room interior" + }, ], }, ]} @@ -204,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, 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, 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, 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, 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" + }, ], }, ]} @@ -242,7 +274,8 @@ export default function LandingPage() { useInvertedBackground={false} 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" /> @@ -257,17 +290,23 @@ export default function LandingPage() { tagAnimation="slide-up" 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?_wi=2", 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" animationType="slide-up" @@ -279,15 +318,15 @@ export default function LandingPage() {
@@ -314,9 +353,11 @@ export default function LandingPage() { title: "Contact", items: [ { 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" + }, ], }, { -- 2.49.1