Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Calendar, Check, ChefHat, Cocktail, Clock, Flame, Lightbulb, MapPin, Music, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react';
|
||||
import { Calendar, Check, ChefHat, Clock, Flame, Lightbulb, MapPin, Music, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
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: Cocktail, active: true },
|
||||
{ icon: Music, active: true },
|
||||
{ icon: Music },
|
||||
{ icon: Users }
|
||||
],
|
||||
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
{ text: "Call: +27 21 887 7539", href: "tel:+27218877539" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Rating", values: [4.2], description: "From 189 Reviews" },
|
||||
{ title: "Open Until", values: [3], valueSuffix: " AM", description: "Daily Service" },
|
||||
{ title: "Vibe Level", values: [10], description: "Premium Social Energy" }
|
||||
{ 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 },
|
||||
@@ -116,15 +116,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature Cocktails", name: "Fool's Gold Martini", price: "R95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=1", imageAlt: "Fool's Gold Signature Martini"
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Fool's Gold Signature Martini"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Craft Cocktails", name: "Craft Spirits Selection", price: "R75-R120", rating: 5,
|
||||
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=2", imageAlt: "Premium Craft Cocktails"
|
||||
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Premium Craft Cocktails"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Bar Food", name: "Birria Tacos & Bao Buns", price: "R85-R110", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg?_wi=1", imageAlt: "Gourmet Bar Food Selection"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Gourmet Bar Food Selection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Cocktails", description: "Signature craft cocktails created by expert mixologists using only the finest spirits and fresh ingredients. Every drink is a masterpiece.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=3", imageAlt: "Premium Cocktails" },
|
||||
id: "1", title: "Premium Cocktails", description: "Signature craft cocktails created by expert mixologists using only the finest spirits and fresh ingredients. Every drink is a masterpiece.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Premium Cocktails" },
|
||||
items: [
|
||||
{ icon: Wine, text: "Craft spirits only" },
|
||||
{ icon: Sparkles, text: "Signature recipes" },
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Gourmet Bar Food", description: "Indulge in our curated selection of premium bar bites. From birria tacos to bao buns and lamb dishes, every plate is carefully prepared.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg?_wi=2", imageAlt: "Gourmet Bar Food" },
|
||||
id: "2", title: "Gourmet Bar Food", description: "Indulge in our curated selection of premium bar bites. From birria tacos to bao buns and lamb dishes, every plate is carefully prepared.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Gourmet Bar Food" },
|
||||
items: [
|
||||
{ icon: Utensils, text: "Premium ingredients" },
|
||||
{ icon: Flame, text: "Expert preparation" },
|
||||
|
||||
Reference in New Issue
Block a user