Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 13:12:57 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Strains",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Strains", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="JS RUS"
/>
@@ -54,62 +42,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Welcome to JS RUS: Your Galactic Dispensary"
description="Explore hyperrealistic strain collections suspended in deep-space luxury. Premium cannabis reimagined through cutting-edge 3D immersion."
buttons={[
{
text: "Enter the Nebula",
href: "#products",
},
]}
buttons={[{ text: "Enter the Nebula", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-101257.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nighttime_23-2149005427.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/african-american-man-with-face-painting-wearing-sunglasses_23-2148932849.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-cute-girl-looking-away_23-2148311241.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/pensive-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-3675.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing-studio_23-2149445849.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nighttime_23-2149005427.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/african-american-man-with-face-painting-wearing-sunglasses_23-2148932849.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-cute-girl-looking-away_23-2148311241.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/pensive-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-3675.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing-studio_23-2149445849.jpg", alt: "User 5" },
]}
avatarText="Join 15k+ galactic explorers"
marqueeItems={[
{
type: "text",
text: "Nebula-Grade Quality",
},
{
type: "text",
text: "Zero-Gravity Cured",
},
{
type: "text",
text: "Ray-Traced Terpenes",
},
{
type: "text",
text: "Bioluminescent Growth",
},
{
type: "text",
text: "Outer Rim Shipping",
},
{ type: "text", text: "Nebula-Grade Quality" },
{ type: "text", text: "Zero-Gravity Cured" },
{ type: "text", text: "Ray-Traced Terpenes" },
{ type: "text", text: "Bioluminescent Growth" },
{ type: "text", text: "Outer Rim Shipping" },
]}
/>
</div>
@@ -118,15 +69,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Future of Galactic Wellness",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/surreal-neon-tropical-flowers_23-2151665772.jpg",
alt: "Dispensary Tech",
},
{ type: "text", content: "The Future of Galactic Wellness" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/surreal-neon-tropical-flowers_23-2151665772.jpg", alt: "Dispensary Tech" },
]}
/>
</div>
@@ -138,48 +82,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Sunset Nebula",
price: "$99",
variant: "Flower",
imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013547.jpg",
},
{
id: "p2",
name: "Diesel Cheese",
price: "$85",
variant: "Flower",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg",
},
{
id: "p3",
name: "Skunk Drift",
price: "$70",
variant: "Flower",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336278.jpg",
},
{
id: "p4",
name: "Nebula Muffin",
price: "$45",
variant: "Edible",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fantasy-surreal-street-food_23-2151568908.jpg",
},
{
id: "p5",
name: "Cosmic Popcorn",
price: "$30",
variant: "Edible",
imageSrc: "http://img.b2bpic.net/free-photo/3d-green-moss-abstract-shape_23-2151382301.jpg",
},
{
id: "p6",
name: "Galaxy Cookie",
price: "$25",
variant: "Edible",
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-marijuana-plant-leaves-with-vibrant-green-colors_23-2151299871.jpg",
},
{ id: "p1", name: "Sunset Nebula", price: "$99", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013547.jpg" },
{ id: "p2", name: "Diesel Cheese", price: "$85", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg" },
{ id: "p3", name: "Skunk Drift", price: "$70", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336278.jpg" },
{ id: "p4", name: "Nebula Muffin", price: "$45", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fantasy-surreal-street-food_23-2151568908.jpg" },
{ id: "p5", name: "Cosmic Popcorn", price: "$30", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/3d-green-moss-abstract-shape_23-2151382301.jpg" },
{ id: "p6", name: "Galaxy Cookie", price: "$25", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-marijuana-plant-leaves-with-vibrant-green-colors_23-2151299871.jpg" },
]}
title="Stellar Strains"
description="Our curated collection of deep-space luxury strains."
@@ -188,39 +96,13 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Ray-Traced Terpenes",
author: "Lab",
description: "Molecularly engineered flavor profiles.",
tags: [
"HighTech",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg",
},
{
id: "f2",
title: "Zero-Gravity Curing",
author: "Process",
description: "Perfect consistency in every batch.",
tags: [
"SpaceTech",
],
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg",
},
{
id: "f3",
title: "Bioluminescent Growth",
author: "Cultivation",
description: "Naturally glowing, potent harvest.",
tags: [
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg",
},
{ id: "f1", title: "Ray-Traced Terpenes", author: "Lab", description: "Molecularly engineered flavor profiles.", tags: ["HighTech"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg" },
{ id: "f2", title: "Zero-Gravity Curing", author: "Process", description: "Perfect consistency in every batch.", tags: ["SpaceTech"], imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg" },
{ id: "f3", title: "Bioluminescent Growth", author: "Cultivation", description: "Naturally glowing, potent harvest.", tags: ["Organic"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg" },
]}
title="Galactic Precision"
description="Technological excellence in every product."
@@ -234,21 +116,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
description: "Purity Rating",
},
{
id: "m2",
value: "24/7",
description: "Nebula Access",
},
{
id: "m3",
value: "15k+",
description: "Galactic Fans",
},
{ id: "m1", value: "100%", description: "Purity Rating" },
{ id: "m2", value: "24/7", description: "Nebula Access" },
{ id: "m3", value: "15k+", description: "Galactic Fans" },
]}
title="Dispensary Stats"
description="Numbers from the outer rim."
@@ -262,26 +132,11 @@ export default function LandingPage() {
rating={5}
author="Commander X"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-cute-guy-carnival_23-2148311247.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/abstract-vaporwave-portrait-woman_23-2148950775.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/fashionable-trendy-man-is-posing-photographer-unusual-background-photo-studio_613910-13110.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-architectural-building-structure-world-trade-center-oculus-new-york_181624-2336.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-cute-guy-carnival_23-2148311247.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/abstract-vaporwave-portrait-woman_23-2148950775.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/fashionable-trendy-man-is-posing-photographer-unusual-background-photo-studio_613910-13110.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-architectural-building-structure-world-trade-center-oculus-new-york_181624-2336.jpg", alt: "User 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -293,21 +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." },
{ 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." },
]}
title="Frequently Asked Questions"
description="Answers for our galactic patrons."
@@ -318,17 +161,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Request Neural Link Access"
description="Connect with our dispensary for exclusive releases."
buttons={[
{
text: "Connect Now",
},
]}
buttons={[{ text: "Connect Now" }]}
/>
</div>