From fbb497c0d7b5ca6ef0976e02b7611029bab3bb9d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:32:09 +0000 Subject: [PATCH] Update src/app/community/page.tsx --- src/app/community/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index fbdc18a..5a523e1 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -6,7 +6,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; -import { Star, Users, Heart, Zap } from "lucide-react"; +import { Star, Users, Heart, Zap, Leaf } from "lucide-react"; const navigationItems = [ { name: "Home", id: "home" }, @@ -63,7 +63,7 @@ export default function CommunityPage() { name: "James M.", handle: "@jamesm_wellness", testimonial: "The quality and professionalism exceeded my expectations. Finally a dispensary that treats cannabis seriously as a wellness product. The member community is incredibly supportive.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=7", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "James testimonial", icon: Star }, @@ -72,7 +72,7 @@ export default function CommunityPage() { name: "Sarah K.", handle: "@sarahk_sa", testimonial: "The member portal is incredibly easy to use, delivery is always on time, and their product knowledge is outstanding. I've made lifelong friends through their community events.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=8", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "Sarah testimonial", icon: Star }, @@ -81,7 +81,7 @@ export default function CommunityPage() { name: "David T.", handle: "@davidt_wellness", testimonial: "I appreciate their commitment to legal compliance and community well-being. This is exactly what South Africa needed. The education resources are invaluable.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=9", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "David testimonial", icon: Star }, @@ -90,7 +90,7 @@ export default function CommunityPage() { name: "Thandi N.", handle: "@thandin_health", testimonial: "The age verification process was smooth, the products are amazing, and the delivery service is reliable. The community support network has been transformative for my wellness journey.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=10", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "Thandi testimonial", icon: Star }, @@ -99,7 +99,7 @@ export default function CommunityPage() { name: "Marcus B.", handle: "@marcusb_wellness", testimonial: "Heritage Wellness has transformed how I view cannabis retail. Professional, legal, and genuinely community-focused. I've become a brand ambassador because I believe in their mission.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=11", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "Marcus testimonial", icon: Star }, @@ -108,7 +108,7 @@ export default function CommunityPage() { name: "Lisa R.", handle: "@lisar_health", testimonial: "The member exclusive deals and personalized recommendations make this the best cannabis platform in South Africa. The community truly cares about each other's wellness.", - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg?_wi=12", + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-toasting-with-glasses-wine-smiling-outdoor-party_23-2149366206.jpg", imageAlt: "Lisa testimonial", icon: Star } @@ -224,7 +224,7 @@ export default function CommunityPage() { {/* Footer */}