diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3375ba..5246022 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Heart, Sparkles, Star } from "lucide-react";
@@ -30,21 +29,13 @@ export default function LandingPage() {
@@ -53,35 +44,22 @@ export default function LandingPage() {
@@ -93,19 +71,13 @@ export default function LandingPage() {
metrics={[
{
icon: Sparkles,
- label: "Styles",
- value: "500+",
- },
+ label: "Styles", value: "500+"},
{
icon: Star,
- label: "Happy Clients",
- value: "10k+",
- },
+ label: "Happy Clients", value: "10k+"},
{
icon: Heart,
- label: "Aesthetic Rating",
- value: "4.9/5",
- },
+ label: "Aesthetic Rating", value: "4.9/5"},
]}
metricsAnimation="blur-reveal"
/>
@@ -119,41 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Maxi Dress",
- price: "$59",
- imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg?_wi=1",
- },
+ id: "p1", name: "Classic Maxi Dress", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg"},
{
- id: "p2",
- name: "Cute Ruffle Top",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=1",
- },
+ id: "p2", name: "Cute Ruffle Top", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg"},
{
- id: "p3",
- name: "Boho Floral Dress",
- price: "$65",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-clothes-sexy-carefree-woman-posing-street-background-sunset-positive-model-outdoors-cheerful-happy-sunglasses-hat_158538-25993.jpg?_wi=1",
- },
+ id: "p3", name: "Boho Floral Dress", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-clothes-sexy-carefree-woman-posing-street-background-sunset-positive-model-outdoors-cheerful-happy-sunglasses-hat_158538-25993.jpg"},
{
- id: "p4",
- name: "Summer Lace Top",
- price: "$29",
- imageSrc: "http://img.b2bpic.net/free-photo/set-with-fashionable-women-s-clothing-shirt-jeans-bag-with-accessories_169016-4106.jpg?_wi=1",
- },
+ id: "p4", name: "Summer Lace Top", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/set-with-fashionable-women-s-clothing-shirt-jeans-bag-with-accessories_169016-4106.jpg"},
{
- id: "p5",
- name: "Evening Maxi Gown",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-holding-pink-background-water-gun_1150-9915.jpg?_wi=1",
- },
+ id: "p5", name: "Evening Maxi Gown", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-holding-pink-background-water-gun_1150-9915.jpg"},
{
- id: "p6",
- name: "Vintage Aesthetic Top",
- price: "$39",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440619.jpg",
- },
+ id: "p6", name: "Vintage Aesthetic Top", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440619.jpg"},
]}
title="Latest Collections"
description="Hand-picked pieces to elevate your daily wardrobe."
@@ -162,125 +110,43 @@ export default function LandingPage() {
-
-