8 Commits

Author SHA1 Message Date
919490b180 Update src/app/page.tsx 2026-03-08 20:54:33 +00:00
c88e5d1ce7 Update src/app/layout.tsx 2026-03-08 20:54:32 +00:00
7f4eae131c Merge version_2 into main
Merge version_2 into main
2026-03-08 20:52:26 +00:00
cbfdc7bfd7 Update src/app/page.tsx 2026-03-08 20:52:21 +00:00
d5a9c1f1f3 Update src/app/layout.tsx 2026-03-08 20:52:21 +00:00
21a5053170 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:51:00 +00:00
9c3348cab3 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:50:15 +00:00
a11e9ceb0a Merge version_1 into main
Merge version_1 into main
2026-03-08 20:49:06 +00:00
2 changed files with 9 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -104,7 +104,7 @@ export default function LandingPage() {
<div id="offers" data-section="offers">
<PricingCardNine
title="Exclusive Dining Offers"
description="Enjoy special discounts and promotions on your next visit."
description="Limited Time Offers—Valid Until 31 December 2024. Enjoy special discounts and promotions on your next visit. Book today to claim your discount!"
tag="Special Deals"
tagIcon={Zap}
textboxLayout="default"
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}