6 Commits

Author SHA1 Message Date
0e6bf40ef3 Update src/app/page.tsx 2026-03-12 06:08:25 +00:00
f05eb11508 Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx 2026-03-12 06:06:39 +00:00
12405eb6be Merge version_2 into main
Merge version_2 into main
2026-03-12 06:04:19 +00:00
ad101d039d Merge version_1 into main
Merge version_1 into main
2026-03-12 06:04:05 +00:00
89c32f3b4a Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx 2026-03-12 06:04:01 +00:00
b1d145fe0b Update src/app/page.tsx 2026-03-12 06:04:00 +00:00

View File

@@ -77,13 +77,13 @@ export default function LandingPage() {
tag="Best Sellers" tag="Best Sellers"
products={[ products={[
{ {
id: "1", name: "Radiant Hydration Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-products-realistic-composition-poster_1284-18210.jpg", imageAlt: "Radiant Hydration Moisturizer" id: "1", name: "Radiant Hydration Moisturizer — Hydrates for 24 hours", price: "$58 • Dermatologist-tested", imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-products-realistic-composition-poster_1284-18210.jpg", imageAlt: "Radiant Hydration Moisturizer"
}, },
{ {
id: "2", name: "Luminous Glow Serum", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-product-composition_23-2148955787.jpg", imageAlt: "Luminous Glow Serum" id: "2", name: "Luminous Glow Serum — Clinically proven brightening", price: "$72 • Advanced anti-aging formula", imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-product-composition_23-2148955787.jpg", imageAlt: "Luminous Glow Serum"
}, },
{ {
id: "3", name: "Purifying Wellness Mask", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg", imageAlt: "Purifying Wellness Mask" id: "3", name: "Purifying Wellness Mask — Deep cleansing detox", price: "$48 • 100% natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg", imageAlt: "Purifying Wellness Mask"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"