Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 00:04:53 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -87,13 +87,13 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Ingredients", author: "Sourced Globally", description: "We source only the finest natural and certified ingredients from around the world, ensuring every product meets the highest standards of purity and efficacy.", tags: ["Natural", "Certified"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg", imageAlt: "Premium ingredients showcase"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg?_wi=1", imageAlt: "Premium ingredients showcase"},
{
id: "2", title: "Luxury Packaging", author: "Design Excellence", description: "Each product is housed in elegant, eco-conscious packaging that reflects the premium nature of our collection and complements any vanity.", tags: ["Elegant", "Sustainable"],
imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg", imageAlt: "Luxury packaging design"},
imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg?_wi=1", imageAlt: "Luxury packaging design"},
{
id: "3", title: "Dermatologist Tested", author: "Clinically Proven", description: "All our products undergo rigorous dermatological testing to ensure safety, efficacy, and compatibility with all skin types.", tags: ["Tested", "Safe"],
imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "Dermatologist tested products"},
imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=1", imageAlt: "Dermatologist tested products"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -109,11 +109,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Luxury Face Moisturizer", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg", imageAlt: "Premium face moisturizer"},
id: "1", name: "Luxury Face Moisturizer", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg?_wi=2", imageAlt: "Premium face moisturizer"},
{
id: "2", name: "Vitamin C Serum Elite", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg", imageAlt: "Luxury vitamin C serum"},
id: "2", name: "Vitamin C Serum Elite", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg?_wi=2", imageAlt: "Luxury vitamin C serum"},
{
id: "3", name: "Luxury Face Mask", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "Premium face mask"},
id: "3", name: "Luxury Face Mask", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=2", imageAlt: "Premium face mask"},
{
id: "4", name: "Gentle Facial Cleanser", price: "$69", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg", imageAlt: "Luxury facial cleanser"},
]}