diff --git a/src/app/page.tsx b/src/app/page.tsx index 3442cd2..c39b75f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -52,92 +46,51 @@ export default function LandingPage() { @@ -147,8 +100,7 @@ export default function LandingPage() { useInvertedBackground={true} title="PHILOSOPHY" description={[ - "Luxour defines quiet sophistication. We prioritize sustainable fabrics, clean lines, and an understated aesthetic for those who appreciate the details.", - ]} + "Luxour defines quiet sophistication. We prioritize sustainable fabrics, clean lines, and an understated aesthetic for those who appreciate the details."]} /> @@ -160,59 +112,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "LUXOUR", - name: "Signature Tee", - price: "$85", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2744.jpg", - }, + id: "1", brand: "LUXOUR", name: "Signature Tee", price: "$85", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2744.jpg"}, { - id: "2", - brand: "LUXOUR", - name: "Classic Wool Coat", - price: "$450", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7068.jpg", - }, + id: "2", brand: "LUXOUR", name: "Classic Wool Coat", price: "$450", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7068.jpg"}, { - id: "3", - brand: "LUXOUR", - name: "Linen Shirt", - price: "$120", - rating: 4, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg", - }, + id: "3", brand: "LUXOUR", name: "Linen Shirt", price: "$120", rating: 4, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg"}, { - id: "4", - brand: "LUXOUR", - name: "Cashmere Knit", - price: "$280", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flower_23-2150170558.jpg", - }, + id: "4", brand: "LUXOUR", name: "Cashmere Knit", price: "$280", rating: 5, + reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flower_23-2150170558.jpg"}, { - id: "5", - brand: "LUXOUR", - name: "Tailored Trousers", - price: "$220", - rating: 5, - reviewCount: "34", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-woman-walking-outdoor_273443-768.jpg", - }, + id: "5", brand: "LUXOUR", name: "Tailored Trousers", price: "$220", rating: 5, + reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-woman-walking-outdoor_273443-768.jpg"}, { - id: "6", - brand: "LUXOUR", - name: "Linen Trousers", - price: "$190", - rating: 4, - reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-wearing-denim-shirt-yellow-top-white-pants_285396-10455.jpg", - }, + id: "6", brand: "LUXOUR", name: "Linen Trousers", price: "$190", rating: 4, + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-wearing-denim-shirt-yellow-top-white-pants_285396-10455.jpg"}, ]} title="CURATED ESSENTIALS" description="Discover our signature collection of premium apparel." @@ -221,36 +137,22 @@ export default function LandingPage() {
@@ -362,13 +227,9 @@ export default function LandingPage() {