From 56808cf81b628c812d56f662b7f5e9e73a7532ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 11:22:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1726a5d..42251f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> -- 2.49.1