diff --git a/src/app/page.tsx b/src/app/page.tsx
index 81f11b1..cdac528 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -55,46 +41,20 @@ export default function LandingPage() {
@@ -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() {