Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Calendar, Droplet, Heart, Home, Scissors, Smile, Sparkles, Star, Users, PawPrint, Bone, BallOfYarn } from "lucide-react";
|
||||
import { Award, Calendar, Droplet, Heart, Home, Scissors, Smile, Sparkles, Star, Users, PawPrint, Bone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
icon: Bone,
|
||||
text: "Nutritional Foods"},
|
||||
{
|
||||
icon: BallOfYarn,
|
||||
icon: Bone,
|
||||
text: "Engaging Toys"},
|
||||
{
|
||||
icon: Home,
|
||||
|
||||
Reference in New Issue
Block a user