From 83a22f1520783a4c2a038ddd169fac86a84e23c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 358 +++++++++-------------------------------------- 1 file changed, 66 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82fcafe..a2307be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import { Award, Shield, Smile, Sparkles, Star, Zap } from "lucide-react"; export default function LandingPage() { + const appointmentHref = "https://calendar.google.com/calendar/appointments/schedules/AcZssZ3iugZdPedlv7LJH4eE1rh7JCDilqWwb00vNe06a_KJEcDdCYcX0n97v2tMCWzAgJbyjRv1SHra"; + return ( @@ -57,98 +51,51 @@ export default function LandingPage() { @@ -158,21 +105,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Professional Legacy" metrics={[ - { - icon: Award, - label: "Certified Pros", - value: "15+", - }, - { - icon: Star, - label: "Happy Clients", - value: "5000+", - }, - { - icon: Smile, - label: "Treatments", - value: "12000+", - }, + { icon: Award, label: "Certified Pros", value: "15+" }, + { icon: Star, label: "Happy Clients", value: "5000+" }, + { icon: Smile, label: "Treatments", value: "12000+" }, ]} metricsAnimation="slide-up" /> @@ -184,21 +119,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Sparkles, - title: "Advanced Facials", - description: "Customized skin rejuvenation using medical-grade serums and techniques.", - }, - { - icon: Shield, - title: "Injectables", - description: "Expertly administered wrinkle relaxers and dermal fillers for natural results.", - }, - { - icon: Zap, - title: "Laser Therapy", - description: "Precision treatments for pigmentation, texture, and lasting radiance.", - }, + { icon: Sparkles, title: "Advanced Facials", description: "Customized skin rejuvenation using medical-grade serums and techniques." }, + { icon: Shield, title: "Injectables", description: "Expertly administered wrinkle relaxers and dermal fillers for natural results." }, + { icon: Zap, title: "Laser Therapy", description: "Precision treatments for pigmentation, texture, and lasting radiance." }, ]} title="Our Expert Treatments" description="We offer a curated selection of advanced aesthetic services tailored for your unique skin needs." @@ -212,42 +135,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Hydra Glow Serum", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/skin-product-droppers-arrangement_23-2148761396.jpg", - }, - { - id: "p2", - name: "Retinol Repair", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/flowers-surrounding-iridescent-beauty-packaging_23-2151892258.jpg", - }, - { - id: "p3", - name: "Daily Sun Shield", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434815.jpg", - }, - { - id: "p4", - name: "Soothing Enzyme Mask", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-skin-care-moisture-recipient-arrangement_23-2148761461.jpg", - }, - { - id: "p5", - name: "Vitamin C Booster", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-motion-light-background-with-copy-space_23-2148469528.jpg", - }, - { - id: "p6", - name: "Intense Recovery Cream", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/jar-cream_23-2147803534.jpg", - }, + { id: "p1", name: "Hydra Glow Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/skin-product-droppers-arrangement_23-2148761396.jpg" }, + { id: "p2", name: "Retinol Repair", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/flowers-surrounding-iridescent-beauty-packaging_23-2151892258.jpg" }, + { id: "p3", name: "Daily Sun Shield", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434815.jpg" }, + { id: "p4", name: "Soothing Enzyme Mask", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/transparent-skin-care-moisture-recipient-arrangement_23-2148761461.jpg" }, + { id: "p5", name: "Vitamin C Booster", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-motion-light-background-with-copy-space_23-2148469528.jpg" }, + { id: "p6", name: "Intense Recovery Cream", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/jar-cream_23-2147803534.jpg" }, ]} title="Premium Skincare Products" description="Maintain your clinic results at home with our hand-selected skincare range." @@ -261,56 +154,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Essential", - price: "$150", - period: "session", - description: "Perfect for routine maintenance and skin vitality.", - button: { - text: "Book Now", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Consultation", - "Signature Facial", - "Hydration Mask", - ], + id: "basic", tag: "Essential", price: "$150", period: "session", description: "Perfect for routine maintenance and skin vitality.", button: { text: "Book Now", href: appointmentHref }, + featuresTitle: "Includes:", features: ["Consultation", "Signature Facial", "Hydration Mask"], }, { - id: "pro", - tag: "Advanced", - price: "$350", - period: "session", - description: "For those seeking transformative results and rejuvenation.", - button: { - text: "Book Now", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Expert Assessment", - "Specialized Laser Treatment", - "Recovery Skincare", - ], + id: "pro", tag: "Advanced", price: "$350", period: "session", description: "For those seeking transformative results and rejuvenation.", button: { text: "Book Now", href: appointmentHref }, + featuresTitle: "Includes:", features: ["Expert Assessment", "Specialized Laser Treatment", "Recovery Skincare"], }, { - id: "premium", - tag: "Platinum", - price: "$600", - period: "session", - description: "The ultimate aesthetic experience for comprehensive care.", - button: { - text: "Book Now", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Elite Assessment", - "Injectable Combo", - "Advanced Laser Suite", - "Custom Skincare Kit", - ], + id: "premium", tag: "Platinum", price: "$600", period: "session", description: "The ultimate aesthetic experience for comprehensive care.", button: { text: "Book Now", href: appointmentHref }, + featuresTitle: "Includes:", features: ["Elite Assessment", "Injectable Combo", "Advanced Laser Suite", "Custom Skincare Kit"], }, ]} title="Our Treatment Pricing" @@ -324,46 +177,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Linda V.", - handle: "@lindav", - testimonial: "Incredible experience, feel like a new person every time I leave.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-headshot-attractive-young-woman-with-dyed-middle-length-hair-with-red-lips-earrings-smiling-camera-with-happiness-blurred-background_132075-10278.jpg", - }, - { - id: "2", - name: "Hannah S.", - handle: "@hannahs", - testimonial: "Professional treatments with real results I can see and feel.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-young-woman_23-2149402988.jpg", - }, - { - id: "3", - name: "Rachel P.", - handle: "@rachelp", - testimonial: "Hands down the best aesthetic salon in the city.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", - }, - { - id: "4", - name: "Mia J.", - handle: "@miaj", - testimonial: "Excellent service and very knowledgeable staff.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-mirror_23-2148916463.jpg", - }, - { - id: "5", - name: "Chloe T.", - handle: "@chloet", - testimonial: "Very relaxing and personalized care every single time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-her-face_1268-21276.jpg", - }, + { id: "1", name: "Linda V.", handle: "@lindav", testimonial: "Incredible experience, feel like a new person every time I leave.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-headshot-attractive-young-woman-with-dyed-middle-length-hair-with-red-lips-earrings-smiling-camera-with-happiness-blurred-background_132075-10278.jpg" }, + { id: "2", name: "Hannah S.", handle: "@hannahs", testimonial: "Professional treatments with real results I can see and feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-young-woman_23-2149402988.jpg" }, + { id: "3", name: "Rachel P.", handle: "@rachelp", testimonial: "Hands down the best aesthetic salon in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg" }, + { id: "4", name: "Mia J.", handle: "@miaj", testimonial: "Excellent service and very knowledgeable staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-mirror_23-2148916463.jpg" }, + { id: "5", name: "Chloe T.", handle: "@chloet", testimonial: "Very relaxing and personalized care every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-her-face_1268-21276.jpg" }, ]} showRating={true} title="Client Success Stories" @@ -375,15 +193,7 @@ export default function LandingPage() { @@ -394,21 +204,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How long do results last?", - content: "Results vary by treatment; we discuss maintenance during your consultation.", - }, - { - id: "q2", - title: "Is there recovery time?", - content: "Many treatments require zero downtime, while others are quick to recover.", - }, - { - id: "q3", - title: "Do you offer consultations?", - content: "Yes, we prioritize consultations for every new client and treatment plan.", - }, + { id: "q1", title: "How long do results last?", content: "Results vary by treatment; we discuss maintenance during your consultation." }, + { id: "q2", title: "Is there recovery time?", content: "Many treatments require zero downtime, while others are quick to recover." }, + { id: "q3", title: "Do you offer consultations?", content: "Yes, we prioritize consultations for every new client and treatment plan." }, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -420,46 +218,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file