Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 13:14:30 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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." },