Update src/app/page.tsx

This commit is contained in:
2026-03-14 09:37:26 +00:00
parent 70becfb970
commit 0f9d3fd98d

View File

@@ -93,7 +93,6 @@ export default function LandingPage() {
mediaWrapperClassName="rounded-2xl overflow-hidden shadow-xl"
mediaClassName="w-full h-full object-cover"
buttonContainerClassName="flex gap-4 mt-6"
buttonTextClassName="font-semibold"
/>
</div>
@@ -162,8 +161,8 @@ export default function LandingPage() {
buttons={[{ text: "Order Now", href: "#contact" }]}
buttonAnimation="opacity"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
descriptionClassName="text-base md:text-lg text-foreground/75 mb-8"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-base md:text-lg text-foreground/75 mb-8"
cardClassName="rounded-2xl p-8 bg-card shadow-lg hover:shadow-2xl transition-all border border-accent/20"
iconClassName="w-12 h-12 text-primary-cta"
cardTitleClassName="text-2xl font-bold text-foreground mt-4"
@@ -190,8 +189,8 @@ export default function LandingPage() {
{ id: "varieties", icon: Package, title: "Menu Varieties", value: "12+" }
]}
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
descriptionClassName="text-base md:text-lg text-foreground/75 mb-8"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-base md:text-lg text-foreground/75 mb-8"
cardClassName="rounded-2xl p-8 bg-card shadow-lg text-center"
iconClassName="w-12 h-12 text-primary-cta mx-auto mb-4"
metricTitleClassName="text-foreground/80 font-semibold mt-4"