diff --git a/src/app/page.tsx b/src/app/page.tsx index 616b6eb..822929f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,8 +101,8 @@ export default function LandingPage() { animationType="slide-up" className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-75" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-75" /> @@ -126,8 +126,8 @@ export default function LandingPage() { useInvertedBackground={true} className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-75" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-75" gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" /> @@ -175,8 +175,8 @@ export default function LandingPage() { ]} className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-75" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-75" /> @@ -217,7 +217,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - faqsAnimation="smooth" + faqsAnimation="slide-up" faqs={[ { id: "faq-1", title: "What are your opening hours?", content: "We're open daily and accept orders until 11 PM. Perfect for lunch, dinner, and late-night cravings. Call ahead for peak hours to avoid long waits." }, { id: "faq-2", title: "Do you offer dine-in and takeaway?", content: "Yes, we offer both! Enjoy our comfortable seating for dine-in, or grab your order for takeaway. Fast service guaranteed." },