Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-17 18:54:51 +00:00

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
{
text: "Visit Us", href: "/contact"},
]}
imageSrc="https://img.freepik.com/free-photo/cannabis-buds-with-cbd-oil-bottles-dark-background_23-2148784795.jpg"
imageAlt="Goodfellas Bud Luxury Dispensary Interior"
/>
</div>
@@ -63,6 +64,8 @@ export default function LandingPage() {
type: "text", content: "Our Commitment to "},
{
type: "text", content: "Excellence"},
{
type: "image", src: "https://img.freepik.com/free-photo/close-up-marijuana-leaf-nature_23-2148810915.jpg", alt: "Durban Heritage"}
]}
/>
</div>
@@ -75,19 +78,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best selection in Durban. Truly premium quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-sunglasses_23-2149105478.jpg"},
imageSrc: "https://img.freepik.com/free-photo/happy-young-woman-with-curly-hair-enjoying-sunny-day_23-2148821935.jpg"},
{
id: "2", name: "Mark D.", handle: "@markd", testimonial: "Sleek, professional, and very knowledgeable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sun-shining-woman-with-curly-hair-surrounded-by-trees-grass_181624-30896.jpg"},
{
id: "3", name: "Linda M.", handle: "@lindam", testimonial: "Goodfellas Bud brings a whole new level of class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
{
id: "4", name: "James P.", handle: "@jamesp", testimonial: "Exceptional curation. A must-visit on Florida Road.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg"},
{
id: "5", name: "Claire B.", handle: "@claireb", testimonial: "Sophisticated, safe, and professional environment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg"},
imageSrc: "https://img.freepik.com/free-photo/portrait-confident-man-smiling-camera_23-2148822003.jpg"},
]}
showRating={true}
title="Client Experiences"
@@ -116,9 +110,9 @@ export default function LandingPage() {
description="Our most popular selections this month."
products={[
{
id: "fp1", name: "Durban Gold", price: "R 480", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg?_wi=1"},
id: "fp1", name: "Durban Gold", price: "R 480", variant: "Premium", imageSrc: "https://img.freepik.com/free-photo/cbd-oil-cannabis-buds-dark-surface_23-2148784805.jpg?_wi=1"},
{
id: "fp2", name: "Sativa Elite", price: "R 490", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-growing-green-plants-black-background_181624-49918.jpg?_wi=1"},
id: "fp2", name: "Sativa Elite", price: "R 490", variant: "Exotic", imageSrc: "https://img.freepik.com/free-photo/growing-green-cannabis-plants_23-2148784800.jpg?_wi=1"},
]}
/>
</div>
@@ -153,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}