Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:45:46 +00:00
parent 13b923a099
commit 7fd7309c8d

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "https://example.com/order" },
{ text: "Reserve a Table", href: "contact" }
]}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
imageAlt="Luxury café interior with warm lighting and elegant ambiance"
mediaAnimation="blur-reveal"
@@ -199,7 +199,7 @@ export default function LandingPage() {
tag="Newsletter"
title="Stay Updated with Special Offers"
description="Subscribe to our newsletter and receive exclusive deals, new menu items, and event invitations delivered straight to your inbox."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"