Update src/app/spots/[id]/page.tsx
This commit is contained in:
@@ -81,7 +81,7 @@ export default function SpotDetailsPage() {
|
||||
tag="Premium Venue"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
rating={4.9}
|
||||
ratingText="Trusted by 500+ corporate clients"
|
||||
buttons={[
|
||||
@@ -91,11 +91,11 @@ export default function SpotDetailsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg",
|
||||
imageAlt: "modern conference room table chairs business",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
|
||||
imageAlt: "modern event venue elegant setup interior",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user