Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 13:16:59 +00:00

View File

@@ -148,9 +148,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Are products legal?", content: "All products comply with local cannabis regulations in legal jurisdictions." },
{ id: "q2", title: "Do you deliver to space?", content: "Our drones cover the entire inner rim." },
{ id: "q3", title: "How to scan cubes?", content: "Use your neural interface or standard camera." },
{ id: "q1", title: "Are products legal?", content: "All products comply with local cannabis regulations in legal jurisdictions. License: #CAN-GAL-9988." },
{ id: "q2", title: "Do you deliver to space?", content: "Our drones cover the entire inner rim. Verification required upon delivery." },
{ id: "q3", title: "How to scan cubes?", content: "Use your neural interface or standard camera for authentication." },
]}
title="Frequently Asked Questions"
description="Answers for our galactic patrons."
@@ -163,16 +163,16 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Request Neural Link Access"
description="Connect with our dispensary for exclusive releases."
buttons={[{ text: "Connect Now" }]}
title="Contact Our Dispensary HQ"
description="Visit us at Sector 7, Nebula Base. Our team is available 24/7 for consultations and secure pickups. Contact us at hello@jsrus.galactic or call 0800-NEBULA."
buttons={[{ text: "Contact Support" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="JS RUS"
copyrightText="© 2025 JS RUS Galactic Dispensary"
copyrightText="© 2025 JS RUS Galactic Dispensary. All rights reserved. 18+ Only. License #CAN-GAL-9988 Compliance Certified."
/>
</div>
</ReactLenis>