6 Commits

Author SHA1 Message Date
568968b742 Merge version_4 into main
Merge version_4 into main
2026-04-15 20:05:13 +00:00
aa253746ce Update src/app/page.tsx 2026-04-15 20:05:10 +00:00
2f64f9a504 Merge version_3 into main
Merge version_3 into main
2026-04-15 20:02:10 +00:00
ccf65561ea Update src/app/page.tsx 2026-04-15 20:02:07 +00:00
d1b63027f3 Merge version_2 into main
Merge version_2 into main
2026-04-15 20:00:39 +00:00
637ac25289 Merge version_2 into main
Merge version_2 into main
2026-04-15 20:00:05 +00:00

View File

@@ -48,9 +48,9 @@ export default function LandingPage() {
tag="Luxury Dispensary • Oneonta, NY" tag="Luxury Dispensary • Oneonta, NY"
buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Plan Your Visit", href: "#contact" }]} buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Plan Your Visit", href: "#contact" }]}
mediaItems={[ mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hr3t8", imageAlt: "luxury dispensary interior" }, { imageSrc: "https://images.unsplash.com/photo-1627483298167-3a87cab66127?q=80&w=1200&h=800", imageAlt: "luxury dispensary interior" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gt6fk", imageAlt: "premium flower display" }, { imageSrc: "https://images.unsplash.com/photo-1596706927976-5998a1835700?q=80&w=1200&h=800", imageAlt: "premium flower display" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c42pm2", imageAlt: "artisanal packaging" } { imageSrc: "https://images.unsplash.com/photo-1616464917637-f4955b23d9b1?q=80&w=1200&h=800", imageAlt: "artisanal packaging" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -63,9 +63,9 @@ export default function LandingPage() {
title="Why MJs?" title="Why MJs?"
description="Quality that exceeds expectation with roots planted firmly in the Oneonta community." description="Quality that exceeds expectation with roots planted firmly in the Oneonta community."
features={[ features={[
{ title: "Boutique Flower", description: "Hand-selected small batches.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=llg3k8" }, { title: "Boutique Flower", description: "Hand-selected small batches.", imageSrc: "https://images.unsplash.com/photo-1603900252345-e11123924f3c?q=80&w=400&h=300" },
{ title: "Signature Pre-Rolls", description: "Perfectly rolled for convenience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q07g4a" }, { title: "Signature Pre-Rolls", description: "Perfectly rolled for convenience.", imageSrc: "https://images.unsplash.com/photo-1591561954555-673967a9607e?q=80&w=400&h=300" },
{ title: "Local Value", description: "Fair pricing for the community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=db2snu" } { title: "Local Value", description: "Fair pricing for the community.", imageSrc: "https://images.unsplash.com/photo-1616464917637-f4955b23d9b1?q=80&w=400&h=300" }
]} ]}
/> />
</div> </div>
@@ -74,7 +74,7 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
title="Our Boutique Story" title="Our Boutique Story"
description="Located in the heart of Oneonta, MJs was founded on a simple premise: cannabis retail should feel approachable, professional, and welcoming. We curate every product to ensure our neighbors always leave with the highest quality boutique experience." description="Located in the heart of Oneonta, MJs was founded on a simple premise: cannabis retail should feel approachable, professional, and welcoming. We curate every product to ensure our neighbors always leave with the highest quality boutique experience."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jp12g7" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lhm5s"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
bulletPoints={[ bulletPoints={[
@@ -92,9 +92,9 @@ export default function LandingPage() {
title="Featured Pillars" title="Featured Pillars"
description="From rare boutique strains to our signature pre-rolls, find your perfect match." description="From rare boutique strains to our signature pre-rolls, find your perfect match."
products={[ products={[
{ id: "f1", name: "Boutique Flower", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fkzti0" }, { id: "f1", name: "Boutique Flower", price: "$45", imageSrc: "https://images.unsplash.com/photo-1603900252345-e11123924f3c?q=80&w=400&h=400" },
{ id: "p1", name: "Signature Pre-Roll", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zju7b1" }, { id: "p1", name: "Signature Pre-Roll", price: "$12", imageSrc: "https://images.unsplash.com/photo-1591561954555-673967a9607e?q=80&w=400&h=400" },
{ id: "v1", name: "Local Value Selection", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=igf3l3" } { id: "v1", name: "Local Value Selection", price: "$25", imageSrc: "https://images.unsplash.com/photo-1535905557558-afc4877a26fc?q=80&w=400&h=400" }
]} ]}
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }