From 16302f082bb38442088dcb3df408f64dfe8730c3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 11:11:21 +0000 Subject: [PATCH] Bob AI: Update the text content across the page (specifically the contact, experience/am --- src/pages/HomePage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ad4ae82..5f616e4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -76,12 +76,12 @@ export default function HomePage() { description="We curate unique experiences to help you explore the local culture and landscapes near Mathudi." items={[ { title: "Nature Walks", description: "Guided trails through local greenery.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/hiking-trail-bavarian-alps-spring_181624-27581.jpg" }, - { title: "Cultural Tours", description: "Visit historical landmarks nearby.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-tourist-map-old-town_1150-15009.jpg" }, - { title: "Local Dining", description: "Taste the best regional cuisine.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" }, - { title: "Sunset Vistas", description: "Experience breathtaking evening views.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sequoia-national-park-sunset-with-mountain-ridge_649448-2576.jpg" }, - { title: "Photography Spot", description: "Capture stunning moments in nature.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-mountains-reflect-lake_1304-5333.jpg" }, - { title: "Bird Watching", description: "Discover local avian life.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/civilian-search-party-beginning-manhunt-within-forest-area_482257-89223.jpg" }, - { title: "Picnic Areas", description: "Relax in quiet outdoor spots.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/baked-bread-tray-with-basket-cloth_23-2147908078.jpg" } + { title: "Kid-Friendly Environment", description: "A safe and welcoming space for families with children.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-tourist-map-old-town_1150-15009.jpg" }, + { title: "Sightseeing", description: "Great location for visitors to explore the local area.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" }, + { title: "Recreation", description: "Plenty of activities to keep you entertained during your stay.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sequoia-national-park-sunset-with-mountain-ridge_649448-2576.jpg" }, + { title: "Easy to Get Around", description: "Conveniently located for easy transportation and access.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-mountains-reflect-lake_1304-5333.jpg" }, + { title: "Comfortable Rooms", description: "Relax in our well-appointed and cozy accommodations.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/civilian-search-party-beginning-manhunt-within-forest-area_482257-89223.jpg" }, + { title: "Great Food & Drink", description: "Enjoy delicious meals and refreshing beverages on-site.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/baked-bread-tray-with-basket-cloth_23-2147908078.jpg" } ]} /> @@ -90,7 +90,7 @@ export default function HomePage() {