diff --git a/src/app/page.tsx b/src/app/page.tsx index dda301d..d6e9abd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { tagIcon={Calendar} features={[ { - title: "Saturday Night Live Band", description: "Local country bands perform classic hits and crowd favorites every Saturday night.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498419.jpg", imageAlt: "Live band performing at saloon", buttonIcon: Music, + title: "Saturday Night Live Band", description: "Local country bands perform classic hits and crowd favorites every Saturday night.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498419.jpg?_wi=1", imageAlt: "Live band performing at saloon", buttonIcon: Music, buttonHref: "#" }, { @@ -102,7 +102,7 @@ export default function LandingPage() { buttonHref: "#" }, { - title: "Social Hour & Gathering", description: "Join friends old and new for quality time and genuine western hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", imageAlt: "Saloon gathering crowd", buttonIcon: Users, + title: "Social Hour & Gathering", description: "Join friends old and new for quality time and genuine western hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=1", imageAlt: "Saloon gathering crowd", buttonIcon: Users, buttonHref: "#" }, { @@ -110,11 +110,11 @@ export default function LandingPage() { buttonHref: "#" }, { - title: "Special Themed Nights", description: "From retro country to western wear contests, there's always something special.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498419.jpg", imageAlt: "Themed party night", buttonIcon: Star, + title: "Special Themed Nights", description: "From retro country to western wear contests, there's always something special.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498419.jpg?_wi=2", imageAlt: "Themed party night", buttonIcon: Star, buttonHref: "#" }, { - title: "Private Event Space", description: "Host your celebration in our rustic rooms designed for unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", imageAlt: "Private saloon event space", buttonIcon: Building2, + title: "Private Event Space", description: "Host your celebration in our rustic rooms designed for unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=2", imageAlt: "Private saloon event space", buttonIcon: Building2, buttonHref: "#" } ]}