4 Commits

Author SHA1 Message Date
a9a84ae0ba Merge version_3 into main
Merge version_3 into main
2026-03-06 16:52:49 +00:00
82d5c4f05d Update src/app/page.tsx 2026-03-06 16:52:45 +00:00
3cacd51e62 Update src/app/layout.tsx 2026-03-06 16:52:44 +00:00
ab6ef7d44a Merge version_2 into main
Merge version_2 into main
2026-03-06 16:49:55 +00:00
2 changed files with 8 additions and 6 deletions

View File

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

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
rating={4} rating={4}
ratingText="Rated 4.2/5 by 149+ Delighted Guests" ratingText="Rated 4.2/5 by 149+ Delighted Guests"
buttons={[ buttons={[
{ text: "Book Your Table", href: "#contact" }, { text: "Reserve Now 2-min booking", href: "#contact" },
{ text: "Explore Menu", href: "#cuisine" }, { text: "Explore Menu", href: "#cuisine" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -178,10 +178,12 @@ export default function LandingPage() {
"Panoramic city skyline visibility", "Elevated dining experience"], "Panoramic city skyline visibility", "Elevated dining experience"],
}, },
{ {
id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: ["Indian specialties perfected", "International favorites offered"], id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: [
"Indian specialties perfected", "International favorites offered"],
}, },
{ {
id: "4", value: "150+", title: "Happy Guests Monthly", items: ["Dates, celebrations, gatherings", "Premium dining experiences"], id: "4", value: "150+", title: "Happy Guests Monthly", items: [
"Dates, celebrations, gatherings", "Premium dining experiences"],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -200,7 +202,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your phone number" inputPlaceholder="Enter your email"
buttonText="Get in Touch" buttonText="Get in Touch"
termsText="We'll contact you within 2 hours to confirm your reservation. Call us directly for immediate bookings." termsText="We'll contact you within 2 hours to confirm your reservation. Call us directly for immediate bookings."
/> />
@@ -248,4 +250,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }