Update src/app/page.tsx

This commit is contained in:
2026-03-16 03:20:00 +00:00
parent 824bda4f8a
commit 46633ace8f

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-arrangement_23-2148825102.jpg" imageSrc="http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-arrangement_23-2148825102.jpg"
imageAlt="Authentic Kerala cuisine - fresh food prepared daily" imageAlt="Authentic Kerala cuisine - fresh food prepared daily"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
background={{ variant: "circleGradient" }} background={{ variant: "plain" }}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
</div> </div>
@@ -66,7 +66,7 @@ export default function LandingPage() {
{ id: "authentic", value: "100%", description: "Authentic Recipes" }, { id: "authentic", value: "100%", description: "Authentic Recipes" },
{ id: "affordable", value: "₹1-200", description: "Price Range" } { id: "affordable", value: "₹1-200", description: "Price Range" }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -139,7 +139,7 @@ export default function LandingPage() {
{ text: "Call: 022 2265 8103", href: "tel:02222658103" }, { text: "Call: 022 2265 8103", href: "tel:02222658103" },
{ text: "Order Online", href: "https://www.zomato.com" } { text: "Order Online", href: "https://www.zomato.com" }
]} ]}
background={{ variant: "circleGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>