Update src/app/page.tsx
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="KITCHEN KING"
|
||||
description="Best Vegetarian Restaurant in Kharar. Authentic Indian & Chinese cuisine with unforgettable flavors. ⭐ 4.9/5 from 310+ reviews"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:08699925867" },
|
||||
{ text: "🍽️ Reserve Table", href: "#contact" }
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
tag="Reserve Your Table"
|
||||
title="Book Your Dining Experience at Kitchen King"
|
||||
description="Reserve your table now and enjoy an unforgettable meal with family and friends. Call us or fill out the form below."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Reserve Now"
|
||||
|
||||
Reference in New Issue
Block a user