Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Award, Cookie, CupCake, Gift, Heart, Mail, Menu, Star, Sun, Wheat } from "lucide-react";
|
||||
import { Award, Cookie, Gift, Heart, Mail, Menu, Star, Sun, Wheat, Cake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
title: "Artisan Sourdough", description: "Traditional sourdough with a tangy flavor and chewy texture, fermented for 24+ hours"
|
||||
},
|
||||
{
|
||||
icon: CupCake,
|
||||
icon: Cake,
|
||||
title: "Custom Cakes", description: "Beautiful custom cakes for celebrations, designed and baked to your specifications"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user