Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 02:49:49 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
{ name: "Taylor B.", handle: "@taylor_b_highs", testimonial: "Never disappointed with Budstop. The vibrant energy and incredible product consistency keep me coming back. A truly premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-laptop-with-coffee_23-2147689242.jpg", imageAlt: "thoughtful person cannabis product" },
{ name: "Casey L.", handle: "@casey_l_life", testimonial: "From their edibles to their flower, every Budstop product is crafted with care. The effects are exactly as described. Pure excellence!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/energetic-outgoing-goodlooking-female-office-assistant-ready-help-out-show-nice-thumbsup-gesture-che_1258-136243.jpg", imageAlt: "person showing excitement cannabis" }
]}
ratingAnimation="blur-reveal"
tagAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13309.jpg", alt: "Customer Alex" },
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", alt: "Customer Sam" },
@@ -111,7 +111,7 @@ export default function LandingPage() {
{ id: "prerolls", name: "Convenient Pre-Rolls", price: "$15.00", variant: "Sativa Pack - 3 x 0.5g", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-waffle-sticks_114579-9893.jpg", imageAlt: "Convenient Cannabis Pre-Rolls" },
{ id: "topicals", name: "Soothing Topicals", price: "$35.00", variant: "Relief Balm - 500mg CBD", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336307.jpg", imageAlt: "Soothing Cannabis Topicals" }
]}
gridVariant="three-columns-all-equal-width"
gridVariant="three-columns-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}