Update src/app/page.tsx

This commit is contained in:
2026-03-14 06:45:03 +00:00
parent 7edc209abe
commit 2df9d5640c

View File

@@ -122,9 +122,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
carouselMode="buttons"
textboxLayout="default"
useInvertedBackground={true}
containerClassName="max-w-7xl mx-auto px-6 py-20"
titleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-white text-center"
descriptionClassName="text-center text-white/80 mb-12 text-lg"
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-white text-center"
textBoxDescriptionClassName="text-center text-white/80 mb-12 text-lg"
gridClassName="gap-6"
cardClassName="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-shadow duration-300 transform hover:scale-105"
imageClassName="w-full h-64 object-cover"
@@ -145,8 +147,8 @@ export default function LandingPage() {
items: ["Heat both sides on a tawa/pan", "Watch for the golden crisp", "Serve immediately for perfection", "Pair with your favorite toppings"]
}}
containerClassName="max-w-7xl mx-auto px-6 py-20"
titleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-foreground text-center"
descriptionClassName="text-center text-foreground/70 mb-12 text-lg"
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-foreground text-center"
textBoxDescriptionClassName="text-center text-foreground/70 mb-12 text-lg"
gridClassName="grid grid-cols-1 md:grid-cols-2 gap-12"
cardClassName="p-8 rounded-2xl shadow-lg"
/>
@@ -190,7 +192,7 @@ export default function LandingPage() {
speed={50}
showCard={true}
containerClassName="max-w-7xl mx-auto px-6 py-20"
titleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-foreground text-center"
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-foreground text-center"
/>
</div>