Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 20:54:37 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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. Limited time offers—book today to claim your discount!"
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>
);
}
}