Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-15 12:08:15 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ export default function HomePage() {
tag="Welcome to BookHub"
tagIcon={MapPin}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
rating={4.8}
ratingText="Trusted by 5,000+ hosts and service providers"
buttons={[
@@ -95,7 +95,7 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
imageAlt: "Beautiful event space with elegant setup",
},
{
@@ -125,7 +125,7 @@ export default function HomePage() {
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?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg",
imageAlt: "Modern conference room with professional setup",
},
{
@@ -133,7 +133,7 @@ export default function HomePage() {
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?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg",
imageAlt: "Beautiful garden venue with floral arrangements",
},
{
@@ -141,7 +141,7 @@ export default function HomePage() {
name: "Creative Studio",
price: "$120/hour",
variant: "Photography Ready",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg",
imageAlt: "Professional photography studio with lighting",
},
{
@@ -149,7 +149,7 @@ export default function HomePage() {
name: "Luxury Ballroom",
price: "$300/hour",
variant: "Premium Venue",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg",
imageAlt: "Luxury ballroom with elegant chandeliers",
},
]}
@@ -174,7 +174,7 @@ export default function HomePage() {
name: "Professional Photographer",
price: "$75/hour",
variant: "Events & Portraits",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg",
imageAlt: "Professional photographer with camera",
},
{
@@ -182,7 +182,7 @@ export default function HomePage() {
name: "Event Chef",
price: "$85/hour",
variant: "Multi-cuisine",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg",
imageAlt: "Professional chef preparing food",
},
{
@@ -190,7 +190,7 @@ export default function HomePage() {
name: "Party Decorator",
price: "$60/hour",
variant: "Theme Design",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg",
imageAlt: "Professional decorator arranging flowers",
},
{
@@ -198,7 +198,7 @@ export default function HomePage() {
name: "DJ & Sound Engineer",
price: "$100/hour",
variant: "Professional Equipment",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg",
imageAlt: "Professional DJ at turntables",
},
]}
@@ -409,7 +409,7 @@ export default function HomePage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
metrics={[

View File

@@ -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",
},
]}