Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
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 MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -76,9 +76,10 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg"
|
||||||
imageAlt="Blue Bird Cafe Team Preparing Food"
|
imageAlt="Blue Bird Cafe Team Preparing Food"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
bulletPoints={[
|
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
|
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