Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:43:29 +00:00

View File

@@ -153,7 +153,6 @@ export default function LandingPage() {
{ id: "affordable-prices", title: "Affordable Prices", description: "Premium quality fashion at prices that won't break your budget. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg", imageAlt: "welcoming fashion store entrance" },
{ id: "friendly-service", title: "Friendly Service", description: "Our team provides personalized styling advice and excellent customer care.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-shopper-choosing-party-dress-looking-clothes-rack-boutique-woman-shopping-store-consumerism-concept_74855-11841.jpg", imageAlt: "fashion store fitting room area" }
]}
tagClassName="inline-block px-4 py-2 rounded-full bg-[var(--accent)] text-white font-semibold mb-8"
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
@@ -163,6 +162,7 @@ export default function LandingPage() {
containerClassName="max-w-7xl mx-auto px-4"
textBoxTitleClassName="text-4xl font-extrabold mb-2"
textBoxDescriptionClassName="text-lg text-gray-600 mb-8"
textBoxTagClassName="inline-block px-4 py-2 rounded-full bg-[var(--accent)] text-white font-semibold mb-8"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12"
cardClassName="bg-white rounded-2xl overflow-hidden shadow-lg border-2 border-[var(--accent)]"
imageClassName="w-full h-48 object-cover"