Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-15 12:07:54 +00:00
5 changed files with 70 additions and 31 deletions

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "BookHub - Book Spaces & Professional Services",
description: "Discover and book premium venues, event spaces, and talented service providers. Find photographers, chefs, decorators, and more for your perfect event.",
keywords: "booking marketplace, event spaces, professional services, venues for rent, event planning",
metadataBase: new URL("https://bookhub.com"),
alternates: {
canonical: "https://bookhub.com",
},
openGraph: {
title: "BookHub - Book Spaces & Professional Services",
description: "Discover and book premium venues and professional services",
url: "https://bookhub.com",
siteName: "BookHub",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
alt: "BookHub - Premium event spaces and services",
},
],
},
twitter: {
card: "summary_large_image",
title: "BookHub - Book Spaces & Professional Services",
description: "Discover and book premium venues and professional services",
images: ["http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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",
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-arrangement-with-roses_23-2150737383.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2150506091.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/white-chandelier_1339-6329.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg?_wi=1",
imageAlt: "Professional DJ at turntables",
},
]}

View File

@@ -92,7 +92,7 @@ export default function ServicesPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg?_wi=2",
imageAlt: "professional photographer taking photos client",
},
{
@@ -100,7 +100,7 @@ export default function ServicesPage() {
name: "Event Chef",
price: "$85/hour",
variant: "Multi-cuisine",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=2",
imageAlt: "professional chef cooking food kitchen",
},
{
@@ -108,7 +108,7 @@ export default function ServicesPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg?_wi=2",
imageAlt: "professional decorator arranging flowers event",
},
{
@@ -116,7 +116,7 @@ export default function ServicesPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg?_wi=2",
imageAlt: "professional DJ at turntables event",
},
]}

View File

@@ -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",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=4",
imageAlt: "modern conference room table chairs business",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=2",
imageAlt: "modern event venue elegant setup interior",
},
]}

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