Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
335
src/app/page.tsx
335
src/app/page.tsx
@@ -32,92 +32,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Super Fantasy"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Culinary Haven in Alakahia"
|
||||
description="Discover the vibrant atmosphere of Super Fantasy, a popular restaurant in Rivers, Nigeria, known for its delicious meals, inclusive menu, and great cocktails."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg",
|
||||
alt: "Top view table assortment with plant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg",
|
||||
alt: "Penne pasta cooked in tomato sauce",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg",
|
||||
alt: "Table assortment with plant above view",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg",
|
||||
alt: "Vegetable salad with caviar and shrimps",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg",
|
||||
alt: "luxury restaurant dining experience elegant",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg", alt: "Top view table assortment with plant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg", alt: "Penne pasta cooked in tomato sauce" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", alt: "Table assortment with plant above view" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg", alt: "Vegetable salad with caviar and shrimps" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg", alt: "luxury restaurant dining experience elegant" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Cocktails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Selection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Signature Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Evenings",
|
||||
},
|
||||
{ type: "text", text: "Authentic Flavors" },
|
||||
{ type: "text", text: "Exquisite Cocktails" },
|
||||
{ type: "text", text: "Gourmet Selection" },
|
||||
{ type: "text", text: "Signature Dining" },
|
||||
{ type: "text", text: "Unforgettable Evenings" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,15 +74,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Culinary Story",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg",
|
||||
alt: "About Super Fantasy",
|
||||
},
|
||||
{ type: "text", content: "Our Culinary Story" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg", alt: "About Super Fantasy" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,21 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Great Cocktails",
|
||||
description: "Expertly crafted spirits and unique cocktail creations in a vibrant, upscale lounge setting.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "All-You-Can-Eat",
|
||||
description: "A diverse array of gourmet selections, satisfying every appetite with unlimited refined options.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Happy-Hour Specials",
|
||||
description: "Exquisite small plates and curated bar snacks available at the most inviting times of your day.",
|
||||
},
|
||||
{ icon: Droplet, title: "Great Cocktails", description: "Expertly crafted spirits and unique cocktail creations in a vibrant, upscale lounge setting." },
|
||||
{ icon: Award, title: "All-You-Can-Eat", description: "A diverse array of gourmet selections, satisfying every appetite with unlimited refined options." },
|
||||
{ icon: Clock, title: "Happy-Hour Specials", description: "Exquisite small plates and curated bar snacks available at the most inviting times of your day." },
|
||||
]}
|
||||
title="Experience Excellence"
|
||||
description="Indulge in a curated selection of culinary highlights and signature experiences crafted for the discerning palate."
|
||||
@@ -171,49 +100,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Special Rice",
|
||||
price: "₦4,500",
|
||||
variant: "Gourmet Rice Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Cake",
|
||||
price: "₦2,000",
|
||||
variant: "Artisan Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sweet-delicious-piece-cakes-with-rosehips-glass-plate_114579-54943.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Local Soup Bowl",
|
||||
price: "₦3,800",
|
||||
variant: "Authentic Recipe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chef's Special Salad",
|
||||
price: "₦3,500",
|
||||
variant: "Fresh Greens",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Signature Pastry",
|
||||
price: "₦2,500",
|
||||
variant: "Dessert Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-red-shawl-dark-isolated-background-free-place_140725-108490.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Hearty Local Soup",
|
||||
price: "₦4,200",
|
||||
variant: "Traditional Richness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-cabbage-soup-with-carrots-chopped-green-onions-cucumber-wooden-plate-wooden-plate_1150-27229.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Special Rice", price: "₦4,500", variant: "Gourmet Rice Selection", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
|
||||
{ id: "p2", name: "Signature Cake", price: "₦2,000", variant: "Artisan Dessert", imageSrc: "http://img.b2bpic.net/free-photo/two-sweet-delicious-piece-cakes-with-rosehips-glass-plate_114579-54943.jpg" },
|
||||
{ id: "p3", name: "Local Soup Bowl", price: "₦3,800", variant: "Authentic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" },
|
||||
{ id: "p4", name: "Chef's Special Salad", price: "₦3,500", variant: "Fresh Greens", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg" },
|
||||
{ id: "p5", name: "Signature Pastry", price: "₦2,500", variant: "Dessert Selection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-red-shawl-dark-isolated-background-free-place_140725-108490.jpg" },
|
||||
{ id: "p6", name: "Hearty Local Soup", price: "₦4,200", variant: "Traditional Richness", imageSrc: "http://img.b2bpic.net/free-photo/pork-cabbage-soup-with-carrots-chopped-green-onions-cucumber-wooden-plate-wooden-plate_1150-27229.jpg" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our signature dishes prepared with fresh ingredients and refined culinary techniques."
|
||||
@@ -226,38 +120,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "lunch",
|
||||
badge: "Popular",
|
||||
price: "₦10,000",
|
||||
subtitle: "Perfect for Solo or Quick Lunch",
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Quick Service",
|
||||
"Signature Rice",
|
||||
"Refreshing Drink",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "dinner",
|
||||
badge: "Elite",
|
||||
price: "₦40,000",
|
||||
subtitle: "Full Culinary Experience",
|
||||
buttons: [
|
||||
{
|
||||
text: "Reserve Now",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Course Meal",
|
||||
"Unlimited Cocktails",
|
||||
"Priority Table",
|
||||
],
|
||||
},
|
||||
{ id: "lunch", badge: "Popular", price: "₦10,000", subtitle: "Perfect for Solo or Quick Lunch", buttons: [{ text: "Order Now" }], features: ["Quick Service", "Signature Rice", "Refreshing Drink"] },
|
||||
{ id: "dinner", badge: "Elite", price: "₦40,000", subtitle: "Full Culinary Experience", buttons: [{ text: "Reserve Now" }], features: ["Full Course Meal", "Unlimited Cocktails", "Priority Table"] },
|
||||
]}
|
||||
title="Dining Plans"
|
||||
description="Choose the perfect culinary experience at Super Fantasy."
|
||||
@@ -271,27 +135,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "208+",
|
||||
title: "Reviews",
|
||||
description: "Satisfied patrons worldwide",
|
||||
icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.0",
|
||||
title: "Google Rating",
|
||||
description: "Highly trusted by guests",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
title: "Signature Items",
|
||||
description: "Crafted with local care",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", value: "208+", title: "Reviews", description: "Satisfied patrons worldwide", icon: MessageSquare },
|
||||
{ id: "m2", value: "4.0", title: "Google Rating", description: "Highly trusted by guests", icon: Star },
|
||||
{ id: "m3", value: "100+", title: "Signature Items", description: "Crafted with local care", icon: Award },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Consistently providing excellence in Rivers State culinary scene."
|
||||
@@ -302,61 +148,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Food Critic",
|
||||
company: "Global Bites",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Vlogger",
|
||||
company: "PH City Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081860.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Influencer",
|
||||
company: "Lifestyle Media",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Chef",
|
||||
company: "Culinary Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Okon",
|
||||
role: "Local Guide",
|
||||
company: "Rivers Foodies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-taking-photo-her-salad-indoor-portrait-smiling-brunette-woman-having-fun-dinner_197531-17193.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "Food Critic", company: "Global Bites", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Vlogger", company: "PH City Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081860.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Influencer", company: "Lifestyle Media", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Chef", company: "Culinary Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg" },
|
||||
{ id: "t5", name: "Linda Okon", role: "Local Guide", company: "Rivers Foodies", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-taking-photo-her-salad-indoor-portrait-smiling-brunette-woman-having-fun-dinner_197531-17193.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "208",
|
||||
label: "Verified Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfied Guests",
|
||||
},
|
||||
{ value: "4.0", label: "Avg Rating" },
|
||||
{ value: "208", label: "Verified Reviews" },
|
||||
{ value: "100%", label: "Satisfied Guests" },
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="What our guests are saying about Super Fantasy."
|
||||
@@ -366,55 +169,21 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Super Fantasy"
|
||||
description="Join us today for an unforgettable dining experience in the heart of Alakahia."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Directions", href: "#" }, { label: "Reserve Table", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Super Fantasy"
|
||||
/>
|
||||
@@ -422,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user