From f8e427a90b1667a7f96dee51e225b3f80d648737 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:38:37 +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 86f6f5b..12c7eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,8 +136,8 @@ export default function LandingPage() { }, ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-8 opacity-85" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-8 opacity-85" cardClassName="rounded-xl overflow-hidden" imageClassName="w-full h-64 object-cover" /> @@ -165,8 +165,8 @@ export default function LandingPage() { id: "feature-personalized", title: "Personalized Skincare Routine", description: "Take our skin quiz to receive a curated routine perfectly matched to your unique skin needs.", tag: "Custom Routine"}, ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-8 opacity-85" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-8 opacity-85" itemClassName="" cardTitleClassName="text-xl font-bold mb-2" cardDescriptionClassName="text-sm opacity-80 mb-4" @@ -252,8 +252,8 @@ export default function LandingPage() { "Store all products in a cool, dry place away from direct sunlight. Our dark glass bottles are designed to protect the integrity of our formulations. Avoid storing in the bathroom to prevent humidity exposure."}, ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-8 opacity-85" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-8 opacity-85" /> -- 2.49.1