Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Cake, Candy, Cookie, Droplet, Pizza, Star, Trophy, Wheat, ChefHat, Drumstick, Garlic, Fries } from "lucide-react";
|
||||
import { Cake, Candy, Cookie, Droplet, Pizza, Star, Trophy, Wheat, ChefHat, Drumstick, CookingPot, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -105,10 +105,10 @@ export default function LandingPage() {
|
||||
icon: Drumstick,
|
||||
text: "Crispy Wings"},
|
||||
{
|
||||
icon: Garlic,
|
||||
icon: CookingPot,
|
||||
text: "Garlic Knots"},
|
||||
{
|
||||
icon: Fries,
|
||||
icon: Utensils,
|
||||
text: "Loaded Fries"},
|
||||
],
|
||||
reverse: true
|
||||
|
||||
Reference in New Issue
Block a user