Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 669b0d8507 | |||
| 0338484bea | |||
| 26c2adc899 | |||
| 85f99b150b | |||
| 3b71740345 | |||
| bb99defc45 | |||
| 65edd138c1 | |||
| b81ed53c46 |
@@ -143,8 +143,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Rev'it", "Alpinestars", "GoPro", "Cardo", "Yamaha", "Michelin", "Quadlock"]}
|
"Rev'it", "Alpinestars", "GoPro", "Cardo", "Yamaha", "Michelin", "Quadlock"]}
|
||||||
title="Collaborations"
|
title="Gear & Partners"
|
||||||
description="Proudly working with top-tier brands in the industry."
|
description="Equipped by the best in the industry to keep the ride safe and smooth."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -166,15 +166,9 @@ export default function LandingPage() {
|
|||||||
featuresTitle: "Includes:", features: [
|
featuresTitle: "Includes:", features: [
|
||||||
"Dedicated section", "Link in desc", "Social sharing"],
|
"Dedicated section", "Link in desc", "Social sharing"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "3", tag: "Gold", price: "Series", period: "/campaign", description: "Full Campaign Partnership", button: {
|
|
||||||
text: "Contact"},
|
|
||||||
featuresTitle: "Includes:", features: [
|
|
||||||
"Multiple videos", "Custom content", "Usage rights"],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Brand Deals"
|
title="Services"
|
||||||
description="Collaborate with Souki Verce to reach an adventurous audience."
|
description="Photography sessions and content creation services for motor enthusiasts."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -185,7 +179,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1", title: "What bike do you ride?", content: "I currently ride a Yamaha MT-07 for city and an adventure spec model for long hauls."},
|
id: "1", title: "What bike do you ride?", content: "I currently ride a Yamaha MT-07 for city and an adventure spec model for long hauls."},
|
||||||
{
|
{
|
||||||
id: "2", title: "How can I collaborate?", content: "Drop me an email at contact@soukiverce.com for any brand queries."},
|
id: "2", title: "How can I hire your services?", content: "Drop me an email at contact@soukiverce.com for inquiries regarding photography or content creation."},
|
||||||
{
|
{
|
||||||
id: "3", title: "Do you offer prints?", content: "Yes, high-quality prints are available via my photography section link."},
|
id: "3", title: "Do you offer prints?", content: "Yes, high-quality prints are available via my photography section link."},
|
||||||
]}
|
]}
|
||||||
@@ -199,7 +193,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
text="Ready to ride? Let's connect."
|
text="Ready to collaborate? Let's get in touch."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Email Me", href: "mailto:contact@soukiverce.com"},
|
text: "Email Me", href: "mailto:contact@soukiverce.com"},
|
||||||
@@ -226,8 +220,6 @@ export default function LandingPage() {
|
|||||||
label: "Instagram", href: "#"},
|
label: "Instagram", href: "#"},
|
||||||
{
|
{
|
||||||
label: "YouTube", href: "#"},
|
label: "YouTube", href: "#"},
|
||||||
{
|
|
||||||
label: "Twitter", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -245,4 +237,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #ffffff;
|
||||||
--card: #1a1a1a;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #120a00e6;
|
||||||
--primary-cta: #E34400;
|
--primary-cta: #FF7B05;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #120a00e6;
|
||||||
--accent: #E34400;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #1a1a1a;
|
--background-accent: #FF7B05;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user