Update src/app/page.tsx
This commit is contained in:
217
src/app/page.tsx
217
src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Star, Users, Award } from 'lucide-react';
|
||||
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
name: "Menu", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Nubia Restobar"
|
||||
bottomLeftText="African Fusion"
|
||||
@@ -60,70 +51,39 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Sip. Savour. Socialise in Style."
|
||||
description="Experience a chic fusion of African flavour, luxury dining, and unforgettable nights at Nubia Restobar. Your perfect escape awaits."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amina Diallo",
|
||||
handle: "@amina.foodie",
|
||||
testimonial: "Nubia Restobar offers an unparalleled dining experience. The ambiance is captivating, and the dishes are a true masterpiece of African fusion!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
},
|
||||
name: "Amina Diallo", handle: "@amina.foodie", testimonial: "Nubia Restobar offers an unparalleled dining experience. The ambiance is captivating, and the dishes are a true masterpiece of African fusion!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
|
||||
{
|
||||
name: "Kwame Nkrumah",
|
||||
handle: "@kwame_eats",
|
||||
testimonial: "From the moment you walk in, you're transported. The 'Electric Atmosphere' is spot on, and their signature cocktails are a must-try. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg",
|
||||
},
|
||||
name: "Kwame Nkrumah", handle: "@kwame_eats", testimonial: "From the moment you walk in, you're transported. The 'Electric Atmosphere' is spot on, and their signature cocktails are a must-try. Five stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg"},
|
||||
{
|
||||
name: "Zola Mkhize",
|
||||
handle: "@zola.dining",
|
||||
testimonial: "The service at Nubia is truly exceptional. Our server was knowledgeable and friendly, making our anniversary dinner absolutely perfect. We'll be back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
|
||||
},
|
||||
name: "Zola Mkhize", handle: "@zola.dining", testimonial: "The service at Nubia is truly exceptional. Our server was knowledgeable and friendly, making our anniversary dinner absolutely perfect. We'll be back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
|
||||
{
|
||||
name: "Jide Okoro",
|
||||
handle: "@jide_ventures",
|
||||
testimonial: "A culinary gem! Every dish was bursting with authentic African flavors, elevated to fine dining standards. The presentation alone was art. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg",
|
||||
},
|
||||
name: "Jide Okoro", handle: "@jide_ventures", testimonial: "A culinary gem! Every dish was bursting with authentic African flavors, elevated to fine dining standards. The presentation alone was art. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg"},
|
||||
{
|
||||
name: "Nala Odinga",
|
||||
handle: "@nala.adventures",
|
||||
testimonial: "Such a vibrant and stylish spot! Perfect for a night out with friends. The music, the decor, the food—everything was just right. An amazing experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
|
||||
},
|
||||
name: "Nala Odinga", handle: "@nala.adventures", testimonial: "Such a vibrant and stylish spot! Perfect for a night out with friends. The music, the decor, the food—everything was just right. An amazing experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-africanamerican-woman-smiling-looking-dreamy-promo-pointing-fingers_1258-130061.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-africanamerican-woman-smiling-looking-dreamy-promo-pointing-fingers_1258-130061.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-uncaring-man-showing-indifference-apathy-feeling-depressed_482257-118975.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-uncaring-man-showing-indifference-apathy-feeling-depressed_482257-118975.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg", alt: "Customer 4"},
|
||||
]}
|
||||
avatarText="Join our delighted guests"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-glass-table_23-2148000093.jpg"
|
||||
@@ -147,26 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "flavor",
|
||||
title: "Signature Flavours",
|
||||
description: "Creative twists on African classics — from delectable small plates and tapas to indulgent mains and unique desserts. Each dish tells a story.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6879.jpg",
|
||||
imageAlt: "Gourmet African fusion dish",
|
||||
},
|
||||
id: "flavor", title: "Signature Flavours", description: "Creative twists on African classics — from delectable small plates and tapas to indulgent mains and unique desserts. Each dish tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6879.jpg", imageAlt: "Gourmet African fusion dish"},
|
||||
{
|
||||
id: "atmosphere",
|
||||
title: "Electric Atmosphere",
|
||||
description: "Cosy yet vibrant energy that perfectly blends intimate dining with a lively social scene. Ideal for date nights, celebrations, and memorable moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-blue-beverage-her-hands_140725-4346.jpg",
|
||||
imageAlt: "Vibrant interior of a restobar",
|
||||
},
|
||||
id: "atmosphere", title: "Electric Atmosphere", description: "Cosy yet vibrant energy that perfectly blends intimate dining with a lively social scene. Ideal for date nights, celebrations, and memorable moments.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-blue-beverage-her-hands_140725-4346.jpg", imageAlt: "Vibrant interior of a restobar"},
|
||||
{
|
||||
id: "service",
|
||||
title: "Exceptional Service",
|
||||
description: "Our warm, youthful, and highly professional staff are dedicated to delivering unforgettable hospitality, ensuring every guest feels valued and pampered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-holding-tray-with-champagne_23-2148245008.jpg",
|
||||
imageAlt: "Waiter providing excellent service",
|
||||
},
|
||||
id: "service", title: "Exceptional Service", description: "Our warm, youthful, and highly professional staff are dedicated to delivering unforgettable hospitality, ensuring every guest feels valued and pampered.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-holding-tray-with-champagne_23-2148245008.jpg", imageAlt: "Waiter providing excellent service"},
|
||||
]}
|
||||
title="Culinary Delights & Vibrant Vibes"
|
||||
description="Explore the unique offerings that make Nubia Restobar an exceptional destination for dining and entertainment."
|
||||
@@ -180,67 +125,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Food Blogger",
|
||||
company: "TasteBud Travels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Food Blogger", company: "TasteBud Travels", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Local Critic",
|
||||
company: "City Eats Weekly",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Local Critic", company: "City Eats Weekly", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Event Planner",
|
||||
company: "Celebration Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Celebration Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Regular Guest",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Regular Guest", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia Wilson",
|
||||
role: "Chef & Restaurateur",
|
||||
company: "Culinary Innovators",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
|
||||
},
|
||||
id: "5", name: "Olivia Wilson", role: "Chef & Restaurateur", company: "Culinary Innovators", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Brown",
|
||||
role: "Travel Vlogger",
|
||||
company: "Global Palate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg",
|
||||
},
|
||||
id: "6", name: "James Brown", role: "Travel Vlogger", company: "Global Palate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
title: "Average Rating",
|
||||
value: "4.9",
|
||||
description: "Average Rating", value: "4.9", icon: Star
|
||||
},
|
||||
{
|
||||
title: "Happy Guests",
|
||||
value: "10K+",
|
||||
description: "Happy Guests", value: "10K+", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Awarded",
|
||||
value: "2023 Best Restobar",
|
||||
},
|
||||
description: "Awarded", value: "2023 Best Restobar", icon: Award
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our delighted customers about their unforgettable experiences at Nubia Restobar and discover why we're a local favorite."
|
||||
@@ -251,18 +163,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to immerse yourself in the Nubia experience? Book your table for an unforgettable evening, inquire about private events, or simply say hello. We look forward to welcoming you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Make a Reservation", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Nudia+Restobar",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Nudia+Restobar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -273,49 +180,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Menu", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Table", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user