Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Cake, Calendar, CheckCircle, MessageSquare, Paintbrush, Palette, Truck, ReceiptText, Oven, Store } from "lucide-react";
|
||||
import { Cake, Calendar, CheckCircle, MessageSquare, Paintbrush, Palette, Truck, ReceiptText, Store } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Oven,
|
||||
icon: Cake,
|
||||
text: "Freshly Baked"},
|
||||
{
|
||||
icon: Paintbrush,
|
||||
|
||||
Reference in New Issue
Block a user