Merge version_1 into main #2
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user