Merge version_1 into main #8
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user