From a4d5feedbdf60d21ef0479a6362753aed1247889 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:19:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e517663..1bdf89b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg" imageAlt="Freshly baked chocolate cakes and pastries" mediaAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "📞 Call Now", href: "tel:+919876543210" }, { text: "🛒 Order Online", href: "#" } @@ -59,7 +59,7 @@ export default function LandingPage() { title="Trusted by Our Community" description="Join hundreds of satisfied customers who love Theobroma for quality, freshness, and unforgettable flavors." animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { -- 2.49.1