Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { CakeSlice, Coffee, Croissant, Muffin } from "lucide-react";
|
||||
import { CakeSlice, Coffee, Croissant, Cookie } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
icon: Croissant,
|
||||
text: "Croissant"},
|
||||
{
|
||||
icon: Muffin,
|
||||
icon: Cookie,
|
||||
text: "Blueberry Muffin"},
|
||||
{
|
||||
icon: CakeSlice,
|
||||
|
||||
Reference in New Issue
Block a user