Merge version_1 into main #1
@@ -101,7 +101,7 @@ export default function AboutPage() {
|
||||
title: "Empower Creators",
|
||||
description:
|
||||
"We believe every talented photographer and videographer deserves to build a profitable luxury business without underpricing their craft.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg?_wi=2",
|
||||
imageAlt: "empowerment and business growth",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
title: "Premium Positioning",
|
||||
description:
|
||||
"We teach the principles of premium positioning and luxury branding that attract high-end clients and command premium rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg?_wi=2",
|
||||
imageAlt: "premium business collaboration",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function AboutPage() {
|
||||
title: "Community Support",
|
||||
description:
|
||||
"Our thriving community of 10,000+ members provides ongoing support, accountability, and inspiration on your journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg?_wi=2",
|
||||
imageAlt: "community and teamwork",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,44 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Wedding Profit Academy - Luxury Photography & Videography Coaching",
|
||||
description: "Master luxury wedding photography and videography business. Learn premium positioning, pricing strategies, and proven systems to build a six-figure photography business.",
|
||||
keywords: "wedding photography coaching, luxury photography business, videography training, photography pricing strategy, wedding photographer education",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Wedding Profit Academy - Transform Your Photography Business",
|
||||
description: "Join 10,000+ luxury wedding photographers and videographers building six-figure businesses. Premium coaching, proven systems, and community support.",
|
||||
type: "website",
|
||||
siteName: "Wedding Profit Academy",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +47,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +61,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -126,28 +126,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Premium Positioning Mastery",
|
||||
description: "Learn how to position yourself as a luxury brand and attract high-end clients willing to pay premium rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg?_wi=1",
|
||||
imageAlt: "luxury brand positioning business success",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Pricing Strategy & Psychology",
|
||||
description: "Master the psychology of premium pricing and implement systems that command luxury market rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg?_wi=1",
|
||||
imageAlt: "business pricing strategy financial planning",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Portfolio Development",
|
||||
description: "Build a portfolio that showcases your best work and attracts the ideal high-budget wedding clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scrapbook-with-photos_23-2149600163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scrapbook-with-photos_23-2149600163.jpg?_wi=1",
|
||||
imageAlt: "professional photography portfolio display",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Sales & Client Consultation",
|
||||
description: "Close more premium bookings with our proven consultation and closing techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg?_wi=1",
|
||||
imageAlt: "sales consultation meeting professional",
|
||||
},
|
||||
]}
|
||||
@@ -348,7 +348,7 @@ export default function HomePage() {
|
||||
content: "Yes, you can cancel your membership at any time. There are no long-term contracts or hidden fees. Just cancel from your account dashboard.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg?_wi=1"
|
||||
imageAlt="business team meeting discussion brainstorm"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
|
||||
@@ -186,7 +186,7 @@ export default function PricingPage() {
|
||||
content: "Yes, you can cancel your membership at any time. There are no long-term contracts or hidden fees. Just cancel from your account dashboard.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg?_wi=2"
|
||||
imageAlt="business team meeting discussion brainstorm"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
|
||||
@@ -85,28 +85,28 @@ export default function ProgramsPage() {
|
||||
id: 1,
|
||||
title: "Premium Positioning Mastery",
|
||||
description: "Learn how to position yourself as a luxury brand and attract high-end clients willing to pay premium rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg?_wi=3",
|
||||
imageAlt: "luxury brand positioning business success",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Pricing Strategy & Psychology",
|
||||
description: "Master the psychology of premium pricing and implement systems that command luxury market rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip_23-2149048021.jpg?_wi=3",
|
||||
imageAlt: "business pricing strategy financial planning",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Portfolio Development",
|
||||
description: "Build a portfolio that showcases your best work and attracts the ideal high-budget wedding clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scrapbook-with-photos_23-2149600163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scrapbook-with-photos_23-2149600163.jpg?_wi=2",
|
||||
imageAlt: "professional photography portfolio display",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Sales & Client Consultation",
|
||||
description: "Close more premium bookings with our proven consultation and closing techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg?_wi=3",
|
||||
imageAlt: "sales consultation meeting professional",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user