Merge version_1 into main #2
@@ -123,8 +123,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl mx-auto px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
descriptionClassName="text-lg mb-12 max-w-2xl"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
cardDescriptionClassName="text-lg mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=1", imageAlt: "Professional makeup foundation"
|
||||
id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional makeup foundation"
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Luxury Skincare Set", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg", imageAlt: "Luxury skincare cosmetics"
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
id: "product-3", name: "Makeup Artist Brush Kit", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10028.jpg", imageAlt: "Professional makeup brushes"
|
||||
},
|
||||
{
|
||||
id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=2", imageAlt: "Professional lipstick collection"
|
||||
id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional lipstick collection"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -155,8 +155,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl mx-auto px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
descriptionClassName="text-lg mb-12 max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
textBoxDescriptionClassName="text-lg mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user