6 Commits

Author SHA1 Message Date
2d23b20cd6 Update src/app/page.tsx 2026-05-01 14:43:42 +00:00
f224e4b2f1 Merge version_2 into main
Merge version_2 into main
2026-05-01 14:42:35 +00:00
017c365158 Update src/app/page.tsx 2026-05-01 14:42:32 +00:00
9d81447557 Merge version_1 into main
Merge version_1 into main
2026-05-01 14:40:49 +00:00
71562f61aa Merge version_1 into main
Merge version_1 into main
2026-05-01 14:40:25 +00:00
2335a25ec4 Merge version_1 into main
Merge version_1 into main
2026-05-01 14:39:57 +00:00

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="Nature's Finest Ingredients"
description="We believe beauty is about confidence and health. Our creams use organic, ethically sourced botanicals designed to nourish, protect, and restore your natural glow."
description="Discover our dermatologist-tested, organic collection designed for visible radiance"
imageSrc="http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg?_wi=1"
imageAlt="beauty spa minimalist decor"
/>
@@ -96,6 +96,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
buttons={[{ text: "View All Products", href: "#all-products" }]}
products={[
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-make-up-foundation-products_23-2149736910.jpg?_wi=2", imageAlt: "luxury face cream bottle" },
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cream-containers-composition_23-2148549142.jpg?_wi=2", imageAlt: "night cream jar gold" },