Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9c79765e8 | |||
| b1728d84da | |||
| d7a5c093d6 | |||
| 0031b70761 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import { CheckCircle, Leaf, Utensils, Zap, ChefHat } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -54,13 +54,25 @@ export default function LandingPage() {
|
||||
{ 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>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "1. Choose Your Base", description: "Select from our variety of grains, rice, or crisp fresh greens.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-plate-red-bell-pepper-cherry-tomatoes_23-2148120104.jpg" },
|
||||
{ title: "2. Add Fresh Proteins", description: "Choose from salmon, chicken, tofu, or other local fresh proteins.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-tasty-nutritious-food-delicious-homemade-lunch_185193-109954.jpg" },
|
||||
{ title: "3. Select Toppings", description: "Complete your masterpiece with fresh vegetables and crunch.", buttonIcon: Utensils, imageSrc: "http://img.b2bpic.net/free-photo/female-hands-taking-salad-with-wooden-spoons_23-2147807509.jpg" },
|
||||
{ title: "4. Order & Enjoy", description: "Quickly order for pickup or delivery for your healthy meal.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-prep-tofu-rice-spinach_23-2152010320.jpg" },
|
||||
]}
|
||||
title="How It Works"
|
||||
description="Customizable, fresh, and nutritious: your perfect meal in four simple steps."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
@@ -71,45 +83,27 @@ export default function LandingPage() {
|
||||
{ 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."
|
||||
title="Featured Selection"
|
||||
description="Explore our chef-curated signature bowls, or build your own from our fresh ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Our Pricing"
|
||||
description="Simple, transparent pricing for all our signature bowls."
|
||||
title="Transparent Pricing"
|
||||
description="Enjoy healthy, premium bowls with simple, upfront pricing."
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
plans={[
|
||||
{ id: "1", badge: "Essential", price: "5,000 RWF", subtitle: "Base Bowl", features: ["Choice of 1 base", "Choice of 3 toppings", "Choice of 1 sauce"] },
|
||||
{ id: "2", badge: "Popular", price: "8,000 RWF", subtitle: "Protein Bowl", features: ["Includes 1 Premium Protein", "Choice of base", "Choice of 5 toppings", "Choice of 2 sauces"] },
|
||||
{ id: "3", badge: "Premium", price: "12,000 RWF", subtitle: "Deluxe Bowl", features: ["Double Protein", "Unlimited Toppings", "Signature Sauces", "Special Add-ons"] }
|
||||
{ id: "1", badge: "Essential", price: "5,000 RWF", subtitle: "Base Bowl", features: ["Base Grain/Green", "3 Fresh Toppings", "1 House Sauce"] },
|
||||
{ id: "2", badge: "Popular", price: "8,000 RWF", subtitle: "Protein Bowl", features: ["1 Premium Protein", "Base Grain/Green", "5 Toppings", "2 House Sauces"] },
|
||||
{ id: "3", badge: "Deluxe", price: "12,000 RWF", subtitle: "Signature Bowl", features: ["Double Protein", "Unlimited Toppings", "Premium Sauces", "Special Add-ons"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardTwentySix
|
||||
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="How It Works"
|
||||
description="Enjoy a nutritious, customizable meal in three simple steps."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
@@ -119,25 +113,22 @@ export default function LandingPage() {
|
||||
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" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why our customers love our fresh, healthy bowls."
|
||||
description="Our community loves our focus on freshness and nutrition."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Order / Contact Us"
|
||||
description="Have questions or want to place an order? Get in touch with us directly."
|
||||
title="Ready for Your Bowle?"
|
||||
description="Place your order today for pickup or fast local delivery."
|
||||
inputs={[
|
||||
{ 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: "Order Details 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"
|
||||
/>
|
||||
@@ -159,10 +150,6 @@ export default function LandingPage() {
|
||||
bottomLeftText="© 2024 Bowle"
|
||||
bottomRightText=""
|
||||
/>
|
||||
<div className="fixed bottom-0 left-0 right-0 p-4 md:hidden flex gap-4 bg-background/90 backdrop-blur z-50">
|
||||
<a href="tel:0780021898" className="flex-1 py-3 text-center bg-primary text-white rounded-lg font-bold">Call</a>
|
||||
<a href="https://wa.me/250780021898" className="flex-1 py-3 text-center bg-green-600 text-white rounded-lg font-bold">WhatsApp</a>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user