From 866fe564ebf1a5b6708afdd559bc93b638c3cb18 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:35:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4021a48..a9f0349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,8 +186,7 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Services section showcasing offerings" containerClassName="gap-12" - itemClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + itemClassName="" /> @@ -203,17 +202,17 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "birthday-basic", tag: "Popular", price: "$150", period: "per hour", description: "Perfect for small birthday celebrations", button: { text: "Request Quote", href: "/contact" }, + id: "birthday-basic", tag: "Popular", price: "$150", period: "per hour", description: "Perfect for small birthday celebrations", button: { text: "Request Quote", href: "/booking" }, featuresTitle: "What's Included", features: [ "Up to 15 kids", "Colorful themed designs", "Face painting only", "Basic design themes"], }, { - id: "birthday-deluxe", tag: "Best Value", tagIcon: Heart, price: "$200", period: "2 hours - Best Value", description: "Full party entertainment package", button: { text: "Request Quote", href: "/contact" }, + id: "birthday-deluxe", tag: "Best Value", tagIcon: Heart, price: "$200", period: "2 hours - Best Value", description: "Full party entertainment package", button: { text: "Request Quote", href: "/booking" }, featuresTitle: "What's Included", features: [ "Up to 25 kids", "Custom themed designs", "Face & temporary tattoos", "Interactive entertainment"], }, { - id: "festival-event", tag: "Flexible", price: "$250", period: "per 3 hours", description: "Festival and outdoor event service", button: { text: "Request Quote", href: "/contact" }, + id: "festival-event", tag: "Flexible", price: "$250", period: "per 3 hours", description: "Festival and outdoor event service", button: { text: "Request Quote", href: "/booking" }, featuresTitle: "What's Included", features: [ "High-capacity crowd service", "Fast artistic designs", "Setup & teardown included", "Portable station"], }, @@ -222,8 +221,9 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Pricing section with package options" containerClassName="gap-12" - cardClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" + cardClassName="p-8" /> @@ -262,8 +262,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Client testimonials section" containerClassName="gap-12" - roleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -293,8 +293,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Photo gallery preview section" containerClassName="gap-12" - cardVariantClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -306,7 +306,6 @@ export default function HomePage() { tagIcon={HelpCircle} tagAnimation="slide-up" textboxLayout="default" - animationType="smooth" faqsAnimation="slide-up" useInvertedBackground={true} showCard={true} @@ -329,7 +328,7 @@ export default function HomePage() { ariaLabel="FAQ section with common questions" containerClassName="gap-12" textBoxTitleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -365,4 +364,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file