Update src/app/page.tsx
This commit is contained in:
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" style={{ backgroundColor: "#ff8c42" }}>
|
||||
<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">
|
||||
<div id="about" data-section="about" style={{ backgroundColor: "#15ad59" }}>
|
||||
<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">
|
||||
<div id="portfolio" data-section="portfolio" style={{ backgroundColor: "#ff8c42" }}>
|
||||
<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">
|
||||
<div id="services" data-section="services" style={{ backgroundColor: "#15ad59" }}>
|
||||
<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">
|
||||
<div id="team" data-section="team" style={{ backgroundColor: "#ff8c42" }}>
|
||||
<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">
|
||||
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "#15ad59" }}>
|
||||
<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">
|
||||
<div id="contact" data-section="contact" style={{ backgroundColor: "#ff8c42" }}>
|
||||
<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">
|
||||
<div id="footer" data-section="footer" style={{ backgroundColor: "#15ad59" }}>
|
||||
<FooterSocial
|
||||
logoText="Krasotka"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user