From c6151d1ea7ae63ea7e42a2944c072276a89290b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:12:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 ++++++----------------------------------------- 1 file changed, 38 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3908ac3..140571f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Building2, Clock, Leaf, Users, Utensils } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Building2, Clock, Leaf, Users, Utensils, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {
-
@@ -333,21 +134,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1