Merge version_1 into main #3
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|||||||
icon: Croissant,
|
icon: Croissant,
|
||||||
text: "Croissant"},
|
text: "Croissant"},
|
||||||
{
|
{
|
||||||
icon: Muffin,
|
icon: Cookie,
|
||||||
text: "Blueberry Muffin"},
|
text: "Blueberry Muffin"},
|
||||||
{
|
{
|
||||||
icon: CakeSlice,
|
icon: CakeSlice,
|
||||||
|
|||||||
Reference in New Issue
Block a user