diff --git a/src/app/page.tsx b/src/app/page.tsx index 4067074..e85b7e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -56,20 +56,6 @@ export default function LandingPage() { buttons={[{ text: "Explore Collection", href: "#product" }]} imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=2" mediaAnimation="blur-reveal" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/eggs-feathers-bowl-near-plant-twigs_23-2148073873.jpg", alt: "User portrait" }, - { src: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-79746.jpg", alt: "User portrait" }, - { src: "http://img.b2bpic.net/free-photo/blue-designed-grunge-concrete-texture-vintage-background-with-space-text-image_1258-108924.jpg", alt: "User portrait" }, - { src: "http://img.b2bpic.net/free-photo/plain-dark-blue-wall-product-background_53876-110773.jpg", alt: "User portrait" }, - { src: "http://img.b2bpic.net/free-photo/contrasted-light-dark-wall-corners_23-2148744303.jpg", alt: "User portrait" } - ]} - marqueeItems={[ - { type: "text", text: "Premium Craftsmanship" }, - { type: "text", text: "Hand-stitched Leather" }, - { type: "text", text: "Exclusive Materials" }, - { type: "text", text: "Limited Editions" }, - { type: "text", text: "Modern Luxury" } - ]} /> @@ -87,21 +73,19 @@ export default function LandingPage() {