Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Mic, Music, Palette, Sparkles, Wine } from "lucide-react";
|
||||
import { Award, Mic, Music, Palette, Sparkles, Wine, Martini } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "dining",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "dining" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KIZA"
|
||||
/>
|
||||
@@ -57,47 +42,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Culture and Vibe at KIZA"
|
||||
description="Experience the heart and soul of Africa in the heart of Dubai. Authentic Pan-African dining meets contemporary global energy."
|
||||
tag="DIFC Dubai"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#dining",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "View Menu", href: "#dining" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1",
|
||||
imageAlt: "KIZA Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=2",
|
||||
imageAlt: "KIZA Lounge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=3",
|
||||
imageAlt: "Live Music",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=4",
|
||||
imageAlt: "Cocktails",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=5",
|
||||
imageAlt: "African Heritage",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=6",
|
||||
imageAlt: "DIFC Setting",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "KIZA Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "KIZA Lounge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Live Music" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Cocktails" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "African Heritage" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "DIFC Setting" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,7 +69,7 @@ export default function LandingPage() {
|
||||
description="KIZA represents a modern global interpretation of diverse African culture, delivering unique dining and entertainment experiences."
|
||||
subdescription="From traditional African roots to contemporary vibrant energy, we share a multi-sensory journey across the continent."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-dealing-with-derealization-dissociation-from-reality_482257-121622.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-dealing-with-derealization-dissociation-from-reality_482257-121622.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -122,42 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Benguela Current Oysters",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Madagascan Tiger Prawns",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Royal Tilapia",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lobster Platter",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Traditional Jollof",
|
||||
price: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Peri-Peri Chicken",
|
||||
price: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=6",
|
||||
},
|
||||
{ id: "1", name: "Benguela Current Oysters", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
{ id: "2", name: "Madagascan Tiger Prawns", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
{ id: "3", name: "Royal Tilapia", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
{ id: "4", name: "Lobster Platter", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
{ id: "5", name: "Traditional Jollof", price: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
{ id: "6", name: "Peri-Peri Chicken", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" },
|
||||
]}
|
||||
title="Authentic Cuisine"
|
||||
description="Explore our rich menu inspired by West, North, South, and East African heritage."
|
||||
@@ -171,67 +100,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Live Music",
|
||||
description: "Immersive cultural performances.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=1",
|
||||
imageAlt: "Music",
|
||||
},
|
||||
title: "Live Music", description: "Immersive cultural performances.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Music" },
|
||||
items: [
|
||||
{
|
||||
icon: Music,
|
||||
text: "Live Jazz & Afro-Beats",
|
||||
},
|
||||
{
|
||||
icon: Mic,
|
||||
text: "Weekly Cultural Events",
|
||||
},
|
||||
{ icon: Music, text: "Live Jazz & Afro-Beats" },
|
||||
{ icon: Mic, text: "Weekly Cultural Events" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=7",
|
||||
imageAlt: "luxury restaurant interior warm lighting",
|
||||
},
|
||||
{
|
||||
title: "Mixology Experience",
|
||||
description: "Drinks infused with African flavors.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=2",
|
||||
imageAlt: "Bar",
|
||||
},
|
||||
title: "Mixology Experience", description: "Drinks infused with African flavors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Bar" },
|
||||
items: [
|
||||
{
|
||||
icon: Martini,
|
||||
text: "Cultural Mixology",
|
||||
},
|
||||
{
|
||||
icon: Wine,
|
||||
text: "Vibrant Beverage Menu",
|
||||
},
|
||||
{ icon: Martini, text: "Cultural Mixology" },
|
||||
{ icon: Wine, text: "Vibrant Beverage Menu" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dealing-with-derealization-dissociation-from-reality_482257-121622.jpg?_wi=2",
|
||||
imageAlt: "restaurant founder professional portrait",
|
||||
},
|
||||
{
|
||||
title: "Art & Fashion",
|
||||
description: "Where culture meets modern lifestyle.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=3",
|
||||
imageAlt: "Ambience",
|
||||
},
|
||||
title: "Art & Fashion", description: "Where culture meets modern lifestyle.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Ambience" },
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Curated African Art",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Exclusive Lifestyle Hub",
|
||||
},
|
||||
{ icon: Palette, text: "Curated African Art" },
|
||||
{ icon: Award, text: "Exclusive Lifestyle Hub" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=7",
|
||||
imageAlt: "gourmet african dish plating",
|
||||
},
|
||||
]}
|
||||
title="Feel the Vibe"
|
||||
@@ -244,46 +134,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible",
|
||||
quote: "A multi-sensory journey across Africa.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Vibrant",
|
||||
quote: "The energy here is unmatched.",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unique",
|
||||
quote: "Best dining and lounge experience in DIFC.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adolescent-undergoing-behavioral-therapy-address-anxiety-social-issues_482257-107910.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Authentic",
|
||||
quote: "Taste of true African culture.",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Amazing",
|
||||
quote: "Music and vibe are heart and soul.",
|
||||
name: "Jane Smith",
|
||||
role: "Creative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
},
|
||||
{ id: "1", title: "Incredible", quote: "A multi-sensory journey across Africa.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg" },
|
||||
{ id: "2", title: "Vibrant", quote: "The energy here is unmatched.", name: "Michael Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg" },
|
||||
{ id: "3", title: "Unique", quote: "Best dining and lounge experience in DIFC.", name: "Emily Rodriguez", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/adolescent-undergoing-behavioral-therapy-address-anxiety-social-issues_482257-107910.jpg" },
|
||||
{ id: "4", title: "Authentic", quote: "Taste of true African culture.", name: "David Kim", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg" },
|
||||
{ id: "5", title: "Amazing", quote: "Music and vibe are heart and soul.", name: "Jane Smith", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg" },
|
||||
]}
|
||||
title="The KIZA Experience"
|
||||
description="See why our community loves the energy, rhythm, and flavor we bring to Dubai."
|
||||
@@ -293,9 +148,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Reservations & Events"
|
||||
description="Ground Floor, Emirates Financial Towers, DIFC, Dubai. Call us at +971 4 453 9038 or email reservations@kiza.ae."
|
||||
@@ -306,50 +159,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#dining",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#dining" }] },
|
||||
{ items: [{ label: "Events", href: "#events" }, { label: "Reservations", href: "#contact" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="KIZA"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user