diff --git a/src/app/page.tsx b/src/app/page.tsx index 7986df3..d65046c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} />