Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:57:25 +00:00

View File

@@ -20,7 +20,7 @@ export default function PureRootPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -76,16 +76,16 @@ export default function PureRootPage() {
title="Our Premium Oil Collection"
description="Each bottle contains pure, cold-pressed essential oils harvested from the finest botanical sources. Experience the difference authentic quality makes."
tag="Natural Wellness"
tagAnimation="reveal-blur"
tagAnimation="blur-reveal"
products={[
{
id: "lavender-pure", name: "Lavender Pure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=1", imageAlt: "Lavender Pure essential oil"
id: "lavender-pure", name: "Lavender Pure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Lavender Pure essential oil"
},
{
id: "eucalyptus-breath", name: "Eucalyptus Breath", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=2", imageAlt: "Eucalyptus Breath essential oil"
id: "eucalyptus-breath", name: "Eucalyptus Breath", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Eucalyptus Breath essential oil"
},
{
id: "rose-harmony", name: "Rose Harmony", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=3", imageAlt: "Rose Harmony essential oil"
id: "rose-harmony", name: "Rose Harmony", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Rose Harmony essential oil"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -160,7 +160,7 @@ export default function PureRootPage() {
{ src: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", alt: "Emma Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", alt: "James Thompson" }
]}
ratingAnimation="reveal-blur"
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer Testimonials - PureRoot Oils"