From 898b38e6af8d40a6b0a92d2039ba34ab1545d0c6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:57:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ef4322..00549f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1