Merge version_1 into main #1
247
src/app/page.tsx
247
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
@@ -28,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "How It Works", id: "#how-it-works" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Bowle"
|
||||
/>
|
||||
@@ -55,46 +41,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fresh, Custom Bowls Made for You in Kigali"
|
||||
description="Healthy, fast, and delicious meals at Bowle. Your custom bowl, made fresh to order."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0780021898",
|
||||
},
|
||||
{
|
||||
text: "Order / Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:0780021898" },
|
||||
{ text: "Order / Contact", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-poke-bowl-with-salmon-bowl-with-seaweed-sesame-seeds-cabbage-top-view-flat-lay-vertical_127032-2489.jpg",
|
||||
imageAlt: "Fresh healthy bowls in Kigali",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad_1220-193.jpg",
|
||||
imageAlt: "Fresh ingredients for healthy bowls",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186012.jpg",
|
||||
imageAlt: "Healthy bowl and smoothie lunch",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetable-salads-bowls-wooden-table_176474-127.jpg",
|
||||
imageAlt: "Variety of custom bowl options",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-seabass-ingredients-cooking-raw-fish-seabass-with-spices-herbs-black-slate-table-top-view_114579-13.jpg",
|
||||
imageAlt: "Vibrant and nutritious fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-tomatoes-green-pepper-olives-other-vegetables-brown-desk_140725-14588.jpg",
|
||||
imageAlt: "Modern healthy bowl cafe atmosphere",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-poke-bowl-with-salmon-bowl-with-seaweed-sesame-seeds-cabbage-top-view-flat-lay-vertical_127032-2489.jpg", imageAlt: "Fresh healthy bowls in Kigali" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad_1220-193.jpg", imageAlt: "Fresh ingredients for healthy bowls" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186012.jpg", imageAlt: "Healthy bowl and smoothie lunch" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/different-vegetable-salads-bowls-wooden-table_176474-127.jpg", imageAlt: "Variety of custom bowl options" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-seabass-ingredients-cooking-raw-fish-seabass-with-spices-herbs-black-slate-table-top-view_114579-13.jpg", imageAlt: "Vibrant and nutritious fresh ingredients" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-tomatoes-green-pepper-olives-other-vegetables-brown-desk_140725-14588.jpg", imageAlt: "Modern healthy bowl cafe atmosphere" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,42 +66,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Chicken Bowl",
|
||||
price: "8,000 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lunchboxes-with-delicious-food_23-2149098817.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Avocado Veggie Power Bowl",
|
||||
price: "7,000 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-salad-with-cut-sliced-cucumber-spinach-basil-tomato-wooden-surface_141793-10390.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Protein Salmon Bowl",
|
||||
price: "10,000 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-breakfast-bowl-with-oatmeal-tomatoes-lettuce-microgreens-boiled-egg-healthy-food-vegetarian-buddha-bowl-top-view-flat-lay_2829-20056.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vegan Harvest Bowl",
|
||||
price: "6,500 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/takeaway-vegan-poke-bowl-photography_53876-104588.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Custom Build-Your-Own",
|
||||
price: "Starts at 5,000 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-salmon-rice-fresh-vegetables-poke-top-view-banner_127032-2416.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Green Detox Bowl",
|
||||
price: "6,000 RWF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-salad-copy-space_23-2148247872.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Chicken Bowl", price: "8,000 RWF", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lunchboxes-with-delicious-food_23-2149098817.jpg" },
|
||||
{ id: "2", name: "Avocado Veggie Power Bowl", price: "7,000 RWF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-salad-with-cut-sliced-cucumber-spinach-basil-tomato-wooden-surface_141793-10390.jpg" },
|
||||
{ id: "3", name: "Protein Salmon Bowl", price: "10,000 RWF", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-breakfast-bowl-with-oatmeal-tomatoes-lettuce-microgreens-boiled-egg-healthy-food-vegetarian-buddha-bowl-top-view-flat-lay_2829-20056.jpg" },
|
||||
{ id: "4", name: "Vegan Harvest Bowl", price: "6,500 RWF", imageSrc: "http://img.b2bpic.net/free-photo/takeaway-vegan-poke-bowl-photography_53876-104588.jpg" },
|
||||
{ id: "5", name: "Custom Build-Your-Own", price: "Starts at 5,000 RWF", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-salmon-rice-fresh-vegetables-poke-top-view-banner_127032-2416.jpg" },
|
||||
{ id: "6", name: "Green Detox Bowl", price: "6,000 RWF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-salad-copy-space_23-2148247872.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Build your perfect bowl from our selection of fresh bases, proteins, and toppings."
|
||||
@@ -153,30 +83,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Pick Your Base",
|
||||
description: "Choose from fresh grains, rice, or greens.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-plate-red-bell-pepper-cherry-tomatoes_23-2148120104.jpg",
|
||||
},
|
||||
{
|
||||
title: "Select Proteins & Toppings",
|
||||
description: "Add fresh, locally sourced proteins and crisp veggies.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-tasty-nutritious-food-delicious-homemade-lunch_185193-109954.jpg",
|
||||
},
|
||||
{
|
||||
title: "Top with Signature Sauce",
|
||||
description: "Finish your perfect bowl with our homemade sauces.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-taking-salad-with-wooden-spoons_23-2147807509.jpg",
|
||||
},
|
||||
{
|
||||
title: "Order & Enjoy",
|
||||
description: "Grab it in-store or order for delivery.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-prep-tofu-rice-spinach_23-2152010320.jpg",
|
||||
},
|
||||
{ title: "Pick Your Base", description: "Choose from fresh grains, rice, or greens.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-plate-red-bell-pepper-cherry-tomatoes_23-2148120104.jpg" },
|
||||
{ title: "Select Proteins & Toppings", description: "Add fresh, locally sourced proteins and crisp veggies.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-tasty-nutritious-food-delicious-homemade-lunch_185193-109954.jpg" },
|
||||
{ title: "Top with Signature Sauce", description: "Finish your perfect bowl with our homemade sauces.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/female-hands-taking-salad-with-wooden-spoons_23-2147807509.jpg" },
|
||||
{ title: "Order & Enjoy", description: "Grab it in-store or order for delivery.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-prep-tofu-rice-spinach_23-2152010320.jpg" },
|
||||
]}
|
||||
title="How It Works"
|
||||
description="Enjoy a nutritious, customizable meal in three simple steps."
|
||||
@@ -189,46 +99,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahkigali",
|
||||
testimonial: "Fresh, fast, and exactly what I needed for lunch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markfoodie",
|
||||
testimonial: "Best salad bowl in town. Great service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pretty-girl-taking-selfie_23-2148225700.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenanutri",
|
||||
testimonial: "Healthy ingredients that actually taste amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-eating-healthy-food_268835-1526.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@davidkigali",
|
||||
testimonial: "Love the build-your-own options. Always fresh.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe M.",
|
||||
handle: "@chloelunches",
|
||||
testimonial: "Quick service and really friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006621.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahkigali", testimonial: "Fresh, fast, and exactly what I needed for lunch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markfoodie", testimonial: "Best salad bowl in town. Great service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pretty-girl-taking-selfie_23-2148225700.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elenanutri", testimonial: "Healthy ingredients that actually taste amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-eating-healthy-food_268835-1526.jpg" },
|
||||
{ id: "4", name: "David L.", handle: "@davidkigali", testimonial: "Love the build-your-own options. Always fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
|
||||
{ id: "5", name: "Chloe M.", handle: "@chloelunches", testimonial: "Quick service and really friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006621.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Reviews"
|
||||
@@ -242,24 +117,10 @@ export default function LandingPage() {
|
||||
title="Order / Contact Us"
|
||||
description="Have questions or want to place an order? Get in touch with us directly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Order or Inquiry",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your Order or Inquiry", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg"
|
||||
buttonText="Submit Order"
|
||||
/>
|
||||
@@ -268,38 +129,16 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call Now: 0780 021 898",
|
||||
href: "tel:0780021898",
|
||||
},
|
||||
{
|
||||
label: "Deco Center, KG 9 Ave, Kigali",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Open daily until 23:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [
|
||||
{ label: "Call Now: 0780 021 898", href: "tel:0780021898" },
|
||||
{ label: "Deco Center, KG 9 Ave, Kigali", href: "#" },
|
||||
{ label: "Open daily until 23:00", href: "#" }
|
||||
] },
|
||||
{ items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Reviews", href: "#reviews" }
|
||||
] }
|
||||
]}
|
||||
logoText="Bowle"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user