diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c89d66..5bd6acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -128,7 +127,7 @@ export default function LandingPage() { title="Voices of the Flame" description="What our community has to say about the movement." textboxLayout="split" - cardAnimation="blur-reveal" + tagAnimation="blur-reveal" testimonials={[ { id: "t1", name: "Sarah J.", date: "Oct 2024", title: "Style Enthusiast", quote: "The best purchase I've made this year. So elegant!", tag: "Essential", avatarSrc: "http://img.b2bpic.net/free-photo/cute-girl-have-rest-summer-park_1157-20797.jpg" }, { id: "t2", name: "Mike D.", date: "Nov 2024", title: "Minimalist", quote: "Quality you can actually feel. Truly premium.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-bearded-man_171337-4808.jpg" },