diff --git a/src/app/page.tsx b/src/app/page.tsx index d43e6ef..4624103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Accessibility, Wifi, CreditCard, Recycle, Baby, CalendarCheck, ConciergeBell } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,22 +31,12 @@ export default function LandingPage() {
@@ -110,45 +79,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "s1", - name: "Luxury Pedicure", - price: "$65+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-legs-home-bathroom_1303-23024.jpg", - }, - { - id: "s2", - name: "Gel & Shellac", - price: "$50+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262926.jpg", - }, - { - id: "s3", - name: "Artistic Nail Art", - price: "$20+", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-463.jpg", - }, - { - id: "s4", - name: "Classic Manicure", - price: "$35+", - imageSrc: "http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg", - }, - { - id: "s5", - name: "Spa Treatments", - price: "$45+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-spa-center_23-2148099226.jpg", - }, - { - id: "s6", - name: "Acrylic Sets", - price: "$70+", - imageSrc: "http://img.b2bpic.net/free-photo/two-girls-with-design-manicure-holding-leather-pink-bag_132075-12045.jpg", - }, + { id: "s1", name: "Luxury Pedicure", price: "$65+", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-legs-home-bathroom_1303-23024.jpg" }, + { id: "s2", name: "Gel & Shellac", price: "$50+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262926.jpg" }, + { id: "s3", name: "Artistic Nail Art", price: "$20+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-463.jpg" }, ]} title="Signature Services" - description="Indulge in our curated selection of treatments designed to leave you feeling refreshed and beautiful." + description="Onsite professional nail care, including appointments and walk-in availability." /> @@ -158,41 +94,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah L.", - handle: "@sarah_nails", - testimonial: "The best pedicure massage I've ever had. Truly a peaceful escape.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-winter-portrait-brunette-woman-wearing-joggers-sweater-using-her-smartphone-exited-emotions_291049-2742.jpg", - }, - { - id: "t2", - name: "Michael R.", - handle: "@mikepdx", - testimonial: "Super clean, quiet, and friendly. My nails last for weeks every time.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-charming-smiling-tanned-brunette-woman-white-t-shirt-sitting-rattand-armchair_197531-22786.jpg", - }, - { - id: "t3", - name: "Emily C.", - handle: "@emilylove", - testimonial: "I always leave feeling beautiful. The staff is so incredibly kind.", - imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-308957.jpg", - }, - { - id: "t4", - name: "Jessica B.", - handle: "@jessib", - testimonial: "Unmatched attention to detail. It's my favorite neighborhood happy place.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4466.jpg", - }, - { - id: "t5", - name: "Marcus W.", - handle: "@marcusw", - testimonial: "Relaxing chairs and top-tier service. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-caucasian-blonde-girls-use-face-cream-while-sitting-beauty-parlour-concept-preserving-youth_197531-31473.jpg", - }, + { id: "t1", name: "Sarah L.", handle: "@sarah_nails", testimonial: "The best pedicure massage I've ever had. Truly a peaceful escape." }, + { id: "t2", name: "Michael R.", handle: "@mikepdx", testimonial: "Super clean, quiet, and friendly. My nails last for weeks every time." }, ]} title="Client Stories" description="Read how our Portland clients experience the Ultimate Nails difference." @@ -204,20 +107,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} title="Restorative Self-Care" - description="At Ultimate Nails, we redefine the salon experience. We believe beauty is a form of peace, and every visit is a journey to feeling your most confident, elevated self." + description="We offer a refined, family-friendly space where convenience meets luxury. Enjoy seamless bookings, accessible facilities, and a commitment to sustainability." bulletPoints={[ - { - title: "Indulgent Atmosphere", - description: "Designed for complete relaxation.", - }, - { - title: "Modern Spa Energy", - description: "A refined space for your self-care.", - }, - { - title: "Artisan Care", - description: "Expert services for lasting beauty.", - }, + { title: "Bookings", description: "Appointments recommended, walk-ins welcome", icon: CalendarCheck }, + { title: "Convenience", description: "Free Wi-Fi and mobile payments available", icon: ConciergeBell }, + { title: "Accessibility", description: "Fully accessible entrance, parking, and restroom", icon: Accessibility }, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-using-face-roller-her-beauty-routine_23-2150166445.jpg" mediaAnimation="slide-up" @@ -229,24 +123,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you accept walk-ins?", - content: "Yes, we welcome walk-ins, though we recommend booking ahead for peak times.", - }, - { - id: "q2", - title: "What products do you use?", - content: "We use premium, high-quality polishes and spa products safe for your nails and skin.", - }, - { - id: "q3", - title: "How do I book an appointment?", - content: "You can book directly through our website via the link above.", - }, + { id: "q1", title: "Are kids welcome?", content: "Yes, we are a family-friendly salon and good for kids!" }, + { id: "q2", title: "What payment methods do you accept?", content: "We accept major credit/debit cards and NFC mobile payments for your convenience." }, + { id: "q3", title: "Do you have recycling?", content: "Yes, we maintain a recycling program for plastic bottles to support a greener environment." }, ]} title="Common Questions" - description="Everything you need to know about your next visit to Ultimate Nails." + description="Quick answers regarding our amenities and services." faqsAnimation="slide-up" /> @@ -257,24 +139,10 @@ export default function LandingPage() { title="Book Your Glow" description="We are ready to welcome you. Send us a note to inquire about appointments or special services." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about the service you need...", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about the service you need...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/room-interior-with-bed-massage_23-2150461389.jpg" /> @@ -282,17 +150,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file