Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 02:55:29 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Coffee, Award, BookOpen, Heart, MapPin, MessageCircle, Sparkles, UtensilsCrossed } from "lucide-react";
import { Coffee, Award, BookOpen, Heart, MapPin, MessageCircle, Sparkles, UtensilsCrossed, Home } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,9 +58,9 @@ export default function LandingPage() {
dashboard={{
title: "Experience Dream House", logoIcon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "moroccan cafe cozy coffee shop warm lighting interior relaxing atmosphere", searchPlaceholder: "Explore our offerings...", sidebarItems: [
{ icon: "Home" },
{ icon: "Coffee", active: true },
{ icon: "MapPin" },
{ icon: Home },
{ icon: Coffee, active: true },
{ icon: MapPin },
],
buttons: [
{ text: "Reserve Table", href: "#contact" },