From 4eef7f772675909cad35b9daa6caf8af8a5842b5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:17:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 59b104e..c792fc8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Vibes on Main | Johannesburg Nightlife', + title: 'Vibes on Main | Joburg\'s Premier Venue', description: 'Where music, food, and energy come together. From sunset brunches to late-night Amapiano — this is where Joburg comes alive.', openGraph: { "title": "Vibes on Main", -- 2.49.1 From ca995f09650fa4c0b492ed2632fcae4b40307e94 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:17:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e984d7..b8b0f24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { ArrowRight, Star } from 'lucide-react'; +import { ArrowRight } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -41,6 +41,7 @@ export default function HomePage() { ]} mediaAnimation="blur-reveal" metricsAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -56,6 +57,7 @@ export default function HomePage() { { id: "2", brand: "Cocktails", name: "Sunset Spritz", price: "R95", rating: 4, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b" }, { id: "3", brand: "Platters", name: "Tapas Trio", price: "R210", rating: 5, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330" } ]} + useInvertedBackground={false} /> @@ -68,6 +70,7 @@ export default function HomePage() { { id: "1", name: "Thabo M.", date: "Jan 2025", title: "Amazing Vibe", quote: "The best nightlife spot in Joburg, hands down!", tag: "Regular", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Thabo" }, { id: "2", name: "Sarah J.", date: "Dec 2024", title: "Perfect Sunday", quote: "Sunset brunch was a highlight of my trip.", tag: "Visitor", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah" } ]} + useInvertedBackground={false} /> @@ -81,7 +84,8 @@ export default function HomePage() { ctaDescription="Get in touch or book your table now." ctaButton={{ text: "Contact Us", href: "#contact" }} ctaIcon={ArrowRight} - animationType="slide-up" + animationType="blur-reveal" + useInvertedBackground={false} /> -- 2.49.1