Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Chef, Flame, Heart, Lightbulb, Users, Sparkles, Zap, Leaf, Star, Coffee } from "lucide-react";
|
||||
import { ChefHat, Flame, Heart, Lightbulb, Users, Sparkles, Zap, Leaf, Star, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -76,9 +76,10 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg"
|
||||
imageAlt="Blue Bird Cafe Team Preparing Food"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Handcrafted with Care", description: "Every dish is made with intention and attention to detail.", icon: Chef
|
||||
title: "Handcrafted with Care", description: "Every dish is made with intention and attention to detail.", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Bold, Unforgettable Flavors", description: "From our signature Toad Stool to slow-simmered chili, taste the difference.", icon: Flame
|
||||
|
||||
Reference in New Issue
Block a user