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 ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
|||||||
icon: Bone,
|
icon: Bone,
|
||||||
text: "Nutritional Foods"},
|
text: "Nutritional Foods"},
|
||||||
{
|
{
|
||||||
icon: BallOfYarn,
|
icon: Bone,
|
||||||
text: "Engaging Toys"},
|
text: "Engaging Toys"},
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
|
|||||||
Reference in New Issue
Block a user