Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 510f2e45c6 | |||
| 2b36d0ca71 |
@@ -11,7 +11,6 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, CheckCircle, Shield, Star, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -157,25 +156,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Fashion Editor", company: "Stelly Stylist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg" },
|
||||
{ id: "t2", name: "Marcus T.", role: "Designer", company: "LabX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021854.jpg" },
|
||||
{ id: "t3", name: "Elena V.", role: "Model", company: "Fashion Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-couple-posing-studio_23-2148632244.jpg" },
|
||||
{ id: "t4", name: "Julian B.", role: "Streetwear Icon", company: "Urban Collective", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fabulous-drag-queen-getting-ready-photo-shooting_23-2149138203.jpg" },
|
||||
{ id: "t5", name: "Chloe S.", role: "Blogger", company: "Trend Hunter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/carefree-ethnic-young-woman-wears-casual-sweatshirt-with-hood_273609-18078.jpg" },
|
||||
{ id: "t6", name: "David R.", role: "Creative Director", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our style pioneers are saying."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
@@ -217,4 +197,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user