Update src/app/page.tsx

This commit is contained in:
2026-05-11 19:36:31 +00:00
parent 11049cda98
commit 65f63445aa

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
{
title: "Modern Packaging", description: "Designed for the sophisticated man on the go.", icon: Package,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg", imageAlt: "natural skincare ingredients macro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg?_wi=1", imageAlt: "natural skincare ingredients macro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435187.jpg", imageAlt: "natural skincare ingredients macro" }
]
}
@@ -92,7 +92,7 @@ export default function LandingPage() {
title="Our Essentials"
description="Premium skincare and grooming products designed for daily use."
products={[
{ id: "p1", brand: "Flux", name: "Daily Face Wash", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg" },
{ id: "p1", brand: "Flux", name: "Daily Face Wash", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg?_wi=2" },
{ id: "p2", brand: "Flux", name: "Signature Beard Oil", price: "$32.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flowers-oils-spa-treatment-arrangement-cosmetics_23-2148645512.jpg" },
{ id: "p3", brand: "Flux", name: "Deep Exfoliant", price: "$28.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-shaving-cream_23-2148783502.jpg" },
{ id: "p4", brand: "Flux", name: "Hydrating Cream", price: "$36.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-half-naked-man_171337-2920.jpg" },