diff --git a/src/app/page.tsx b/src/app/page.tsx
index a32334a..6bb8689 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,15 +1,15 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
-import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
-import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
-import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
-import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
-import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
-import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
-import ContactFaq from "@/components/sections/contact/ContactFaq";
-import FooterSimple from "@/components/sections/footer/FooterSimple";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
+import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
+import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
+import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
+import ContactFaq from '@/components/sections/contact/ContactFaq';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from "next/link";
import { Coffee, Heart, Sparkles, Cake, Gift, Star, MapPin, MessageCircle, Sun, Utensils } from "lucide-react";
@@ -33,15 +33,13 @@ export default function HomePage() {
brandName="Eats Bakery & Coffee"
navItems={[
{ name: "Home", id: "/" },
- { name: "Menu", id: "/menu" },
- { name: "Catering", id: "/menu" },
- { name: "Services", id: "services" },
- { name: "Contact", id: "contact" },
+ { name: "Menu", id: "#menu" },
+ { name: "Catering", id: "#catering" },
+ { name: "Services", id: "#services" },
+ { name: "Contact", id: "#contact" },
]}
button={{
- text: "Order Now",
- href: "/menu",
- }}
+ text: "Order Now", href: "#menu"}}
/>
@@ -50,54 +48,31 @@ export default function HomePage() {
@@ -112,13 +87,9 @@ export default function HomePage() {
description="At Eats Bakery & Coffee, we believe in the power of quality ingredients, time-honored techniques, and genuine hospitality. Every pastry is hand-crafted daily, and every cup of coffee is brewed to perfection. We're not just serving food and beverages—we're creating moments of joy and connection in our community."
metrics={[
{
- value: "4.8★",
- title: "Customer Rating (83 reviews)",
- },
+ value: "4.8★", title: "Customer Rating (83 reviews)"},
{
- value: "10+",
- title: "Years of Excellence",
- },
+ value: "10+", title: "Years of Excellence"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-baker-kitchen-using-phone_1303-32293.jpg"
imageAlt="Artisan baking process"
@@ -137,64 +108,28 @@ export default function HomePage() {
tagIcon={Sparkles}
features={[
{
- title: "Artisan Croissants",
- description: "Butter-layered croissants with a perfectly crispy exterior and tender, flaky interior. Our most beloved classic.",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-with-glass-lemon-juice_114579-34915.jpg?_wi=1",
- imageAlt: "Golden croissant",
- button: {
- text: "Learn More",
- href: "/menu",
- },
+ title: "Artisan Croissants", description: "Butter-layered croissants with a perfectly crispy exterior and tender, flaky interior. Our most beloved classic.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-with-glass-lemon-juice_114579-34915.jpg", imageAlt: "Golden croissant", button: {
+ text: "Learn More", href: "#"},
},
{
- title: "Espresso Blends",
- description: "Premium single-origin and house blend espresso shots, expertly pulled and perfectly crema'd for the ultimate coffee experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-cappuccino_23-2148354685.jpg?_wi=1",
- imageAlt: "Espresso shots",
- button: {
- text: "Explore Blends",
- href: "/menu",
- },
+ title: "Espresso Blends", description: "Premium single-origin and house blend espresso shots, expertly pulled and perfectly crema'd for the ultimate coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-cappuccino_23-2148354685.jpg", imageAlt: "Espresso shots", button: {
+ text: "Explore Blends", href: "#"},
},
{
- title: "Seasonal Pastries",
- description: "Limited edition pastries celebrating seasonal flavors. Fresh berries, exotic fruits, and creative flavor combinations.",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg?_wi=1",
- imageAlt: "Colorful seasonal pastries",
- button: {
- text: "View Seasonal",
- href: "/menu",
- },
+ title: "Seasonal Pastries", description: "Limited edition pastries celebrating seasonal flavors. Fresh berries, exotic fruits, and creative flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg", imageAlt: "Colorful seasonal pastries", button: {
+ text: "View Seasonal", href: "#"},
},
{
- title: "Specialty Cakes",
- description: "Custom cakes for celebrations. From elegant tortes to festive designs, we create edible masterpieces for your special moments.",
- imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-delicious-fruits_23-2149144148.jpg?_wi=1",
- imageAlt: "Decorated specialty cake",
- button: {
- text: "Order Custom",
- href: "/menu",
- },
+ title: "Specialty Cakes", description: "Custom cakes for celebrations. From elegant tortes to festive designs, we create edible masterpieces for your special moments.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-delicious-fruits_23-2149144148.jpg", imageAlt: "Decorated specialty cake", button: {
+ text: "Order Custom", href: "#"},
},
{
- title: "Breakfast Sandwiches",
- description: "Fresh-baked bread filled with premium ingredients. Perfect for a quick breakfast or satisfying lunch.",
- imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg",
- imageAlt: "Breakfast sandwich",
- button: {
- text: "View Sandwiches",
- href: "/menu",
- },
+ title: "Breakfast Sandwiches", description: "Fresh-baked bread filled with premium ingredients. Perfect for a quick breakfast or satisfying lunch.", imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg", imageAlt: "Breakfast sandwich", button: {
+ text: "View Sandwiches", href: "#"},
},
{
- title: "Coffee & Tea Pairings",
- description: "Expert recommendations on pairing our beverages with our bakery selections for the perfect taste experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-little-cakes-with-cup-coffee-white-background-pie-cake-sweet-biscuit-sugar-cookie_140725-80639.jpg",
- imageAlt: "Coffee and pastry pairing",
- button: {
- text: "See Pairings",
- href: "/menu",
- },
+ title: "Coffee & Tea Pairings", description: "Expert recommendations on pairing our beverages with our bakery selections for the perfect taste experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-little-cakes-with-cup-coffee-white-background-pie-cake-sweet-biscuit-sugar-cookie_140725-80639.jpg", imageAlt: "Coffee and pastry pairing", button: {
+ text: "See Pairings", href: "#"},
},
]}
gridVariant="bento-grid"
@@ -213,29 +148,13 @@ export default function HomePage() {
tagIcon={Gift}
features={[
{
- title: "In-Store Dining",
- description: "Enjoy our cozy, welcoming atmosphere perfect for morning coffee, afternoon treats, or quality time with friends and family.",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-composition-with-breakfast-blank-space-father-s-day_23-2147632091.jpg?_wi=1",
- imageAlt: "Cozy cafe interior",
- },
+ title: "In-Store Dining", description: "Enjoy our cozy, welcoming atmosphere perfect for morning coffee, afternoon treats, or quality time with friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-composition-with-breakfast-blank-space-father-s-day_23-2147632091.jpg", imageAlt: "Cozy cafe interior"},
{
- title: "Takeaway & Delivery",
- description: "Grab your favorites to go. We offer fast service for those on the move, with convenient delivery options available.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-yellow-cape-holding-food-package-coffee-pink-background-uniform-delivery-work-job-color_140725-34828.jpg?_wi=1",
- imageAlt: "Takeaway packaging",
- },
+ title: "Takeaway & Delivery", description: "Grab your favorites to go. We offer fast service for those on the move, with convenient delivery options available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-yellow-cape-holding-food-package-coffee-pink-background-uniform-delivery-work-job-color_140725-34828.jpg", imageAlt: "Takeaway packaging"},
{
- title: "Corporate Catering",
- description: "Impress your team with our corporate packages. Customizable platters, breakfast boxes, and premium coffee service.",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-salad-cheese-set_8353-10598.jpg?_wi=1",
- imageAlt: "Corporate catering spread",
- },
+ title: "Corporate Catering", description: "Impress your team with our corporate packages. Customizable platters, breakfast boxes, and premium coffee service.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-salad-cheese-set_8353-10598.jpg", imageAlt: "Corporate catering spread"},
{
- title: "Event Catering",
- description: "Celebrate your special moments with our event catering. Weddings, parties, and corporate events handled with elegance.",
- imageSrc: "http://img.b2bpic.net/free-photo/variety-snacks-served-with-drinks_23-2148244968.jpg?_wi=1",
- imageAlt: "Event catering setup",
- },
+ title: "Event Catering", description: "Celebrate your special moments with our event catering. Weddings, parties, and corporate events handled with elegance.", imageSrc: "http://img.b2bpic.net/free-photo/variety-snacks-served-with-drinks_23-2148244968.jpg", imageAlt: "Event catering setup"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -253,73 +172,37 @@ export default function HomePage() {
tagIcon={Cake}
plans={[
{
- id: "breakfast",
- badge: "Breakfast Service",
- badgeIcon: Sun,
- price: "From 25 MAD/person",
- subtitle: "Perfect for morning meetings and team kickoffs",
- buttons: [
+ id: "breakfast", badge: "Breakfast Service", badgeIcon: Sun,
+ price: "From 25 MAD/person", subtitle: "Perfect for morning meetings and team kickoffs", buttons: [
{
- text: "Order Breakfast",
- href: "/menu",
- },
+ text: "Order Breakfast", href: "#"},
{
- text: "Customize",
- href: "/menu",
- },
+ text: "Customize", href: "#"},
],
features: [
- "Assorted pastries and croissants",
- "Fresh fruit platters",
- "Coffee and juice service",
- "Napkins and serving utensils included",
- ],
+ "Assorted pastries and croissants", "Fresh fruit platters", "Coffee and juice service", "Napkins and serving utensils included"],
},
{
- id: "lunch",
- badge: "Lunch Platters",
- badgeIcon: Utensils,
- price: "From 50 MAD/person",
- subtitle: "Ideal for midday events and lunch meetings",
- buttons: [
+ id: "lunch", badge: "Lunch Platters", badgeIcon: Utensils,
+ price: "From 50 MAD/person", subtitle: "Ideal for midday events and lunch meetings", buttons: [
{
- text: "Order Lunch",
- href: "/menu",
- },
+ text: "Order Lunch", href: "#"},
{
- text: "Customize",
- href: "/menu",
- },
+ text: "Customize", href: "#"},
],
features: [
- "Gourmet sandwiches and wraps",
- "Seasonal salads and sides",
- "Premium beverage selection",
- "Dessert options available",
- ],
+ "Gourmet sandwiches and wraps", "Seasonal salads and sides", "Premium beverage selection", "Dessert options available"],
},
{
- id: "premium",
- badge: "Premium Event",
- badgeIcon: Sparkles,
- price: "From 100 MAD/person",
- subtitle: "Our signature offering for special occasions",
- buttons: [
+ id: "premium", badge: "Premium Event", badgeIcon: Sparkles,
+ price: "From 100 MAD/person", subtitle: "Our signature offering for special occasions", buttons: [
{
- text: "Book Premium",
- href: "/menu",
- },
+ text: "Book Premium", href: "#"},
{
- text: "Customize",
- href: "/menu",
- },
+ text: "Customize", href: "#"},
],
features: [
- "Custom cake designs",
- "Full meal service with options",
- "Premium coffee and espresso bar",
- "Dedicated staff support",
- ],
+ "Custom cake designs", "Full meal service with options", "Premium coffee and espresso bar", "Dedicated staff support"],
},
]}
animationType="slide-up"
@@ -337,88 +220,62 @@ export default function HomePage() {
tagIcon={Star}
testimonials={[
{
- id: "1",
- title: "Morning Ritual Complete",
- quote: "I visit Eats every morning for their espresso and croissant. It's the perfect way to start my day. The baristas know my order, and the quality never wavers.",
- name: "Fatima Morocco",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg",
- imageAlt: "Fatima Morocco portrait",
- },
+ id: "1", title: "Morning Ritual Complete", quote: "I visit Eats every morning for their espresso and croissant. It's the perfect way to start my day. The baristas know my order, and the quality never wavers.", name: "Fatima Morocco", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg", imageAlt: "Fatima Morocco portrait"},
{
- id: "2",
- title: "Catering Saved Our Event",
- quote: "We ordered catering from Eats for our company anniversary, and guests raved about the food all week. Professional, delicious, and beautifully presented.",
- name: "Ahmed Hassan",
- role: "CEO, Tech Innovations",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
- imageAlt: "Ahmed Hassan portrait",
- },
+ id: "2", title: "Catering Saved Our Event", quote: "We ordered catering from Eats for our company anniversary, and guests raved about the food all week. Professional, delicious, and beautifully presented.", name: "Ahmed Hassan", role: "CEO, Tech Innovations", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Ahmed Hassan portrait"},
{
- id: "3",
- title: "Hidden Gem in Tangier",
- quote: "Found this place by chance, and now it's our favorite spot to meet friends. The atmosphere is warm, the coffee is exceptional, and the pastries are divine.",
- name: "Sophie Laurent",
- role: "Travel Blogger",
- imageSrc: "http://img.b2bpic.net/free-photo/female-with-skateboard-taking-selfies_23-2148436002.jpg?_wi=1",
- imageAlt: "Sophie Laurent portrait",
- },
+ id: "3", title: "Hidden Gem in Tangier", quote: "Found this place by chance, and now it's our favorite spot to meet friends. The atmosphere is warm, the coffee is exceptional, and the pastries are divine.", name: "Sophie Laurent", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/female-with-skateboard-taking-selfies_23-2148436002.jpg", imageAlt: "Sophie Laurent portrait"},
{
- id: "4",
- title: "Wedding Day Heroes",
- quote: "They created a custom cake for our wedding that was absolutely stunning. Not only beautiful but incredibly delicious. Highly recommend for any celebration.",
- name: "Nadia & Karim",
- role: "Newlyweds",
- imageSrc: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg?_wi=1",
- imageAlt: "Nadia and Karim wedding photo",
- },
+ id: "4", title: "Wedding Day Heroes", quote: "They created a custom cake for our wedding that was absolutely stunning. Not only beautiful but incredibly delicious. Highly recommend for any celebration.", name: "Nadia & Karim", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg", imageAlt: "Nadia and Karim wedding photo"},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
+ {/* Location Section */}
+
+
+
+
{/* Contact & FAQ Section */}