Update src/app/page.tsx
This commit is contained in:
@@ -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: "Mon–Fri", 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: "Sat–Sun", 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" },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user