Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:23:07 +00:00
parent 7a58db8a9d
commit 575ea3fb4f

View File

@@ -29,7 +29,7 @@ import {
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="magnetic-cta"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
@@ -232,14 +232,12 @@ export default function LandingPage() {
{
id: "weekday", title: "Weekday Schedule", price: "MonFri", period: "6am 8pm", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hands-kneading-dough-pastry_53876-13989.jpg?_wi=3", imageAlt: "Morning baking", features: [
"Full pastry selection", "Fresh sourdough (limited daily)", "Seasonal specials", "Coffee & beverages"],
button: { text: "Get Directions", href: "#" },
"Full pastry selection", "Fresh sourdough (limited daily)", "Seasonal specials", "Coffee & beverages"], button: { text: "Get Directions", href: "#" },
},
{
id: "weekend", title: "Weekend Brunch", price: "SatSun", period: "7am 7pm", imageSrc:
"http://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg?_wi=3", imageAlt: "Weekend gathering", features: [
"Extended pastry menu", "Brunch specials", "Family-friendly seating", "Reserve a table ahead"],
button: { text: "Reserve Now", href: "#contact-cta" },
"Extended pastry menu", "Brunch specials", "Family-friendly seating", "Reserve a table ahead"], button: { text: "Reserve Now", href: "#contact-cta" },
},
]}
/>