diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a9665d..51f21ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { tag="Luxury Dispensary • Oneonta, NY" buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Plan Your Visit", href: "#contact" }]} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hr3t8", 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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c42pm2", imageAlt: "artisanal packaging" } + { imageSrc: "https://images.unsplash.com/photo-1627483298167-3a87cab66127?q=80&w=1200&h=800", imageAlt: "luxury dispensary interior" }, + { imageSrc: "https://images.unsplash.com/photo-1596706927976-5998a1835700?q=80&w=1200&h=800", imageAlt: "premium flower display" }, + { imageSrc: "https://images.unsplash.com/photo-1616464917637-f4955b23d9b1?q=80&w=1200&h=800", imageAlt: "artisanal packaging" } ]} mediaAnimation="slide-up" /> @@ -63,9 +63,9 @@ export default function LandingPage() { title="Why MJs?" description="Quality that exceeds expectation with roots planted firmly in the Oneonta community." 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: "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: "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: "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://images.unsplash.com/photo-1591561954555-673967a9607e?q=80&w=400&h=300" }, + { title: "Local Value", description: "Fair pricing for the community.", imageSrc: "https://images.unsplash.com/photo-1616464917637-f4955b23d9b1?q=80&w=400&h=300" } ]} /> @@ -92,9 +92,9 @@ export default function LandingPage() { title="Featured Pillars" description="From rare boutique strains to our signature pre-rolls, find your perfect match." 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: "p1", name: "Signature Pre-Roll", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zju7b1" }, - { 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: "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://images.unsplash.com/photo-1591561954555-673967a9607e?q=80&w=400&h=400" }, + { id: "v1", name: "Local Value Selection", price: "$25", imageSrc: "https://images.unsplash.com/photo-1535905557558-afc4877a26fc?q=80&w=400&h=400" } ]} textboxLayout="split" useInvertedBackground={false} @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file