diff --git a/src/app/page.tsx b/src/app/page.tsx index e1e8ee1..fbc00b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Activity, Anchor, Car, Calendar, Flame, Fish, Hikers, Home, Leaf, MapPin, Mountain, Navigation, ShoppingBag, Sunset, Trees, Utensils, Waves, Zap } from 'lucide-react'; +import { Activity, Anchor, Car, Calendar, Flame, Fish, Mountain, Home, Leaf, MapPin, Navigation, ShoppingBag, Sunset, Trees, Utensils, Waves, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -55,7 +55,7 @@ export default function LandingPage() { { 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: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg", 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" } @@ -81,7 +81,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "cabin-1", name: "Pinewood Lodge", price: "$195/night", variant: "Sleeps 6 • 2 Bedrooms • Full Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg?_wi=2", imageAlt: "Pinewood Lodge cabin" + id: "cabin-1", name: "Pinewood Lodge", price: "$195/night", variant: "Sleeps 6 • 2 Bedrooms • Full Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg", imageAlt: "Pinewood Lodge cabin" }, { id: "cabin-2", name: "Lakefront Retreat", price: "$225/night", variant: "Sleeps 4 • 1 Bedroom • Waterfront Deck", imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg", imageAlt: "Lakefront Retreat cabin" @@ -168,7 +168,7 @@ export default function LandingPage() { { icon: Utensils, title: "Local Dining", description: "Farm-to-table restaurants, casual lakefront eateries, and charming cafes within 5-15 minutes." }, { icon: ShoppingBag, title: "Local Shops", description: "Rangeley village offers gift shops, outfitters, galleries, and local markets for supplies." }, { icon: Calendar, title: "Year-Round Fun", description: "Summer water sports, fall foliage, winter skiing at nearby Saddleback Mountain, spring hiking." }, - { icon: Hikers, title: "Hiking Trails", description: "Direct access to trails including Bald Mountain, Rangeley Lake Trail, and wilderness preserves." } + { icon: Mountain, title: "Hiking Trails", description: "Direct access to trails including Bald Mountain, Rangeley Lake Trail, and wilderness preserves." } ]} />