diff --git a/src/app/page.tsx b/src/app/page.tsx
index c135382..1098303 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,7 +28,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -55,7 +55,7 @@ export default function LandingPage() {
tag="Bottega"
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-world-tourism-day_23-2149114040.jpg"
imageAlt="3D rotating pizza with steam animation"
buttons={[
@@ -97,13 +97,16 @@ export default function LandingPage() {
features={[
{
icon: ShoppingBag,
- title: "Online Pickup", description: "Order online and pick up your food directly from the restaurant. Fresh, hot, and ready when you arrive."},
+ title: "Online Pickup", description: "Order online and pick up your food directly from the restaurant. Fresh, hot, and ready when you arrive."
+ },
{
icon: Truck,
- title: "Delivery", description: "Delivery available through third-party delivery services. Enjoy Bottega from the comfort of your home."},
+ title: "Delivery", description: "Delivery available through third-party delivery services. Enjoy Bottega from the comfort of your home."
+ },
{
icon: Moon,
- title: "Late Night Dining", description: "Enjoy Italian food late into the evening. Open until 11PM daily for your late-night cravings."},
+ title: "Late Night Dining", description: "Enjoy Italian food late into the evening. Open until 11PM daily for your late-night cravings."
+ },
]}
title="How We Serve You"
description="Multiple ways to enjoy authentic Italian cuisine from Bottega"
@@ -119,35 +122,50 @@ export default function LandingPage() {
@@ -190,7 +215,8 @@ export default function LandingPage() {