Merge version_1 into main #2
155
src/app/page.tsx
155
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Katsina City Restaurant Royal"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A Royal Culinary Experience"
|
||||
description="Indulge in authentic, high-quality cuisine crafted with passion in the heart of Katsina."
|
||||
tag="Since 1995"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-rolls-slices-table_140725-3796.jpg",
|
||||
imageAlt: "Luxurious dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-rolls-slices-table_140725-3796.jpg", imageAlt: "Luxurious dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-cook-chef-uniform-holding-plate-gesturing-strong-isolated-pink-wall_141793-101692.jpg",
|
||||
imageAlt: "Gourmet food preparation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1",
|
||||
imageAlt: "Restaurant exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=1",
|
||||
imageAlt: "Royal signature steak",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg?_wi=1",
|
||||
imageAlt: "Seafood platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-cook-chef-uniform-holding-plate-gesturing-strong-isolated-pink-wall_141793-101692.jpg", imageAlt: "Gourmet food preparation"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -94,7 +69,7 @@ export default function LandingPage() {
|
||||
description="At Katsina City Restaurant Royal, we blend tradition with modern culinary techniques to bring you an unparalleled dining experience."
|
||||
subdescription="From locally sourced ingredients to our master chefs' dedication, every meal is prepared to perfection."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageAlt="Elegant restaurant entrance"
|
||||
/>
|
||||
@@ -108,47 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Royal Steak",
|
||||
price: "$35.00",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", name: "Royal Steak", price: "$35.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Ocean Catch",
|
||||
price: "$28.00",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", name: "Ocean Catch", price: "$28.00", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Velvet Cake",
|
||||
price: "$12.00",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg",
|
||||
},
|
||||
id: "m3", name: "Velvet Cake", price: "$12.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Signature Punch",
|
||||
price: "$8.00",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheers_23-2148014962.jpg",
|
||||
},
|
||||
id: "m4", name: "Signature Punch", price: "$8.00", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/cheers_23-2148014962.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Garden Medley",
|
||||
price: "$18.00",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-assortment-delicious-food_23-2148948986.jpg",
|
||||
},
|
||||
id: "m5", name: "Garden Medley", price: "$18.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-assortment-delicious-food_23-2148948986.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Truffle Pasta",
|
||||
price: "$24.00",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pasta-wooden-table_23-2148305672.jpg",
|
||||
},
|
||||
id: "m6", name: "Truffle Pasta", price: "$24.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pasta-wooden-table_23-2148305672.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Discover our curated selection of fine dining dishes."
|
||||
@@ -163,25 +108,15 @@ export default function LandingPage() {
|
||||
author="Aminu S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg",
|
||||
alt: "Aminu S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg", alt: "Aminu S."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38866.jpg",
|
||||
alt: "Fatima A.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38866.jpg", alt: "Fatima A."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg",
|
||||
alt: "Hassan K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg", alt: "Hassan K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg",
|
||||
alt: "Zainab B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg", alt: "Zainab B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
|
||||
alt: "Musa T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg", alt: "Musa T."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -194,27 +129,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance, especially on weekends.",
|
||||
},
|
||||
id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially on weekends."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily from 12:00 PM to 10:00 PM.",
|
||||
},
|
||||
id: "f2", title: "What are your hours?", content: "We are open daily from 12:00 PM to 10:00 PM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you cater for special events?",
|
||||
content: "Yes, we offer professional catering services for all types of events.",
|
||||
},
|
||||
id: "f3", title: "Do you cater for special events?", content: "Yes, we offer professional catering services for all types of events."},
|
||||
]}
|
||||
ctaTitle="Book Your Table"
|
||||
ctaDescription="Join us for an unforgettable evening. Reserve your table today."
|
||||
ctaButton={{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Reserve Now", href: "#"}}
|
||||
ctaIcon={Calendar}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,42 +147,27 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Signature Dishes",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Signature Dishes", href: "#menu"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Drinks", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user