Merge version_4 into main #7
@@ -9,6 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,40 +31,32 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero"},
|
||||
{ name: "About", id: "about"},
|
||||
{ name: "Menu", id: "products"},
|
||||
{ name: "Menu", id: "menu"},
|
||||
{ name: "Products", id: "products"},
|
||||
{ name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mini Bites"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
button={{ text: "Call Now", href: "tel:+97300000000" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars"}}
|
||||
title="Flavor in Every Bite, Open for You."
|
||||
description="Located in Maqabah, we serve the best burgers and signature snacks 24/7. Your cravings, satisfied whenever you arrive."
|
||||
title="24/7 Convenience, Delivered to You."
|
||||
description="Located in Maqabah, we serve the best burgers and signature snacks around the clock. Experience top-tier flavor and unmatched delivery speed whenever hunger strikes."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#products"},
|
||||
{ text: "Visit Us", href: "#contact"},
|
||||
{ text: "View Menu", href: "#menu"},
|
||||
{ text: "Call for Order", href: "tel:+97300000000"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", alt: "Meal 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg", alt: "Meal 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg", alt: "Meal 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Meal 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", alt: "Meal 5" },
|
||||
]}
|
||||
avatarText="Fresh from our Instagram"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Open 24/7" },
|
||||
{ type: "text", text: "Signature Burgers" },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Local Favorite" },
|
||||
]}
|
||||
/>
|
||||
@@ -73,26 +66,38 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Always Fresh, Always Open"
|
||||
buttons={[{ text: "Find Location", href: "#contact"}]}
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com"}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<PricingCardNine
|
||||
title="Our Full Menu"
|
||||
description="Categories to satisfy every craving, day or night."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{ id: "1", title: "Burgers", price: "BHD 2.500+", period: "Starting from", features: ["Classic Cheeseburger", "Bacon Burger", "Double Patty Special"], button: { text: "View Burgers" } },
|
||||
{ id: "2", title: "Snacks & Sides", price: "BHD 1.000+", period: "Starting from", features: ["Signature Fries", "Onion Rings", "Nuggets Box"], button: { text: "View Sides" } },
|
||||
{ id: "3", title: "Desserts", price: "BHD 1.200+", period: "Starting from", features: ["Lotus Delight", "Chocolate Brownie", "Milkshakes"], button: { text: "View Desserts" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1" },
|
||||
{ id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1" },
|
||||
{ id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" },
|
||||
{ id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1" },
|
||||
{ id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg" },
|
||||
{ id: "1", brand: "Best Seller", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Best Seller", name: "Bacon Burger", price: "BHD 3.200", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1" },
|
||||
{ id: "3", brand: "Best Seller", name: "Mini Lotus", price: "BHD 1.500", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1" },
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Handpicked favorites loved by our community."
|
||||
title="Our Community Best Sellers"
|
||||
description="The items our regulars order again and again."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,14 +106,12 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="What Our Customers Say"
|
||||
description="Authentic feedback from our Maqabah neighborhood."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", rating: 5 },
|
||||
{ id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", rating: 5 },
|
||||
{ id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", rating: 5 },
|
||||
{ id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,7 +120,8 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars"}}
|
||||
text="Visit us in Maqabah, Bahrain (6F3Q+GX5). We are open 24 hours a day, 7 days a week."
|
||||
text="Visit us in Maqabah, Bahrain. Open 24/7. Need help or directions? Give us a call."
|
||||
buttons={[{ text: "Call Now", href: "tel:+97300000000" }, { text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,11 +131,11 @@ export default function LandingPage() {
|
||||
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Links", items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Location", href: "#contact" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Best Sellers", href: "#products" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user