From 4f9df3f7c184e3f093810cebe1fdbc3b9cbc7f96 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 12:34:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 87d9e1b..9746494 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,8 +9,7 @@ const firaCode = Fira_Code({ }); export const metadata: Metadata = { - title: "Young Women Models Agency | Premium Talent Representation", description: "Discover elite modeling talent with Young Women Agency. Professional representation for runway, editorial, and commercial opportunities.", keywords: "modeling agency, talent representation, fashion models, model booking, professional models", metadataBase: undefined, - openGraph: { + title: "Young Women Models Agency | Premium Talent Representation", description: "Discover elite modeling talent with Young Women Agency. Professional representation for runway, editorial, and commercial opportunities.", keywords: "modeling agency, talent representation, fashion models, model booking, professional models", openGraph: { title: "Young Women Models Agency", description: "Premium modeling talent and professional representation.", siteName: "Young Women Agency", type: "website" }, twitter: { From 09f9af44c82b26791a9f8c1b702164aae49ccb8b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 12:35:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e959e..12f20ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; @@ -71,7 +71,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" products={[ { id: "model-1", name: "Sophia Laurent", price: "Runway", variant: "Fashion Model • 5'10\"", imageSrc: "https://img.b2bpic.net/free-photo/beauty-young-woman-wears-white-shirt-portrait_633478-1300.jpg", imageAlt: "Sophia Laurent - Fashion Model" @@ -85,7 +85,7 @@ export default function LandingPage() { { id: "model-4", name: "Isabella Santos", price: "Lookbook", variant: "Rising Talent • 5'9\"", imageSrc: "https://img.b2bpic.net/free-photo/indoor-shot-lovely-woman-black-posing-camera_291650-662.jpg", imageAlt: "Isabella Santos - Emerging Model" } - ] + ]} buttons={[ { text: "View Full Roster", href: "#contact" } ]} @@ -116,7 +116,7 @@ export default function LandingPage() { tagIcon={Zap} textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" negativeCard={{ items: [ "Limited career development support", "Inconsistent communication", "No exclusive opportunities", "Generic representation strategy" @@ -165,7 +165,7 @@ export default function LandingPage() { id: "6", name: "Rachel Green", role: "Runway Model", company: "Elite Talent", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Green - Runway Model" } - ] + ]} /> @@ -173,7 +173,7 @@ export default function LandingPage() {