diff --git a/src/app/page.tsx b/src/app/page.tsx index fabeee9..bad4500 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-plant-serum_23-2148899423.jpg?_wi=1", imageAlt: "Luxury face serum premium bottle" + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-plant-serum_23-2148899423.jpg", imageAlt: "Luxury face serum premium bottle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-cream-container_23-2149353095.jpg?_wi=1", imageAlt: "Luxury facial cream premium jar" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-cream-container_23-2149353095.jpg", imageAlt: "Luxury facial cream premium jar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-young-woman-with-gold-cosmetic-face-mask-soft-skin_231208-1518.jpg?_wi=1", imageAlt: "Luxury treatment mask" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-young-woman-with-gold-cosmetic-face-mask-soft-skin_231208-1518.jpg", imageAlt: "Luxury treatment mask" } ]} tag="100% Natural & Cruelty-Free" @@ -131,13 +131,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "serum-1", name: "Luminous Radiance Serum", price: "$89", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-plant-serum_23-2148899423.jpg?_wi=2", imageAlt: "Luxury face serum" + id: "serum-1", name: "Luminous Radiance Serum", price: "$89", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-plant-serum_23-2148899423.jpg", imageAlt: "Luxury face serum" }, { - id: "cream-1", name: "Renewal Velvet Cream", price: "$109", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-cream-container_23-2149353095.jpg?_wi=2", imageAlt: "Luxury facial cream" + id: "cream-1", name: "Renewal Velvet Cream", price: "$109", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-cream-container_23-2149353095.jpg", imageAlt: "Luxury facial cream" }, { - id: "mask-1", name: "Purifying Essence Mask", price: "$69", variant: "75ml", imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-young-woman-with-gold-cosmetic-face-mask-soft-skin_231208-1518.jpg?_wi=2", imageAlt: "Luxury treatment mask" + id: "mask-1", name: "Purifying Essence Mask", price: "$69", variant: "75ml", imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-young-woman-with-gold-cosmetic-face-mask-soft-skin_231208-1518.jpg", imageAlt: "Luxury treatment mask" } ]} gridVariant="three-columns-all-equal-width" @@ -151,6 +151,7 @@ export default function LandingPage() { cardNameClassName="text-lg font-semibold text-[var(--foreground)]" cardPriceClassName="text-2xl font-bold text-[var(--primary-cta)]" cardVariantClassName="text-sm text-[var(--foreground)] opacity-60" + textBoxClassName="" /> @@ -190,6 +191,7 @@ export default function LandingPage() { descriptionClassName="text-lg text-[var(--foreground)] opacity-75 mb-12 max-w-2xl" accordionTitleClassName="text-lg font-semibold text-[var(--foreground)]" accordionContentClassName="text-[var(--foreground)] opacity-80 leading-relaxed" + textBoxClassName="" /> @@ -237,6 +239,7 @@ export default function LandingPage() { nameClassName="font-semibold text-[var(--foreground)]" roleClassName="text-sm text-[var(--foreground)] opacity-70" companyClassName="text-xs text-[var(--primary-cta)] font-medium" + textBoxClassName="" /> @@ -262,6 +265,7 @@ export default function LandingPage() { titleClassName="text-3xl md:text-4xl font-semibold text-[var(--foreground)] mb-2" descriptionClassName="text-lg text-[var(--foreground)] opacity-75 mb-12 max-w-2xl" logoImageClassName="h-12 w-auto opacity-80 hover:opacity-100 transition-opacity" + textBoxClassName="" />