From 14c37662707aaf8e91c36fe54fb723dfe6eaba26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 04:02:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d637cd..656bad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle } from "lucide-react"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User } from "lucide-react"; export default function LandingPage() { return ( @@ -102,16 +103,18 @@ export default function LandingPage() {
-
@@ -313,4 +316,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1