From 2ba46b9078613699ed54b90de0128eaa481057ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:25:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03a1843..1cc2d72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,17 +90,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", name: "Lash Extensions", price: "View Details", variant: "Eyelash Application", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1"}, + id: "s1", name: "Lash Extensions", price: "From $65", variant: "Eyelash Application", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1"}, { - id: "s2", name: "Nail Services", price: "View Details", variant: "Manicure & Pedicure", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1"}, + id: "s2", name: "Nail Services", price: "From $45", variant: "Manicure & Pedicure", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1"}, { - id: "s3", name: "Brow & Waxing", price: "View Details", variant: "Precision Grooming", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1"}, + id: "s3", name: "Brow & Waxing", price: "From $30", variant: "Precision Grooming", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1"}, { - id: "s4", name: "Makeup Services", price: "View Details", variant: "Professional Artistry", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2"}, + id: "s4", name: "Makeup Services", price: "From $80", variant: "Professional Artistry", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2"}, { - id: "s5", name: "Full Set Nails", price: "View Details", variant: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2"}, + id: "s5", name: "Full Set Nails", price: "From $55", variant: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2"}, { - id: "s6", name: "Brow Tinting", price: "View Details", variant: "Expert Shaping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2"}, + id: "s6", name: "Brow Tinting", price: "From $25", variant: "Expert Shaping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2"}, ]} title="Our Services" description="Beauty isn't about having a pretty face. It is about having a pretty mind, a pretty heart, and most importantly a beautiful soul." @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1