Merge version_1 into main #1
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Premium Dining Since 1998"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#products" }
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
description="Contact us to book your table at Sakura Prime. We look forward to welcoming you to an evening of exceptional Japanese steakhouse artistry."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Reservation"
|
||||
|
||||
Reference in New Issue
Block a user