From 974060f293a061fe9a8099fa7a9014a3fbce2ac0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c03cc4..d688cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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"} ]} /> @@ -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"}, ]} /> @@ -153,4 +147,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1