18 Commits

Author SHA1 Message Date
7d168704e1 Merge version_3 into main
Merge version_3 into main
2026-03-07 21:08:47 +00:00
79a3ab27bb Update src/app/page.tsx 2026-03-07 21:08:43 +00:00
68af761a7d Update src/app/layout.tsx 2026-03-07 21:08:42 +00:00
cc549e6143 Merge version_2 into main
Merge version_2 into main
2026-03-07 21:06:00 +00:00
3350e73dbd Update src/app/page.tsx 2026-03-07 21:05:56 +00:00
5a078a69f8 Update src/app/layout.tsx 2026-03-07 21:05:56 +00:00
ebdf787201 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:04:50 +00:00
4fb6b31ff4 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:04:38 +00:00
7ea20896a0 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:03:52 +00:00
a05ad5758c Merge version_1 into main
Merge version_1 into main
2026-03-07 21:03:34 +00:00
421b38c604 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:03:15 +00:00
3e5a625a9c Merge version_1 into main
Merge version_1 into main
2026-03-07 21:02:37 +00:00
25f263ead3 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:02:01 +00:00
a18842704a Merge version_1 into main
Merge version_1 into main
2026-03-07 20:59:49 +00:00
05a08b2ec0 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:59:31 +00:00
96b8a4d39c Merge version_1 into main
Merge version_1 into main
2026-03-07 20:56:52 +00:00
891442dae9 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:56:08 +00:00
d4fd467ff8 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:54:56 +00:00
2 changed files with 21 additions and 1442 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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" }
]