Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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, Paw, DollarSign, MapPin, Utensils, Compass, Route, Binoculars, Power, CheckCircle, Sparkles } from "lucide-react";
|
||||
import { Home, Bed, DollarSign, MapPin, Utensils, Compass, Route, Binoculars, Power, CheckCircle, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pet Friendly", description: "Traveling with your furry friend? We welcome pets in select rooms at no extra charge.", icon: Paw,
|
||||
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"},
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Affordable Rates", description: "Great value for the price with rates that won't break the budget during your journey.", icon: DollarSign,
|
||||
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"},
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Highway Convenient", description: "Easy access right off the highway — perfect for a quick rest without leaving the main route.", icon: MapPin,
|
||||
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"},
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
<div id="restaurant" data-section="restaurant">
|
||||
<TextAbout
|
||||
tag="On-Site Dining"
|
||||
tagIcon={Utensils}
|
||||
tagIcon={Compass}
|
||||
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."
|
||||
useInvertedBackground={false}
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Gateway to Quetico", description: "Perfect stop for visitors exploring Quetico Provincial Park — a world-renowned destination for paddling and nature.", icon: Compass,
|
||||
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"},
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Highway Convenience", description: "Located right on the main highway between Thunder Bay and Fort Frances — the ideal rest stop for travelers.", icon: Route,
|
||||
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"},
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Outdoor Access", description: "Perfect for hunters, anglers, and outdoor enthusiasts exploring Northwestern Ontario's natural beauty.", icon: Binoculars,
|
||||
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"},
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rest & Refuel", description: "Take a break, enjoy a meal, sleep well, and continue your journey refreshed and ready.", icon: Power,
|
||||
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"},
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
title="Why Stay With White Otter Inn"
|
||||
description="What makes us the smart choice for travelers passing through Atikokan"
|
||||
tag="Why Choose Us"
|
||||
tagIcon={CheckCircle}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCenter
|
||||
tag="Ready to Book?"
|
||||
tagIcon={Sparkles}
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
title="Need a Place to Stay in Atikokan Tonight?"
|
||||
description="Contact us to book a room, ask about our restaurant hours, or get directions. We're here to make your stay comfortable."
|
||||
|
||||
Reference in New Issue
Block a user