From fe9e74197e1ce5bbda944515b2412209c6129802 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:37:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75248e5..a31688c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,8 +112,8 @@ export default function Page() { title: "Save & Share", description: "Build mood boards of your favorite combinations and share looks with friends for feedback.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-her-baggage-vacation_23-2149064209.jpg", imageAlt: "Pinterest-style saved looks collection" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" /> @@ -142,8 +142,8 @@ export default function Page() { reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/female-vlogger-home-with-smartphone-unboxing-clothes_23-2148738212.jpg", imageAlt: "Stylit Team collaboration features" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" /> @@ -176,8 +176,8 @@ export default function Page() { id: "6", name: "Victoria Lee", date: "10 days ago", title: "Fashion Blogger", quote: "The most intuitive styling app I've ever used. My followers are constantly asking which app I'm using to create my outfits!", tag: "Pro User", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-woman-hat-looking-aside_1262-3084.jpg", avatarAlt: "Victoria Lee profile picture" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" /> @@ -197,8 +197,8 @@ export default function Page() { { id: "3", icon: Star, title: "Average Rating", value: "4.8★" }, { id: "4", icon: Sparkles, title: "Style Matches", value: "18.7M+" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" /> @@ -232,8 +232,8 @@ export default function Page() { id: "6", title: "What if I don't like a suggestion?", content: "No problem! Simply swipe to see different combinations. The AI learns from your preferences over time, improving suggestions based on which outfits you save and wear." } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 mt-4 max-w-2xl" /> -- 2.49.1