diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bb3602..651afe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { { text: "Browse Today's Menu", href: "featured" }, { text: "View Inventory", href: "inventory" }, ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/closeup-delicious-canape-served-white-plate_132075-14131.jpg" imageAlt="The Daily Dish - Featured Cuisine" frameStyle="card" @@ -71,7 +71,7 @@ export default function LandingPage() { { id: "3", name: "Lobster Bisque", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-plate-grilled-smoked-salmon-with-lettuce-tomato-pepper_140725-522.jpg", imageAlt: "Creamy Lobster Bisque"}, ]} - cardTitleClassName="font-bold text-lg uppercase tracking-wide" + cardClassName="font-bold text-lg uppercase tracking-wide" /> @@ -94,7 +94,7 @@ export default function LandingPage() { { id: "7", name: "French Onion Soup", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-eats-lowcalorie-vegetable-soup_169016-40087.jpg", imageAlt: "Classic French onion soup"}, ]} - cardTitleClassName="font-bold text-lg uppercase tracking-wide" + cardClassName="font-bold text-lg uppercase tracking-wide" /> @@ -123,7 +123,7 @@ export default function LandingPage() { tag="STAY UPDATED" title="Subscribe to Our Daily Newsletter" description="Get exclusive access to tomorrow's featured dishes, special offers, and culinary insights delivered directly to your inbox." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"