Update src/app/page.tsx

This commit is contained in:
2026-03-10 09:53:34 +00:00
parent 492cd4e32d
commit c2ca4aa2d2

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-with-traditional-games_23-2149332692.jpg"
imageAlt="Clean and hygienic dining environment"
containerClassName="py-12 md:py-20"
titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4"
textboxLayout="default"
descriptionClassName="text-lg text-foreground/80 mb-8"
/>
</div>
@@ -154,8 +154,7 @@ export default function LandingPage() {
]}
buttonAnimation="opacity"
containerClassName="py-12 md:py-20"
titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/80 mb-8"
textBoxDescriptionClassName="text-lg text-foreground/80 mb-8"
/>
</div>
@@ -184,8 +183,7 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
containerClassName="py-12 md:py-20"
titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/80 mb-8"
textBoxDescriptionClassName="text-lg text-foreground/80 mb-8"
/>
</div>
@@ -226,8 +224,7 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
containerClassName="py-12 md:py-20"
titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/80 mb-8"
textBoxDescriptionClassName="text-lg text-foreground/80 mb-8"
/>
</div>