diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33d7e15..c7a927f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Coffee } from "lucide-react";
+import { Coffee, Leaf, Pizza, Chair, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -63,42 +51,27 @@ export default function LandingPage() {
@@ -123,33 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Fresh & Local Ingredients",
- description: "We source the finest local produce and ingredients daily to ensure every dish is bursting with flavor and freshness.",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-young-woman-bathrobe-preparing-food-chopping-vegetables-cooking-dinner_1258-197898.jpg",
- buttonIcon: "Leaf",
- buttonHref: "#menu",
- },
+ title: "Fresh & Local Ingredients", description: "We source the finest local produce and ingredients daily to ensure every dish is bursting with flavor and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-young-woman-bathrobe-preparing-food-chopping-vegetables-cooking-dinner_1258-197898.jpg", buttonIcon: Leaf,
+ buttonHref: "#menu"},
{
- title: "Artisan Pizzas & More",
- description: "Indulge in our hand-tossed, stone-baked pizzas and a wide array of fast-food favorites, crafted with passion and precision.",
- imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg",
- buttonIcon: "Pizza",
- buttonHref: "#menu",
- },
+ title: "Artisan Pizzas & More", description: "Indulge in our hand-tossed, stone-baked pizzas and a wide array of fast-food favorites, crafted with passion and precision.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg", buttonIcon: Pizza,
+ buttonHref: "#menu"},
{
- title: "Cozy & Relaxed Ambiance",
- description: "Our interior is designed for comfort, offering a perfect setting for a casual coffee, a family meal, or a friendly gathering.",
- imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg",
- buttonIcon: "Chair",
- buttonHref: "#about",
- },
+ title: "Cozy & Relaxed Ambiance", description: "Our interior is designed for comfort, offering a perfect setting for a casual coffee, a family meal, or a friendly gathering.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg", buttonIcon: Chair,
+ buttonHref: "#about"},
{
- title: "Friendly & Attentive Service",
- description: "Our dedicated staff provides warm, personalized service to make every visit memorable and ensure your complete satisfaction.",
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865328.jpg",
- buttonIcon: "Smile",
- buttonHref: "#reviews",
- },
+ title: "Friendly & Attentive Service", description: "Our dedicated staff provides warm, personalized service to make every visit memorable and ensure your complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865328.jpg", buttonIcon: Smile,
+ buttonHref: "#reviews"},
]}
title="Exceptional Service, Unforgettable Moments"
description="We pride ourselves on offering a diverse menu, impeccable service, and a memorable dining experience for every occasion."
@@ -165,47 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Margherita Pizza",
- price: "ETB 250",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg",
- imageAlt: "Classic Margherita Pizza",
- },
+ id: "p1", name: "Margherita Pizza", price: "ETB 250", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg", imageAlt: "Classic Margherita Pizza"},
{
- id: "p2",
- name: "Deluxe Cheeseburger",
- price: "ETB 200",
- imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-with-side-fries_140725-3314.jpg",
- imageAlt: "Deluxe Cheeseburger with fries",
- },
+ id: "p2", name: "Deluxe Cheeseburger", price: "ETB 200", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-with-side-fries_140725-3314.jpg", imageAlt: "Deluxe Cheeseburger with fries"},
{
- id: "p3",
- name: "Creamy Carbonara Pasta",
- price: "ETB 280",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-4786.jpg",
- imageAlt: "Creamy Carbonara Pasta",
- },
+ id: "p3", name: "Creamy Carbonara Pasta", price: "ETB 280", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-4786.jpg", imageAlt: "Creamy Carbonara Pasta"},
{
- id: "p4",
- name: "Fresh Garden Salad",
- price: "ETB 150",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-salad-with-salad-leaves_140725-14060.jpg",
- imageAlt: "Fresh Garden Salad",
- },
+ id: "p4", name: "Fresh Garden Salad", price: "ETB 150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-salad-with-salad-leaves_140725-14060.jpg", imageAlt: "Fresh Garden Salad"},
{
- id: "p5",
- name: "Chocolate Lava Cake",
- price: "ETB 120",
- imageSrc: "http://img.b2bpic.net/free-photo/square-slice-caramel-cake-inside-blue-plate_114579-2885.jpg",
- imageAlt: "Decadent Chocolate Lava Cake",
- },
+ id: "p5", name: "Chocolate Lava Cake", price: "ETB 120", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-caramel-cake-inside-blue-plate_114579-2885.jpg", imageAlt: "Decadent Chocolate Lava Cake"},
{
- id: "p6",
- name: "Specialty Espresso",
- price: "ETB 80",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-whipped-cream-chocolate-drawing_140725-2724.jpg",
- imageAlt: "Rich Specialty Espresso",
- },
+ id: "p6", name: "Specialty Espresso", price: "ETB 80", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-whipped-cream-chocolate-drawing_140725-2724.jpg", imageAlt: "Rich Specialty Espresso"},
]}
title="Delightful Dishes for Every Palate"
description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion."
@@ -219,55 +146,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Selamawit Kebede",
- date: "March 20, 2024",
- title: "A True Gem in Addis!",
- quote: "Happy Cafe is my go-to spot! The food is consistently amazing, especially their pizzas. But it's the warm, welcoming atmosphere and the friendly staff that truly make it special. Feels like home!",
- tag: "Excellent Experience",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/group-positive-young-people-toasting-dinner_23-2148454187.jpg",
- },
+ id: "t1", name: "Selamawit Kebede", date: "March 20, 2024", title: "A True Gem in Addis!", quote: "Happy Cafe is my go-to spot! The food is consistently amazing, especially their pizzas. But it's the warm, welcoming atmosphere and the friendly staff that truly make it special. Feels like home!", tag: "Excellent Experience", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-positive-young-people-toasting-dinner_23-2148454187.jpg"},
{
- id: "t2",
- name: "Dawit Tesfaye",
- date: "February 15, 2024",
- title: "Best Pizza in Town!",
- quote: "I've tried many pizzerias, but Happy Cafe's pizza is simply the best. Crispy crust, fresh toppings, and perfect cheese. Plus, the service is always quick and cheerful. Highly recommend!",
- tag: "Delicious Food",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-bearded-young-man-from-spain-elegant-gray-shirt_181624-58370.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139521.jpg",
- },
+ id: "t2", name: "Dawit Tesfaye", date: "February 15, 2024", title: "Best Pizza in Town!", quote: "I've tried many pizzerias, but Happy Cafe's pizza is simply the best. Crispy crust, fresh toppings, and perfect cheese. Plus, the service is always quick and cheerful. Highly recommend!", tag: "Delicious Food", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-bearded-young-man-from-spain-elegant-gray-shirt_181624-58370.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139521.jpg"},
{
- id: "t3",
- name: "Sara Mekonnen",
- date: "January 28, 2024",
- title: "Cozy & Inviting",
- quote: "The ambiance at Happy Cafe is just lovely. It’s a perfect place to relax, read a book, and enjoy a cup of their fantastic coffee. The comfortable seating makes you want to stay all day!",
- tag: "Comfort & Coffee",
- avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-facing-camera_23-2148060462.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg",
- },
+ id: "t3", name: "Sara Mekonnen", date: "January 28, 2024", title: "Cozy & Inviting", quote: "The ambiance at Happy Cafe is just lovely. It’s a perfect place to relax, read a book, and enjoy a cup of their fantastic coffee. The comfortable seating makes you want to stay all day!", tag: "Comfort & Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-facing-camera_23-2148060462.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg"},
{
- id: "t4",
- name: "Michael Gebre",
- date: "December 10, 2023",
- title: "Great Spot for Fast Food",
- quote: "Their burgers are delicious and satisfying. It’s a great place to grab a quick, quality meal with friends. The staff are always attentive and make sure you have everything you need.",
- tag: "Quick Bites",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/kid-eating-pizza-home_23-2148914527.jpg",
- },
+ id: "t4", name: "Michael Gebre", date: "December 10, 2023", title: "Great Spot for Fast Food", quote: "Their burgers are delicious and satisfying. It’s a great place to grab a quick, quality meal with friends. The staff are always attentive and make sure you have everything you need.", tag: "Quick Bites", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kid-eating-pizza-home_23-2148914527.jpg"},
{
- id: "t5",
- name: "Aster Worku",
- date: "November 22, 2023",
- title: "Warm Ethiopian Hospitality",
- quote: "Happy Cafe embodies true Ethiopian hospitality. From the moment you walk in, you feel welcomed. The food reminds me of home-cooked meals, and the prices are very reasonable.",
- tag: "Warm Hospitality",
- avatarSrc: "http://img.b2bpic.net/free-photo/mature-man-sitting-his-desk_23-2148465266.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/person-putting-meat-salad-plate_23-2148301303.jpg",
- },
+ id: "t5", name: "Aster Worku", date: "November 22, 2023", title: "Warm Ethiopian Hospitality", quote: "Happy Cafe embodies true Ethiopian hospitality. From the moment you walk in, you feel welcomed. The food reminds me of home-cooked meals, and the prices are very reasonable.", tag: "Warm Hospitality", avatarSrc: "http://img.b2bpic.net/free-photo/mature-man-sitting-his-desk_23-2148465266.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-putting-meat-salad-plate_23-2148301303.jpg"},
]}
title="Heartfelt Reviews from Happy Customers"
description="Our patrons love the cozy atmosphere, delicious food, and friendly service. Their words inspire us to continually exceed expectations."
@@ -280,14 +167,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Local Favorite",
- "Customer's Choice",
- "Top-Rated Ambiance",
- "Service Excellence",
- "Culinary Delight",
- "Community Approved",
- "Best Coffee Spot",
- ]}
+ "Local Favorite", "Customer's Choice", "Top-Rated Ambiance", "Service Excellence", "Culinary Delight", "Community Approved", "Best Coffee Spot"]}
title="Praised for Comfort & Quality"
description="We are proud of the positive feedback and recognitions from our community, local guides, and various food enthusiasts."
tag="Trusted by Many"
@@ -300,8 +180,7 @@ export default function LandingPage() {