From b0a4b95580b7da03e4160b3990e7e7b199cd27b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:39:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24b1bf5..22bc938 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, 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() {