diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c4d87..b144440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,131 +30,78 @@ export default function LandingPage() {
@@ -167,41 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Ruby Royal", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746623.jpg", - }, + id: "1", name: "Ruby Royal", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746623.jpg"}, { - id: "2", - name: "Midnight Obsidian", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-positive-pregnancy-test_23-2150621835.jpg", - }, + id: "2", name: "Midnight Obsidian", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-positive-pregnancy-test_23-2150621835.jpg"}, { - id: "3", - name: "Slate Silk", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/black-potato-chips-bowl-tea-towel-marble-surface_114579-71628.jpg", - }, + id: "3", name: "Slate Silk", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/black-potato-chips-bowl-tea-towel-marble-surface_114579-71628.jpg"}, { - id: "4", - name: "Forest Fern", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-ribbon-dark-board_114579-73613.jpg", - }, + id: "4", name: "Forest Fern", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-ribbon-dark-board_114579-73613.jpg"}, { - id: "5", - name: "Peach Blossom", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-postpartum-basket-still-life_23-2151174347.jpg", - }, + id: "5", name: "Peach Blossom", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-postpartum-basket-still-life_23-2151174347.jpg"}, { - id: "6", - name: "Navy Night", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-groom-shoes-bride-sandal-white-fur_23-2147975520.jpg", - }, + id: "6", name: "Navy Night", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-groom-shoes-bride-sandal-white-fur_23-2147975520.jpg"}, ]} title="The Collection" description="Curated colors for every aesthetic." @@ -214,20 +137,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Waterproof Silicone", - description: "100% waterproof construction ensures effortless cleaning.", - imageSrc: "http://img.b2bpic.net/free-photo/baby-pacifier-diapers-crib-closeup_169016-36806.jpg", - }, + title: "Waterproof Silicone", description: "100% waterproof construction ensures effortless cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/baby-pacifier-diapers-crib-closeup_169016-36806.jpg"}, { - title: "Ergonomic Fit", - description: "Adjustable neck straps designed for comfort and growth.", - imageSrc: "http://img.b2bpic.net/free-photo/baby-plate-with-porridge-green_1220-7357.jpg", - }, + title: "Ergonomic Fit", description: "Adjustable neck straps designed for comfort and growth.", imageSrc: "http://img.b2bpic.net/free-photo/baby-plate-with-porridge-green_1220-7357.jpg"}, { - title: "Food-Grade Safety", - description: "BPA-free, non-toxic materials for absolute peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-ecological-toothbrush-soap_23-2148889854.jpg", - }, + title: "Food-Grade Safety", description: "BPA-free, non-toxic materials for absolute peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ecological-toothbrush-soap_23-2148889854.jpg"}, ]} title="Defined by Design" description="Engineering perfection into every mealtime moment." @@ -236,50 +150,26 @@ export default function LandingPage() {
@@ -334,42 +212,27 @@ export default function LandingPage() { logoText="LuxeBibs" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "All Products", - href: "#products", - }, + label: "All Products", href: "#products"}, { - label: "Gifts", - href: "#products", - }, + label: "Gifts", href: "#products"}, ], }, { - title: "Brand", - items: [ + title: "Brand", items: [ { - label: "Our Story", - href: "#", - }, + label: "Our Story", href: "#"}, { - label: "Materials", - href: "#", - }, + label: "Materials", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, ]}