diff --git a/src/app/page.tsx b/src/app/page.tsx index e5442ff..71b98cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Coffee, Flame, Users } from "lucide-react"; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import { Award, Coffee, Flame, Users, Fish, Salad, Croissant } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +30,11 @@ export default function LandingPage() { -
- +
); -} +} \ No newline at end of file