5 Commits

Author SHA1 Message Date
56c474b32b Merge version_4 into main
Merge version_4 into main
2026-05-18 10:52:16 +00:00
3c64a3b2ea Update src/app/page.tsx 2026-05-18 10:52:13 +00:00
b5d0c84f58 Merge version_3 into main
Merge version_3 into main
2026-05-18 10:51:16 +00:00
c3d7041e85 Update src/app/page.tsx 2026-05-18 10:51:14 +00:00
b30b681d04 Merge version_2 into main
Merge version_2 into main
2026-05-18 10:50:05 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Elevate Your Evening" title="Elevate Your Evening"
description="Experience premium dining and handcrafted cocktails at Pretoria's most iconic rooftop lounge. Breathtaking views, sophisticated atmosphere, and unforgettable moments." description="Savor the extraordinary with our sky-high dining experience. Immerse yourself in the pinnacle of prestige, where breathtaking vistas meet world-class culinary mastery for an unforgettable night in the clouds."
tag="PREMIUM ROOFTOP DINING" tag="PREMIUM ROOFTOP DINING"
buttons={[{ text: "Reserve Your Table Now", href: "#contact" }]} buttons={[{ text: "Reserve Your Table Now", href: "#contact" }]}
mediaItems={[ mediaItems={[
@@ -137,6 +137,7 @@ export default function LandingPage() {
{ id: "f2", title: "Is there outdoor seating?", content: "We offer beautiful outdoor terrace seating with amazing skyline views." }, { id: "f2", title: "Is there outdoor seating?", content: "We offer beautiful outdoor terrace seating with amazing skyline views." },
{ id: "f3", title: "Do you serve cocktails?", content: "Our professional mixologists craft exceptional signature cocktails daily." }, { id: "f3", title: "Do you serve cocktails?", content: "Our professional mixologists craft exceptional signature cocktails daily." },
]} ]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />