Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56c474b32b | |||
| 3c64a3b2ea | |||
| b5d0c84f58 | |||
| c3d7041e85 | |||
| b30b681d04 | |||
| 23b2834336 | |||
| 52931bacbe |
@@ -46,9 +46,9 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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"
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
buttons={[{ text: "Reserve Your Table Now", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-mystical-other-worldly-sky_23-2150946944.jpg", imageAlt: "Skyline rooftop restaurant view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-apple-cider-slices-apples-white-background-top-view_185193-165844.jpg", imageAlt: "Signature cocktails" }
|
||||
@@ -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: "f3", title: "Do you serve cocktails?", content: "Our professional mixologists craft exceptional signature cocktails daily." },
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user