From bb99defc454e79a898ee6c19d7509c85b582073d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:49:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ad68f..30f8587 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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." /> @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1