From 2df9d5640c37b999983f9c306e03fc24b4115ba2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 06:45:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aebb7e9..7a51e3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />