Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 10:46:00 +00:00

View File

@@ -52,11 +52,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg", imageAlt: "Beautiful mother and daughter bonding"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg?_wi=1", imageAlt: "Beautiful mother and daughter bonding"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg", imageAlt: "Elegant woman portrait"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg?_wi=1", imageAlt: "Elegant woman portrait"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg", imageAlt: "Mother figure with strength and grace"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg?_wi=1", imageAlt: "Mother figure with strength and grace"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-spring-forest_1157-32882.jpg", imageAlt: "Woman surrounded by love"},
{
@@ -121,13 +121,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Your Greatest Gift", name: "Unconditional Love", price: "Priceless", rating: 5,
reviewCount: "Infinite", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg", imageAlt: "Mother's unconditional love"},
reviewCount: "Infinite", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg?_wi=2", imageAlt: "Mother's unconditional love"},
{
id: "2", brand: "Your Superpower", name: "Unwavering Strength", price: "Limitless", rating: 5,
reviewCount: "Eternal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg", imageAlt: "Mother's strength and courage"},
reviewCount: "Eternal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg?_wi=2", imageAlt: "Mother's strength and courage"},
{
id: "3", brand: "Your Magic", name: "Endless Compassion", price: "Immeasurable", rating: 5,
reviewCount: "Always", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg", imageAlt: "Mother's compassion and kindness"},
reviewCount: "Always", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg?_wi=2", imageAlt: "Mother's compassion and kindness"},
]}
/>
</div>