diff --git a/src/app/page.tsx b/src/app/page.tsx index 016abae..8915adf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,144 +30,46 @@ export default function LandingPage() {
@@ -176,12 +78,7 @@ export default function LandingPage() { @@ -194,42 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Classic Manicure", - price: "Starting at $20", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-nail-care-products_23-2148974540.jpg?_wi=2", - }, - { - id: "2", - name: "Gel Manicure", - price: "Starting at $35", - imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-nail-polish-her-nails_53876-14882.jpg?_wi=2", - }, - { - id: "3", - name: "Luxury Pedicure", - price: "Starting at $45", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg?_wi=2", - }, - { - id: "4", - name: "Acrylic Full Set", - price: "Starting at $50", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-nail-care-products_23-2148974540.jpg?_wi=3", - }, - { - id: "5", - name: "Dip Powder Nails", - price: "Starting at $40", - imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-nail-polish-her-nails_53876-14882.jpg?_wi=3", - }, - { - id: "6", - name: "Nail Art & Design", - price: "Starting at $10+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg?_wi=3", - }, + { id: "1", name: "Classic Manicure", price: "Starting at $20", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-nail-care-products_23-2148974540.jpg" }, + { id: "2", name: "Gel Manicure", price: "Starting at $35", imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-nail-polish-her-nails_53876-14882.jpg" }, + { id: "3", name: "Luxury Pedicure", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg" }, + { id: "4", name: "Acrylic Full Set", price: "Starting at $50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-nail-care-products_23-2148974540.jpg" }, + { id: "5", name: "Dip Powder Nails", price: "Starting at $40", imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-nail-polish-her-nails_53876-14882.jpg" }, + { id: "6", name: "Nail Art & Design", price: "Starting at $10+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg" }, ]} title="Our Signature Services" description="Every service is an experience. Every detail matters." @@ -240,28 +107,11 @@ export default function LandingPage() {