Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Calendar, Candy, ChefHat, Droplet, Flame, LeafyGreen, Milk, Radish, Sparkles } from "lucide-react";
|
||||
import { Calendar, Candy, ChefHat, Droplet, Flame, LeafyGreen, Milk, Sparkles, Circle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
icon: Flame,
|
||||
text: "Fiery Mint Water"},
|
||||
{
|
||||
icon: Radish,
|
||||
icon: Circle,
|
||||
text: "Spiced Potato Filling"},
|
||||
{
|
||||
icon: LeafyGreen,
|
||||
|
||||
Reference in New Issue
Block a user