Update src/app/page.tsx

This commit is contained in:
2026-03-10 12:03:45 +00:00
parent 9cd3749c6a
commit 044f900c5a

View File

@@ -54,10 +54,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg?_wi=1", imageAlt: "Professional model portrait"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg", imageAlt: "Professional model portrait"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg?_wi=1", imageAlt: "Fashion model showcase"
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", imageAlt: "Fashion model showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-casual-young-man-studio-shot_613910-10656.jpg", imageAlt: "Male model professional photo"
@@ -131,10 +131,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "15+", title: "Years Experience", description: "Building careers in the modeling industry", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg?_wi=2", imageAlt: "Professional modeling experience"
id: "1", value: "15+", title: "Years Experience", description: "Building careers in the modeling industry", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg", imageAlt: "Professional modeling experience"
},
{
id: "2", value: "95%", title: "Client Satisfaction", description: "Brands love working with our talent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg?_wi=2", imageAlt: "Successful client partnerships"
id: "2", value: "95%", title: "Client Satisfaction", description: "Brands love working with our talent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", imageAlt: "Successful client partnerships"
}
]}
animationType="slide-up"
@@ -182,6 +182,7 @@ export default function LandingPage() {
tag="Featured With"
tagIcon={CheckCircle}
tagAnimation="slide-up"
names={["Premium Fashion", "Elite Style", "Luxury Brands", "Creative Studios", "Fashion Forward", "Brand Elite", "Style Icons"]}
logos={[
"http://img.b2bpic.net/free-vector/letter-w-logo-ring-wedding-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1313.jpg", "http://img.b2bpic.net/free-vector/golden-elegant-logo-template_1195-1.jpg", "http://img.b2bpic.net/free-psd/vintage-fashion-collection-landing-page-template_23-2149965474.jpg", "http://img.b2bpic.net/free-psd/candle-label-template-design_23-2151987807.jpg", "http://img.b2bpic.net/free-vector/geometrical-charity-logo_1025-698.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-corporate-identity-design_53876-114664.jpg", "http://img.b2bpic.net/free-vector/photography-logo-with-side-view_23-2147822114.jpg"
]}