diff --git a/src/app/page.tsx b/src/app/page.tsx
index fddd030..2d4a394 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
-import ProductCatalogItem from '@/components/ecommerce/productCatalog/ProductCatalogItem';
+import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
export default function LandingPage() {
@@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -50,76 +41,22 @@ export default function LandingPage() {
title="EYE™ ARCHIVE"
description="Defined by vision. Crafted for the future."
testimonials={[
- {
- name: "Marcus V.",
- handle: "@m.v",
- testimonial: "Quality unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg?_wi=1",
- imageAlt: "model fashion streetwear photography",
- },
- {
- name: "Elena S.",
- handle: "@e.s",
- testimonial: "The vision is clear.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg?_wi=1",
- imageAlt: "model fashion streetwear photography",
- },
- {
- name: "James L.",
- handle: "@j.l",
- testimonial: "Premium weight and fit.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg?_wi=1",
- imageAlt: "model fashion streetwear photography",
- },
- {
- name: "Sofia R.",
- handle: "@s.r",
- testimonial: "My new favorite brand.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg?_wi=1",
- imageAlt: "model fashion streetwear photography",
- },
- {
- name: "Alex P.",
- handle: "@a.p",
- testimonial: "Exquisite attention to detail.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg?_wi=1",
- imageAlt: "model fashion streetwear photography",
- },
+ { name: "Marcus V.", handle: "@m.v", testimonial: "Quality unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg", imageAlt: "model fashion streetwear photography" },
+ { name: "Elena S.", handle: "@e.s", testimonial: "The vision is clear.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg", imageAlt: "model fashion streetwear photography" },
+ { name: "James L.", handle: "@j.l", testimonial: "Premium weight and fit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg", imageAlt: "model fashion streetwear photography" },
+ { name: "Sofia R.", handle: "@s.r", testimonial: "My new favorite brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg", imageAlt: "model fashion streetwear photography" },
+ { name: "Alex P.", handle: "@a.p", testimonial: "Exquisite attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg", imageAlt: "model fashion streetwear photography" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg"
imageAlt="EYE Brand Campaign"
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg",
- alt: "Young handsome african american man posing outdoors in Paris",
- },
- {
- src: "http://img.b2bpic.net/free-photo/side-view-woman-posing-night-with-flash_23-2150204451.jpg",
- alt: "Side view woman posing at night with flash",
- },
- {
- src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-blue-wig-sitting-stairs_158595-4336.jpg",
- alt: "Stylish woman wearing a blue wig sitting on stairs",
- },
- {
- src: "http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg",
- alt: "Girl in scary bandage mask sitting",
- },
- {
- src: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23269.jpg",
- alt: "Pilates instructor at the gym",
- },
- ]}
/>