Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
{ text: "Join Community", href: "#" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg", imageAlt: "Premium cannabis flower showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg", imageAlt: "Organic cannabis strain display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg?_wi=1", imageAlt: "Premium cannabis flower showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg?_wi=2", imageAlt: "Organic cannabis strain display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-original-amnesias-dark-background_181624-18185.jpg", imageAlt: "Modern cannabis retail environment" }
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "1", name: "Blue Dream OG", price: "4.9★", imageSrc: "http://img.b2bpic.net/free-vector/cbd-oil-benefits_157027-232.jpg", imageAlt: "Blue Dream OG strain" },
|
||||
{ id: "2", name: "Purple Haze Elite", price: "4.8★", imageSrc: "http://img.b2bpic.net/free-photo/dr-jolly-s-dispensary-bend-oregon_181624-36524.jpg", imageAlt: "Purple Haze Elite strain" },
|
||||
{ id: "3", name: "Sunset Gelato", price: "4.9★", imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg", imageAlt: "Sunset Gelato strain" }
|
||||
{ id: "3", name: "Sunset Gelato", price: "4.9★", imageSrc: "http://img.b2bpic.net/free-photo/water-drops-cactus_23-2147759120.jpg?_wi=3", imageAlt: "Sunset Gelato strain" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,12 +122,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marcus J.", handle: "@cannabisconnoisseur", testimonial: "GreenRanks has revolutionized how I discover strains. The detailed reviews and ratings are incredibly accurate and helpful for my selection process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Marcus J. profile" },
|
||||
{ id: "2", name: "Sarah M.", handle: "@wellness_advocate", testimonial: "As someone new to cannabis, GreenRanks made learning about different strains easy and enjoyable. The community is welcoming and informative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Sarah M. profile" },
|
||||
{ id: "3", name: "David R.", handle: "@cultivator_pro", testimonial: "The expert insights and lab data on GreenRanks help me make informed decisions about quality. This is an invaluable resource for any serious enthusiast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David R. profile" },
|
||||
{ id: "4", name: "Jessica L.", handle: "@nature_lover", testimonial: "I love how transparent and educational GreenRanks is. The strain profiles are comprehensive and the community feedback is genuinely valuable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Jessica L. profile" },
|
||||
{ id: "5", name: "Tom K.", handle: "@strain_explorer", testimonial: "Finding my perfect strain has never been easier. GreenRanks offers the most accurate and detailed information I've found anywhere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Tom K. profile" },
|
||||
{ id: "6", name: "Amy C.", handle: "@cannabis_curious", testimonial: "GreenRanks combines community trust with expert knowledge. The platform is user-friendly and the recommendations are spot-on every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Amy C. profile" }
|
||||
{ id: "1", name: "Marcus J.", handle: "@cannabisconnoisseur", testimonial: "GreenRanks has revolutionized how I discover strains. The detailed reviews and ratings are incredibly accurate and helpful for my selection process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Marcus J. profile" },
|
||||
{ id: "2", name: "Sarah M.", handle: "@wellness_advocate", testimonial: "As someone new to cannabis, GreenRanks made learning about different strains easy and enjoyable. The community is welcoming and informative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Sarah M. profile" },
|
||||
{ id: "3", name: "David R.", handle: "@cultivator_pro", testimonial: "The expert insights and lab data on GreenRanks help me make informed decisions about quality. This is an invaluable resource for any serious enthusiast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "David R. profile" },
|
||||
{ id: "4", name: "Jessica L.", handle: "@nature_lover", testimonial: "I love how transparent and educational GreenRanks is. The strain profiles are comprehensive and the community feedback is genuinely valuable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Jessica L. profile" },
|
||||
{ id: "5", name: "Tom K.", handle: "@strain_explorer", testimonial: "Finding my perfect strain has never been easier. GreenRanks offers the most accurate and detailed information I've found anywhere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=5", imageAlt: "Tom K. profile" },
|
||||
{ id: "6", name: "Amy C.", handle: "@cannabis_curious", testimonial: "GreenRanks combines community trust with expert knowledge. The platform is user-friendly and the recommendations are spot-on every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=6", imageAlt: "Amy C. profile" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user