Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4167119282 | |||
| 0f786a2f7f | |||
| 7b9ccffe62 | |||
| 3649544b37 | |||
| 132b104746 | |||
| 6cbaea72c8 | |||
| ab662cf7b0 | |||
| 6ebe5b69ff | |||
| ab491f2765 |
1415
src/app/layout.tsx
1415
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#reservation" },
|
||||
{ text: "Reserve Now", href: "#reservation" },
|
||||
{ text: "View Events", href: "#events" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
description="Book your experience at Magacin. Whether it's a casual coffee meeting, brunch with friends, or an unforgettable evening, reservations guarantee your perfect moment."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-greeting-each-other_23-2147680571.jpg"
|
||||
imageAlt="Magacin welcoming reservation space"
|
||||
@@ -279,4 +279,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user