diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7756cf9..d355be7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,95 +31,43 @@ export default function LandingPage() {
@@ -131,42 +79,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Classic Hoodie",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-moving-her-body_23-2149429032.jpg",
- },
- {
- id: "p2",
- name: "Denim Jacket",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/denim-jacket-with-80s-patch_23-2151991673.jpg",
- },
- {
- id: "p3",
- name: "Essential Tee",
- price: "$35",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-female-accessories-collage-with-hat-bag-fashion-glasses-mobile-phone-earphone-white-background_1428-641.jpg",
- },
- {
- id: "p4",
- name: "Urban Joggers",
- price: "$75",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-front-graffiti-wall_23-2147827459.jpg",
- },
- {
- id: "p5",
- name: "Slim Fit Denim",
- price: "$95",
- imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133969.jpg",
- },
- {
- id: "p6",
- name: "Signature Scarf",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigmented-cloth-with-copy-space_23-2148734458.jpg",
- },
+ { id: "p1", name: "Classic Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-moving-her-body_23-2149429032.jpg" },
+ { id: "p2", name: "Denim Jacket", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/denim-jacket-with-80s-patch_23-2151991673.jpg" },
+ { id: "p3", name: "Essential Tee", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-female-accessories-collage-with-hat-bag-fashion-glasses-mobile-phone-earphone-white-background_1428-641.jpg" },
+ { id: "p4", name: "Urban Joggers", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-front-graffiti-wall_23-2147827459.jpg" },
+ { id: "p5", name: "Slim Fit Denim", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133969.jpg" },
+ { id: "p6", name: "Signature Scarf", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigmented-cloth-with-copy-space_23-2148734458.jpg" },
]}
title="Fresh Drops"
description="Browse our latest collection designed for your everyday adventures."
@@ -178,21 +96,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to Quality"
metrics={[
- {
- icon: ShieldCheck,
- label: "Ethical Sourcing",
- value: "100%",
- },
- {
- icon: Recycle,
- label: "Sustainable Materials",
- value: "85%",
- },
- {
- icon: Award,
- label: "Lifetime Durability",
- value: "Guaranteed",
- },
+ { icon: ShieldCheck, label: "Ethical Sourcing", value: "100%" },
+ { icon: Recycle, label: "Sustainable Materials", value: "85%" },
+ { icon: Award, label: "Lifetime Durability", value: "Guaranteed" },
]}
metricsAnimation="slide-up"
/>
@@ -205,26 +111,11 @@ export default function LandingPage() {
rating={5}
author="Alex Rivera"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7806.jpg",
- alt: "Customer Alex",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-clothes_158538-1607.jpg",
- alt: "Customer Maria",
- },
- {
- src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46776.jpg",
- alt: "Customer John",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg",
- alt: "Customer Sarah",
- },
- {
- src: "http://img.b2bpic.net/free-photo/stylish-woman-with-curly-hair-wears-trendy-sunglasses-jacket-trousers-carries-fabric-bag-has-glad-expression-poses-outdoors-near-urban-building-spends-free-time-city-people-style-concept_273609-59926.jpg",
- alt: "Customer Leo",
- },
+ { src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7806.jpg", alt: "Customer Alex" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-clothes_158538-1607.jpg", alt: "Customer Maria" },
+ { src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46776.jpg", alt: "Customer John" },
+ { src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg", alt: "Customer Sarah" },
+ { src: "http://img.b2bpic.net/free-photo/stylish-woman-with-curly-hair-wears-trendy-sunglasses-jacket-trousers-carries-fabric-bag-has-glad-expression-poses-outdoors-near-urban-building-spends-free-time-city-people-style-concept_273609-59926.jpg", alt: "Customer Leo" },
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -235,13 +126,7 @@ export default function LandingPage() {
@@ -251,21 +136,9 @@ export default function LandingPage() {
@@ -306,14 +164,8 @@ export default function LandingPage() {