diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32800ad..42e452d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import { Clock, MapPin, ShoppingBag, Star } from "lucide-react";
+import { Accessibility, Clock, MapPin, ShoppingBag, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,103 +46,58 @@ export default function LandingPage() {
@@ -162,19 +109,13 @@ export default function LandingPage() {
metrics={[
{
icon: Star,
- label: "Customer Rating",
- value: "4.7",
- },
+ label: "Customer Rating", value: "4.7"},
{
icon: MapPin,
- label: "Nicosia Location",
- value: "Centrally Located",
- },
+ label: "Nicosia Location", value: "Centrally Located"},
{
icon: ShoppingBag,
- label: "Style Selection",
- value: "Hand-picked",
- },
+ label: "Style Selection", value: "Hand-picked"},
]}
metricsAnimation="slide-up"
/>
@@ -188,41 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Silk Wrap Dress",
- price: "€89",
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-female-tourist-standing-tower-rooftop-enjoying_482257-22945.jpg",
- },
+ id: "p1", name: "Silk Wrap Dress", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-female-tourist-standing-tower-rooftop-enjoying_482257-22945.jpg"},
{
- id: "p2",
- name: "Tailored Blazer",
- price: "€120",
- imageSrc: "http://img.b2bpic.net/free-photo/clothes-store-with-rack-clothes_23-2148929532.jpg",
- },
+ id: "p2", name: "Tailored Blazer", price: "€120", imageSrc: "http://img.b2bpic.net/free-photo/clothes-store-with-rack-clothes_23-2148929532.jpg"},
{
- id: "p3",
- name: "Classic Pencil Skirt",
- price: "€65",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg",
- },
+ id: "p3", name: "Classic Pencil Skirt", price: "€65", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg"},
{
- id: "p4",
- name: "Cashmere Knit Sweater",
- price: "€95",
- imageSrc: "http://img.b2bpic.net/free-photo/customers-checking-out-shop_53876-25272.jpg",
- },
+ id: "p4", name: "Cashmere Knit Sweater", price: "€95", imageSrc: "http://img.b2bpic.net/free-photo/customers-checking-out-shop_53876-25272.jpg"},
{
- id: "p5",
- name: "Evening Maxi Gown",
- price: "€180",
- imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg",
- },
+ id: "p5", name: "Evening Maxi Gown", price: "€180", imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg"},
{
- id: "p6",
- name: "Leather Tote Bag",
- price: "€110",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885689.jpg",
- },
+ id: "p6", name: "Leather Tote Bag", price: "€110", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885689.jpg"},
]}
title="Style Collection"
description="Browse our latest fashion arrivals, designed for the elegant woman."
@@ -232,32 +149,24 @@ export default function LandingPage() {