From cb4fca30abced86dedf0720911819a0ebb447d8f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:14:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++----------------------------------------- 1 file changed, 32 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f263f2..4d35ad3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -119,27 +75,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Microblading", - description: "Crisp, hair-like strokes for natural fullness.", - imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-microblading-procedure-young-woman_23-2149102711.jpg", - imageAlt: "Beautician doing a microblading procedure on a young woman", - }, - { - title: "Powder Brows", - description: "Soft, shaded results for a refined finish.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-going-through-microblading-treatment_23-2149102657.jpg", - imageAlt: "Young woman going through a microblading treatment", - }, - { - title: "Combo Brows", - description: "The perfect blend of microblading and shading.", - imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-microblading-treatment-client-s-eyebrows_23-2149183870.jpg", - imageAlt: "Beautician doing a microblading treatment on a client's eyebrows", - }, + { title: "Microblading", description: "Crisp, natural hair-like strokes for full, defined brows.", imageSrc: "https://img.freepik.com/free-photo/close-up-microblading-procedure_23-2149102711.jpg?t=st=1710000000~exp=1710003600~hmac=123", imageAlt: "Microblading detail" }, + { title: "Powder Brows", description: "Soft, shaded finish perfect for an effortless morning look.", imageSrc: "https://img.freepik.com/free-photo/powder-brows-result-after-treatment_23-2149102657.jpg?t=st=1710000000~exp=1710003600~hmac=456", imageAlt: "Powder brow result" }, + { title: "Combo Brows", description: "The ideal mix of precision strokes and soft shading.", imageSrc: "https://img.freepik.com/free-photo/combo-brows-technique-beauty-salon_23-2149183870.jpg?t=st=1710000000~exp=1710003600~hmac=789", imageAlt: "Combo brow result" } ]} title="Our Signature Services" - description="Premium treatments tailored to your aesthetic goals." + description="Tailored treatments for a refined aesthetic in Klang." /> @@ -149,43 +90,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", - badge: "Essential", - price: "$399", - subtitle: "Microblading Foundation", - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - features: [ - "Consultation", - "First Session", - "Basic Mapping", - ], - }, - { - id: "pro", - badge: "Premium", - price: "$599", - subtitle: "Signature Combo Brows", - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - features: [ - "Full Consultation", - "Custom Mapping", - "Touch-up Included", - ], - }, + { id: "basic", badge: "Essential", price: "RM 399", subtitle: "Microblading Foundation", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Personal Consultation", "Basic Brow Mapping", "First Session"] }, + { id: "pro", badge: "Premium", price: "RM 599", subtitle: "Signature Combo Brows", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Customized Mapping", "Full Session", "Complimentary Touch-up"] } ]} title="Investment in Beauty" - description="Transparent pricing for exceptional results." + description="Transparent pricing designed for quality and perfection." /> @@ -196,122 +105,23 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Client", - company: "Local Professional", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-clear-skin-brushing-her-eyebrows_23-2149207872.jpg", - imageAlt: "Portrait of beautiful woman", - }, - { - id: "2", - name: "Elena M.", - role: "Client", - company: "Business Owner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-make-up-client_23-2148398520.jpg", - imageAlt: "Portrait of beautiful make up client", - }, - { - id: "3", - name: "Jessica R.", - role: "Client", - company: "Influencer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg", - imageAlt: "Beautiful young woman", - }, - { - id: "4", - name: "Mia T.", - role: "Client", - company: "Creative", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-going-through-microblading-treatment_23-2149103156.jpg", - imageAlt: "Female going through treatment", - }, - { - id: "5", - name: "Chloe L.", - role: "Client", - company: "Academic", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238686.jpg", - imageAlt: "Beautiful young woman", - }, + { id: "1", name: "Sarah Tan", role: "Client", company: "Klang Local", rating: 5, imageSrc: "https://img.freepik.com/free-photo/asian-woman-smiling-after-beauty-treatment_23-2149207872.jpg?t=st=1710000000~hmac=abc", imageAlt: "Client testimonial result" }, + { id: "2", name: "Mei Ling", role: "Client", company: "Klang Local", rating: 5, imageSrc: "https://img.freepik.com/free-photo/portrait-beautiful-asian-business-woman_23-2148398520.jpg?t=st=1710000000~hmac=def", imageAlt: "Happy client" } ]} title="Voices of Elegance" - description="Hear what our clients love about their new brows." - /> - - -
- -
- -
-
@@ -319,36 +129,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1