Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-16 12:35:05 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -9,8 +9,7 @@ const firaCode = Fira_Code({
}); });
export const metadata: Metadata = { 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, 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: {
openGraph: {
title: "Young Women Models Agency", description: "Premium modeling talent and professional representation.", siteName: "Young Women Agency", type: "website" title: "Young Women Models Agency", description: "Premium modeling talent and professional representation.", siteName: "Young Women Agency", type: "website"
}, },
twitter: { twitter: {

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
@@ -71,7 +71,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
products={[ 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" 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" 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={[ buttons={[
{ text: "View Full Roster", href: "#contact" } { text: "View Full Roster", href: "#contact" }
]} ]}
@@ -116,7 +116,7 @@ export default function LandingPage() {
tagIcon={Zap} tagIcon={Zap}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
negativeCard={{ negativeCard={{
items: [ items: [
"Limited career development support", "Inconsistent communication", "No exclusive opportunities", "Generic representation strategy" "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, 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" imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Green - Runway Model"
} }
] ]}
/> />
</div> </div>
@@ -173,7 +173,7 @@ export default function LandingPage() {
<ContactText <ContactText
text="Ready to launch or advance your modeling career? Connect with our team today to explore exclusive opportunities." text="Ready to launch or advance your modeling career? Connect with our team today to explore exclusive opportunities."
animationType="background-highlight" animationType="background-highlight"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Get in Touch", href: "mailto:info@youngwomen.agency" }, { text: "Get in Touch", href: "mailto:info@youngwomen.agency" },
{ text: "Schedule a Meeting", href: "#" } { text: "Schedule a Meeting", href: "#" }
@@ -213,7 +213,7 @@ export default function LandingPage() {
{ label: "LinkedIn", href: "#" } { label: "LinkedIn", href: "#" }
] ]
} }
] ]}
copyrightText="© 2025 Young Women Agency. All rights reserved." copyrightText="© 2025 Young Women Agency. All rights reserved."
/> />
</div> </div>