diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ee5a0..d30220e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,73 +31,33 @@ export default function LandingPage() {
@@ -109,18 +69,9 @@ export default function LandingPage() { title="Crafting Timeless Scents" description="At Zulry, we believe in the fusion of traditional distillation techniques and modern elegance. Each bottle of attar and perfume is a testament to quality, patience, and purity." bulletPoints={[ - { - title: "Purity First", - description: "100% natural botanical extractions.", - }, - { - title: "Artisan Craft", - description: "Distilled in small batches for intensity.", - }, - { - title: "Timeless Elegance", - description: "Scents that linger for a lifetime.", - }, + { title: "Purity First", description: "100% natural botanical extractions." }, + { title: "Artisan Craft", description: "Distilled in small batches for intensity." }, + { title: "Timeless Elegance", description: "Scents that linger for a lifetime." }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684834.jpg" mediaAnimation="slide-up" @@ -134,42 +85,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Royal Oud", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg", - }, - { - id: "p2", - name: "Rose Bloom", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382860.jpg", - }, - { - id: "p3", - name: "Amber Musk", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292012.jpg", - }, - { - id: "p4", - name: "Golden Resin", - price: "$135", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420710.jpg", - }, - { - id: "p5", - name: "Woodland Myst", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fragrance-transparent-designed-beautiful-bottle-white-desk_140725-11628.jpg", - }, - { - id: "p6", - name: "Jasmine Pure", - price: "$90", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg", - }, + { id: "p1", name: "Royal Oud", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg" }, + { id: "p2", name: "Rose Bloom", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382860.jpg" }, + { id: "p3", name: "Amber Musk", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292012.jpg" }, + { id: "p4", name: "Golden Resin", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420710.jpg" }, + { id: "p5", name: "Woodland Myst", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fragrance-transparent-designed-beautiful-bottle-white-desk_140725-11628.jpg" }, + { id: "p6", name: "Jasmine Pure", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg" }, ]} title="Signature Collection" description="From woody ouds to floral musks, find your unique signature scent." @@ -179,43 +100,23 @@ export default function LandingPage() {
@@ -353,32 +187,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_74190-5205.jpg" logoText="ZULRY" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "FAQ", - href: "#faq", - }, - { - label: "Privacy", - href: "#", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, + { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] }, ]} />