Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79a3ab27bb | |||
| 68af761a7d | |||
| cc549e6143 | |||
| 3350e73dbd | |||
| 5a078a69f8 | |||
| ebdf787201 | |||
| 4fb6b31ff4 | |||
| 7ea20896a0 | |||
| a05ad5758c | |||
| 421b38c604 | |||
| 3e5a625a9c | |||
| 25f263ead3 | |||
| a18842704a | |||
| 05a08b2ec0 | |||
| 96b8a4d39c | |||
| 891442dae9 | |||
| d4fd467ff8 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
<HeroSplit
|
||||
tag="Premium Social Venue"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -53,36 +53,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
dashboard={{
|
||||
title: "Tonight's Vibe", logoIcon: Wine,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-glasses-counter_23-2148209368.jpg", imageAlt: "luxury cocktail bar nightlife atmosphere", sidebarItems: [
|
||||
{ icon: Music, active: true },
|
||||
{ icon: Music },
|
||||
{ icon: Users }
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Find Us", href: "#contact" },
|
||||
{ text: "Call: +27 21 887 7539", href: "tel:+27218877539" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Rating", values: [4.2, 0, 0], description: "From 189 Reviews" },
|
||||
{ title: "Open Until", values: [3, 0, 0], valueSuffix: " AM", description: "Daily Service" },
|
||||
{ title: "Vibe Level", values: [10, 0, 0], description: "Premium Social Energy" }
|
||||
],
|
||||
chartTitle: "Weekly Atmosphere", chartData: [
|
||||
{ value: 60 },
|
||||
{ value: 75 },
|
||||
{ value: 85 },
|
||||
{ value: 90 },
|
||||
{ value: 95 }
|
||||
],
|
||||
listTitle: "What's on Tonight", listItems: [
|
||||
{ icon: Sparkles, title: "Signature Cocktails", status: "Available" },
|
||||
{ icon: Utensils, title: "Premium Bar Food", status: "Fresh" },
|
||||
{ icon: Music, title: "Live Music & DJ", status: "Playing" }
|
||||
],
|
||||
searchPlaceholder: "Search menu or events"
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-glasses-counter_23-2148209368.jpg"
|
||||
imageAlt="luxury cocktail bar nightlife atmosphere"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,7 +68,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve Now", href: "contact" },
|
||||
{ text: "Follow on Instagram", href: "https://instagram.com" }
|
||||
{ text: "Follow on Instagram", href: "https://www.instagram.com/foolsgoldsocial/" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -238,7 +212,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Get Notified"
|
||||
buttonText="Reserve Your Table"
|
||||
termsText="We'll send you updates about events, specials, and exclusive experiences. No spam, just good vibes."
|
||||
onSubmit={(email: string) => console.log('Newsletter signup:', email)}
|
||||
/>
|
||||
@@ -264,7 +238,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/foolsgoldsocial/" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/27218877539" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user