Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-15 13:24:22 +00:00

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "Strains", id: "products" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
@@ -89,12 +89,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "f1", title: "Sun-Grown Quality", author: "Nature", description: "Grown under the natural warmth of the sun.", tags: ["Organic"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg" },
{ id: "f2", title: "Artisan Curing", author: "Craft", description: "Slow-cured for rich, complex flavors.", tags: ["Boho"], imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg" },
{ id: "f3", title: "Sustainable Practices", author: "Soil", description: "Supporting local agriculture and earth health.", tags: ["Sustainable"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg" },
{ id: "f1", title: "Sun-Grown Quality", author: "Nature", description: "Grown under the natural warmth of the sun.", tags: ["Organic", "Bohemian"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg" },
{ id: "f2", title: "Artisan Curing", author: "Craft", description: "Slow-cured for rich, complex flavors.", tags: ["Handcrafted", "Small-Batch"], imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg" },
{ id: "f3", title: "Sustainable Practices", author: "Soil", description: "Supporting local agriculture and earth health.", tags: ["Earth-Conscious", "Organic"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg" },
]}
title="Natural Perfection"
description="Tradition meets mindful wellness."
description="Tradition meets mindful wellness with a free-spirited, earthy aesthetic."
/>
</div>
@@ -105,19 +105,19 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "100%", description: "Naturally Derived" },
{ id: "m2", value: "Eco", description: "Packaging" },
{ id: "m3", value: "Local", description: "Sourcing" },
{ id: "m1", value: "100%", description: "Organically Sourced" },
{ id: "m2", value: "Eco-Luxe", description: "Sustainable Packaging" },
{ id: "m3", value: "Local", description: "Community First" },
]}
title="Impact Stats"
description="Cultivating a greener community."
title="Growth & Impact"
description="Cultivating a greener, more mindful community."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Truly grounded, artisanal quality. The Sun Valley Bloom strain feels like a breath of fresh air."
testimonial="The bohemian vibe of these products perfectly matches their natural quality. Absolutely grounded and relaxing."
rating={5}
author="River Soul"
avatars={[
@@ -133,11 +133,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Are your methods organic?", content: "Yes, we prioritize sun-grown, chemical-free cultivation practices." },
{ id: "q2", title: "Do you ship locally?", content: "We support local community delivery services." },
{ id: "q1", title: "What makes your strains bohemian?", content: "We source from small-batch growers who respect nature's rhythms, ensuring every strain is organic and pure." },
{ id: "q2", title: "Are your practices sustainable?", content: "Yes, we minimize waste and focus on low-impact, traditional cultivation methods that honor the soil." },
]}
title="Frequently Asked"
description="Questions about our nature-first approach."
title="Questions & Roots"
description="Learn more about our nature-first, bohemian approach."
faqsAnimation="blur-reveal"
/>
</div>
@@ -146,8 +146,8 @@ export default function LandingPage() {
<ContactCenter
tag="Connect"
title="Visit Our Community Studio"
description="Find us in the heart of the valley. We offer consultations in a cozy, welcoming space."
background={{ variant: "plain" }}
description="Find us in the heart of the valley. We offer consultations in a cozy, welcoming space designed for relaxation."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your email here"
/>
@@ -157,11 +157,11 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="JS RUS"
columns={[
{ title: "Shop", items: [{ label: "Strains", href: "#" }, { label: "Edibles", href: "#" }] },
{ title: "Info", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
{ title: "Legal", items: [{ label: "Compliance", href: "#" }, { label: "Privacy", href: "#" }] }
{ title: "Our Collections", items: [{ label: "Sun Strains", href: "#" }, { label: "Earth Edibles", href: "#" }] },
{ title: "Journey", items: [{ label: "Our Roots", href: "#" }, { label: "Find Studio", href: "#" }] },
{ title: "Policy", items: [{ label: "Compliance", href: "#" }, { label: "Privacy", href: "#" }] }
]}
copyrightText="© 2025 JS RUS - Living in Harmony."
copyrightText="© 2025 JS RUS - Cultivated in Harmony."
/>
</div>
</ReactLenis>