Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-11 06:47:17 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="plain" background="none"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -173,6 +173,8 @@ export default function LandingPage() {
title="Our Skincare Collection for Pakistani Skin" title="Our Skincare Collection for Pakistani Skin"
description="Explore our range of natural and effective skincare products, specially formulated to address the unique needs of Pakistani skin types." description="Explore our range of natural and effective skincare products, specially formulated to address the unique needs of Pakistani skin types."
tag="Featured Products" tag="Featured Products"
textboxLayout="default"
useInvertedBackground={false}
products={[ products={[
{ {
id: "1", brand: "Skin to Skin", name: "Brightening Saffron Face Wash", price: "PKR 1,200", rating: 4.8, id: "1", brand: "Skin to Skin", name: "Brightening Saffron Face Wash", price: "PKR 1,200", rating: 4.8,
@@ -209,15 +211,15 @@ export default function LandingPage() {
{ {
id: "1", name: "Emily W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Emily W."}, id: "1", name: "Emily W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Emily W."},
{ {
id: "2", name: "David S.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-195141.jpg", alt: "David S."}, id: "2", name: "David S.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-195141.jpg", imageAlt: "David S."},
{ {
id: "3", name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket-flowers_23-2149020787.jpg", alt: "Olivia M."}, id: "3", name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket-flowers_23-2149020787.jpg", imageAlt: "Olivia M."},
{ {
id: "4", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", alt: "Noah J."}, id: "4", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Noah J."},
{ {
id: "5", name: "Jessica A.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-korean-girl-suit-opens-up-heart-shaped-box-with-romantic-gift-white-day-holiday-standing-suit-pink-background_1258-99176.jpg", alt: "Ava P."}, id: "5", name: "Jessica A.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-korean-girl-suit-opens-up-heart-shaped-box-with-romantic-gift-white-day-holiday-standing-suit-pink-background_1258-99176.jpg", imageAlt: "Ava P."},
{ {
id: "6", name: "Daniel F.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-beach_613910-806.jpg", alt: "Ethan C."}, id: "6", name: "Daniel F.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-beach_613910-806.jpg", imageAlt: "Ethan C."},
]} ]}
cardTitle="Real Stories from Our Skincare Enthusiasts" cardTitle="Real Stories from Our Skincare Enthusiasts"
cardTag="Customer Reviews" cardTag="Customer Reviews"