Update src/app/spots/page.tsx

This commit is contained in:
2026-03-15 12:07:49 +00:00
parent e2d9cb01b1
commit e80a145ded

View File

@@ -92,7 +92,7 @@ export default function SpotsPage() {
name: "Modern Conference Hall",
price: "$150/hour",
variant: "Downtown Location",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=2",
imageAlt: "Modern conference room with professional setup",
},
{
@@ -100,7 +100,7 @@ export default function SpotsPage() {
name: "Garden Event Venue",
price: "$200/hour",
variant: "Outdoor Space",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg?_wi=2",
imageAlt: "Beautiful garden venue with floral arrangements",
},
{
@@ -108,7 +108,7 @@ export default function SpotsPage() {
name: "Creative Studio",
price: "$120/hour",
variant: "Photography Ready",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg?_wi=2",
imageAlt: "Professional photography studio with lighting",
},
{
@@ -116,7 +116,7 @@ export default function SpotsPage() {
name: "Luxury Ballroom",
price: "$300/hour",
variant: "Premium Venue",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg?_wi=2",
imageAlt: "Luxury ballroom with elegant chandeliers",
},
]}
@@ -154,7 +154,7 @@ export default function SpotsPage() {
name: "Executive Penthouse",
price: "$250/hour",
variant: "Skyline View",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=3",
imageAlt: "Executive penthouse with skyline view",
},
{
@@ -162,7 +162,7 @@ export default function SpotsPage() {
name: "Beachfront Pavilion",
price: "$180/hour",
variant: "Ocean View",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg?_wi=3",
imageAlt: "Beachfront pavilion with ocean views",
},
{
@@ -170,7 +170,7 @@ export default function SpotsPage() {
name: "Rustic Barn Venue",
price: "$140/hour",
variant: "Countryside",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg?_wi=3",
imageAlt: "Rustic barn venue in countryside",
},
{
@@ -178,7 +178,7 @@ export default function SpotsPage() {
name: "Urban Loft Space",
price: "$130/hour",
variant: "Industrial Chic",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg?_wi=3",
imageAlt: "Urban loft with industrial design",
},
]}