Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-10 14:40:51 +00:00
3 changed files with 45 additions and 17 deletions

View File

@@ -1,28 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_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 { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "PartyHost - Host & Discover Amazing Parties",
description: "PartyHost makes party hosting easy. Discover venues, manage guests, coordinate events, and celebrate together. Join 50K+ party organizers.",
keywords: "party hosting, event planning, venue booking, party management, event coordination, celebration platform",
metadataBase: new URL("https://partyhost.com"),
alternates: {
canonical: "https://partyhost.com",
},
openGraph: {
title: "PartyHost - Host & Discover Amazing Parties",
description: "PartyHost makes party hosting easy. Discover venues, manage guests, coordinate events, and celebrate together.",
type: "website",
siteName: "PartyHost",
url: "https://partyhost.com",
},
twitter: {
card: "summary_large_image",
title: "PartyHost - Host & Discover Amazing Parties",
description: "PartyHost makes party hosting easy. Discover venues, manage guests, coordinate events, and celebrate together.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -232,7 +232,7 @@ export default function HomePage() {
role: "Party Organizer",
company: "Beijing Social Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-middle-aged-asian-man_1262-1556.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-middle-aged-asian-man_1262-1556.jpg?_wi=1",
imageAlt: "professional man headshot portrait photo",
},
{
@@ -241,7 +241,7 @@ export default function HomePage() {
role: "Wedding Coordinator",
company: "Celebrate Events",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1",
imageAlt: "professional woman headshot portrait photo",
},
{
@@ -250,7 +250,7 @@ export default function HomePage() {
role: "Venue Owner",
company: "The Grand Ballroom",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1",
imageAlt: "professional man headshot portrait photo",
},
{
@@ -259,7 +259,7 @@ export default function HomePage() {
role: "Event Planner",
company: "Dreams & Celebrations",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg?_wi=1",
imageAlt: "professional woman headshot portrait photo",
},
]}

View File

@@ -146,7 +146,7 @@ export default function PricingPage() {
role: "Party Organizer",
company: "Beijing Social Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-middle-aged-asian-man_1262-1556.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-middle-aged-asian-man_1262-1556.jpg?_wi=2"
},
{
id: "2",
@@ -154,7 +154,7 @@ export default function PricingPage() {
role: "Wedding Coordinator",
company: "Celebrate Events",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2"
},
{
id: "3",
@@ -162,7 +162,7 @@ export default function PricingPage() {
role: "Venue Owner",
company: "The Grand Ballroom",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2"
},
{
id: "4",
@@ -170,7 +170,7 @@ export default function PricingPage() {
role: "Event Planner",
company: "Dreams & Celebrations",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg?_wi=2"
}
]}
kpiItems={[