Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 077973f2ea | |||
| 0d9b268711 | |||
| fff05e2889 | |||
| d4fb6b9d4f | |||
| 2dc6a7ee5a |
@@ -7,7 +7,7 @@
|
||||
--background: #f8faff;;
|
||||
--card: #f0f4ff;;
|
||||
--foreground: #1a1a2e;;
|
||||
--primary-cta: #1cde5d;;
|
||||
--primary-cta: #ff8c42;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #d5c6ff;;
|
||||
--background-accent: #b394fa;;
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio" style={{ backgroundColor: "#1cde5d" }}>
|
||||
<div id="portfolio" data-section="portfolio" style={{ backgroundColor: "#a78bfa" }}>
|
||||
<ProductCardOne
|
||||
title="Featured Models"
|
||||
description="Explore our exclusive roster of talented professionals ready for your next project"
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team" style={{ backgroundColor: "#f5e6ff" }}>
|
||||
<div id="team" data-section="team" style={{ backgroundColor: "#e6d5ff" }}>
|
||||
<TeamCardTen
|
||||
title="Meet the Sosibiby Team"
|
||||
tag="Leadership"
|
||||
@@ -122,6 +122,12 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophia Petrov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704140616-gerpgiei.jpg", imageAlt: "Sophia Petrov, Booking Director"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Aisha Okonkwo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704139352-zzdkijiu.jpg", imageAlt: "Aisha Okonkwo, Marketing Director"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704139921-3qkxpvn3.jpg", imageAlt: "David Lee, Operations Manager"
|
||||
}
|
||||
]}
|
||||
memberVariant="default"
|
||||
@@ -159,7 +165,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" style={{ backgroundColor: "#fff5f0" }}>
|
||||
<div id="contact" data-section="contact" style={{ backgroundColor: "#ffe6d5" }}>
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Join the Sosibiby Family"
|
||||
|
||||
Reference in New Issue
Block a user