diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5c68846..9378af1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,8 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Feather, Hash, Layers } from "lucide-react";
+import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
+import { Feather, Hash, Layers, MessageSquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -103,11 +103,15 @@ export default function LandingPage() {
-
@@ -119,8 +123,6 @@ export default function LandingPage() {
{ id: "t1", name: "Mohamed Shan", date: "Oct 2025", title: "CEO", quote: "Nijaran delivered exceptional designs that boosted our customer engagement. Highly professional and creative!", tag: "Ayna Beauty", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageSrc: "http://img.b2bpic.net/free-vector/information-technology-vectors_23-2147501064.jpg?_wi=3" },
{ id: "t2", name: "Nimesha", date: "Sept 2025", title: "Marketing Director", quote: "The branding package was exactly what we needed. Clean, modern, and delivered on time.", tag: "Marketing Co", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-posing-outdoors_23-2148230752.jpg", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-flat-design_23-2148203432.jpg" },
{ id: "t3", name: "Vishnu", date: "Aug 2025", title: "Founder", quote: "Best poster designs we've ever had. Nijaran understands visual hierarchy perfectly.", tag: "Casino Royale", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageSrc: "http://img.b2bpic.net/free-vector/realistic-new-year-2020-poster-template_52683-30518.jpg?_wi=2" },
- { id: "t4", name: "Sarah Miller", date: "July 2025", title: "Brand Lead", quote: "Incredible communication and beautiful results. Truly a talent in the design space.", tag: "Startup Hub", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg", imageSrc: "http://img.b2bpic.net/free-vector/spring-sale-flyer-template_23-2148857394.jpg?_wi=2" },
- { id: "t5", name: "David Chen", date: "June 2025", title: "Director", quote: "A true professional who brings unique artistic vision to every project.", tag: "Tech Solutions", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageSrc: "http://img.b2bpic.net/free-vector/letterhead-template-design_1142-369.jpg?_wi=2" },
]}
title="What Clients Say"
description="Trusted by brands to deliver high-quality, creative, and professional design work."
@@ -132,7 +134,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "canvas-reveal" }}
text="Ready to bring your brand to life? Let's discuss your project today and create something extraordinary."
- buttons={[{ text: "Contact Me", href: "mailto:thenijaranofficalinfo@gmail.com" }]}
+ buttons={[{ text: "Contact Me", href: "mailto:thenijaranofficalinfo@gmail.com" }]
/>
@@ -148,4 +150,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}