9 Commits

Author SHA1 Message Date
4167119282 Update src/app/page.tsx 2026-03-09 08:36:21 +00:00
0f786a2f7f Update src/app/page.tsx 2026-03-09 08:35:03 +00:00
7b9ccffe62 Update src/app/layout.tsx 2026-03-09 08:35:03 +00:00
3649544b37 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:33:25 +00:00
132b104746 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:32:01 +00:00
6cbaea72c8 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:30:30 +00:00
ab662cf7b0 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:29:14 +00:00
6ebe5b69ff Merge version_1 into main
Merge version_1 into main
2026-03-09 08:27:55 +00:00
ab491f2765 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:26:42 +00:00
2 changed files with 14 additions and 1407 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}