|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
|
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero" style={{ backgroundColor: "#ff8c42" }}>
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardMetrics
|
|
|
|
|
title="Discover Exceptional Talent"
|
|
|
|
|
description="Krasotka is Russia's premier model agency, connecting visionary brands with extraordinary talent. Elevating careers and creating unforgettable moments."
|
|
|
|
|
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about" style={{ backgroundColor: "#15ad59" }}>
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Our Legacy"
|
|
|
|
|
title="We don't just represent models—we transform careers and create fashion history."
|
|
|
|
|
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="portfolio" data-section="portfolio" style={{ backgroundColor: "#ff8c42" }}>
|
|
|
|
|
<div id="portfolio" data-section="portfolio">
|
|
|
|
|
<FeatureCardFourteen
|
|
|
|
|
title="Featured Models"
|
|
|
|
|
description="Explore our exclusive roster of talented models available for bookings"
|
|
|
|
|
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services" style={{ backgroundColor: "#15ad59" }}>
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<ProductCardOne
|
|
|
|
|
title="Our Services"
|
|
|
|
|
description="Comprehensive talent management solutions for models and brands"
|
|
|
|
|
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="team" data-section="team" style={{ backgroundColor: "#ff8c42" }}>
|
|
|
|
|
<div id="team" data-section="team">
|
|
|
|
|
<TeamCardOne
|
|
|
|
|
title="Meet Our Team"
|
|
|
|
|
description="Industry veterans dedicated to advancing model careers and brand success"
|
|
|
|
|
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "#15ad59" }}>
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardThirteen
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
description="Hear from brands and models who've experienced Krasotka excellence"
|
|
|
|
|
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact" style={{ backgroundColor: "#ff8c42" }}>
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
title="Ready to Book or Join Krasotka?"
|
|
|
|
|
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer" style={{ backgroundColor: "#15ad59" }}>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSocial
|
|
|
|
|
logoText="Krasotka"
|
|
|
|
|
columns={[
|
|
|
|
|
|