24 Commits

Author SHA1 Message Date
6707cd8797 Merge version_12 into main
Merge version_12 into main
2026-04-28 15:57:00 +00:00
8bdd11cae2 Update theme colors 2026-04-28 15:56:57 +00:00
016ab3fbfe Merge version_11 into main
Merge version_11 into main
2026-04-28 15:56:25 +00:00
65a9b4da75 Update theme colors 2026-04-28 15:56:22 +00:00
e77d636ab8 Merge version_10 into main
Merge version_10 into main
2026-04-28 15:53:26 +00:00
13541f08bd Update theme colors 2026-04-28 15:53:23 +00:00
b52f88aa5c Merge version_9 into main
Merge version_9 into main
2026-04-28 15:53:20 +00:00
7c46ce1427 Update theme colors 2026-04-28 15:53:17 +00:00
5f997232d8 Merge version_8 into main
Merge version_8 into main
2026-04-28 15:52:58 +00:00
a1434cd00b Update theme colors 2026-04-28 15:52:55 +00:00
aede81524c Merge version_7 into main
Merge version_7 into main
2026-04-28 15:52:54 +00:00
669b0d8507 Update theme colors 2026-04-28 15:52:51 +00:00
2e97f1af36 Merge version_6 into main
Merge version_6 into main
2026-04-28 15:52:51 +00:00
0338484bea Update theme colors 2026-04-28 15:52:48 +00:00
d23bd5ef41 Merge version_5 into main
Merge version_5 into main
2026-04-28 15:52:45 +00:00
26c2adc899 Update theme colors 2026-04-28 15:52:42 +00:00
3b8acdcffe Merge version_4 into main
Merge version_4 into main
2026-04-28 15:52:37 +00:00
85f99b150b Update theme colors 2026-04-28 15:52:31 +00:00
03cc7a4368 Merge version_3 into main
Merge version_3 into main
2026-04-28 15:52:23 +00:00
3b71740345 Update theme colors 2026-04-28 15:52:20 +00:00
3e579a74fa Merge version_2 into main
Merge version_2 into main
2026-04-28 15:49:44 +00:00
bb99defc45 Update src/app/page.tsx 2026-04-28 15:49:41 +00:00
65edd138c1 Merge version_1 into main
Merge version_1 into main
2026-04-28 15:46:32 +00:00
b81ed53c46 Merge version_1 into main
Merge version_1 into main
2026-04-28 15:46:05 +00:00
2 changed files with 14 additions and 22 deletions

View File

@@ -143,8 +143,8 @@ export default function LandingPage() {
useInvertedBackground={false}
names={[
"Rev'it", "Alpinestars", "GoPro", "Cardo", "Yamaha", "Michelin", "Quadlock"]}
title="Collaborations"
description="Proudly working with top-tier brands in the industry."
title="Gear & Partners"
description="Equipped by the best in the industry to keep the ride safe and smooth."
/>
</div>
@@ -166,15 +166,9 @@ export default function LandingPage() {
featuresTitle: "Includes:", features: [
"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"
description="Collaborate with Souki Verce to reach an adventurous audience."
title="Services"
description="Photography sessions and content creation services for motor enthusiasts."
/>
</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: "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."},
]}
@@ -199,7 +193,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
text="Ready to ride? Let's connect."
text="Ready to collaborate? Let's get in touch."
buttons={[
{
text: "Email Me", href: "mailto:contact@soukiverce.com"},
@@ -226,8 +220,6 @@ export default function LandingPage() {
label: "Instagram", href: "#"},
{
label: "YouTube", href: "#"},
{
label: "Twitter", href: "#"},
],
},
{
@@ -245,4 +237,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #E34400;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #E34400;
--background-accent: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);