diff --git a/src/app/page.tsx b/src/app/page.tsx index 4481c4f..22c9e0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,23 +47,16 @@ export default function LandingPage() {
@@ -138,20 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deep Hydration", - description: "Powerful ingredients to lock in moisture all day.", - imageSrc: "http://img.b2bpic.net/free-vector/20-skin-solid-glyph-icon-presentation_1142-22865.jpg", - }, + title: "Deep Hydration", description: "Powerful ingredients to lock in moisture all day.", imageSrc: "http://img.b2bpic.net/free-vector/20-skin-solid-glyph-icon-presentation_1142-22865.jpg"}, { - title: "Clean Ingredients", - description: "Free from harsh chemicals and synthetic fillers.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-body-butter-leaves-plain-background_23-2148241839.jpg", - }, + title: "Clean Ingredients", description: "Free from harsh chemicals and synthetic fillers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-body-butter-leaves-plain-background_23-2148241839.jpg"}, { - title: "Barrier Support", - description: "Fortifies your skin for a healthy, radiant finish.", - imageSrc: "http://img.b2bpic.net/free-photo/blooming-spring-portrait-beautiful-woman_23-2151954365.jpg", - }, + title: "Barrier Support", description: "Fortifies your skin for a healthy, radiant finish.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-spring-portrait-beautiful-woman_23-2151954365.jpg"}, ]} title="Why Rhode Works" description="Formulated with performance-based ingredients that hydrate, plump, and protect your skin." @@ -166,41 +122,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Lip Treatment", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg", - }, + id: "p1", name: "Lip Treatment", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg"}, { - id: "p2", - name: "Face Cream", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-leaf-with-white-background_23-2148241826.jpg", - }, + id: "p2", name: "Face Cream", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-leaf-with-white-background_23-2148241826.jpg"}, { - id: "p3", - name: "Glazing Serum", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/different-pipettes-with-cotton-balls_23-2148317653.jpg", - }, + id: "p3", name: "Glazing Serum", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/different-pipettes-with-cotton-balls_23-2148317653.jpg"}, { - id: "p4", - name: "Skincare Set", - price: "$68", - imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263168.jpg", - }, + id: "p4", name: "Skincare Set", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263168.jpg"}, { - id: "p5", - name: "Body Moisturizer", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238337.jpg", - }, + id: "p5", name: "Body Moisturizer", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238337.jpg"}, { - id: "p6", - name: "Facial Mist", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147672777.jpg", - }, + id: "p6", name: "Facial Mist", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147672777.jpg"}, ]} title="Shop the Essentials" description="Explore our curated collection of everyday skincare must-haves." @@ -209,49 +141,26 @@ export default function LandingPage() {
@@ -294,22 +189,14 @@ export default function LandingPage() {
@@ -338,45 +222,29 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}