diff --git a/src/app/page.tsx b/src/app/page.tsx index a733eb5..cf1bae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,118 +45,66 @@ export default function LandingPage() {
@@ -177,59 +117,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "FARUK", - name: "Lavender Face Serum", - price: "$64", - rating: 5, - reviewCount: "124", - imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=3", - }, + id: "p1", brand: "FARUK", name: "Lavender Face Serum", price: "$64", rating: 5, + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg"}, { - id: "p2", - brand: "FARUK", - name: "Botanical Face Oil", - price: "$78", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=3", - }, + id: "p2", brand: "FARUK", name: "Botanical Face Oil", price: "$78", rating: 5, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg"}, { - id: "p3", - brand: "FARUK", - name: "Gentle Cream Cleanser", - price: "$42", - rating: 4, - reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=3", - }, + id: "p3", brand: "FARUK", name: "Gentle Cream Cleanser", price: "$42", rating: 4, + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg"}, { - id: "p4", - brand: "FARUK", - name: "Rose Toning Mist", - price: "$38", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=3", - }, + id: "p4", brand: "FARUK", name: "Rose Toning Mist", price: "$38", rating: 5, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg"}, { - id: "p5", - brand: "FARUK", - name: "Night Recovery Balm", - price: "$58", - rating: 5, - reviewCount: "71", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=2", - }, + id: "p5", brand: "FARUK", name: "Night Recovery Balm", price: "$58", rating: 5, + reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg"}, { - id: "p6", - brand: "FARUK", - name: "Discovery Kit", - price: "$168", - rating: 5, - reviewCount: "205", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg?_wi=2", - }, + id: "p6", brand: "FARUK", name: "Discovery Kit", price: "$168", rating: 5, + reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg"}, ]} title="FARUK Essentials" description="Hand-selected botanical skincare crafted with intention for your daily ritual." @@ -238,24 +142,19 @@ export default function LandingPage() {