From b34dfb99ea1e8dae880bc4b6c7b0fc5b1ce7c5f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:20:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++----------------------------------------- 1 file changed, 28 insertions(+), 190 deletions(-) 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 -- 2.49.1