From 7bcbffdd9a355d1fc76908eb35fad651cb6670bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52b943e..4426076 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Clock, Users } from "lucide-react"; +import { Award, Clock, Users, Scissors, Zap, Palette, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,79 +32,33 @@ export default function LandingPage() {
@@ -114,21 +68,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Legacy" metrics={[ - { - icon: Clock, - label: "Years Active", - value: "14+", - }, - { - icon: Users, - label: "Satisfied Clients", - value: "10k+", - }, - { - icon: Award, - label: "Average Rating", - value: "4.8★", - }, + { icon: Clock, label: "Years Active", value: "14+" }, + { icon: Users, label: "Satisfied Clients", value: "10k+" }, + { icon: Award, label: "Average Rating", value: "4.8★" }, ]} metricsAnimation="slide-up" /> @@ -139,30 +81,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Haircuts", - description: "Precision cutting for all styles.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-hairstylist-cutting-customer-s-hair-front-mirror_1098-20647.jpg", - buttonIcon: "Scissors", - }, - { - title: "Perms", - description: "Volume, texture, and long-lasting shape.", - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-great-mood-dressed-black-top-with-silver-ornament-blows-kiss-takes-selfie-isolated-space_197531-15581.jpg", - buttonIcon: "Zap", - }, - { - title: "Coloring", - description: "Natural highlights and bold tones.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg", - buttonIcon: "Palette", - }, - { - title: "Styling", - description: "Everyday looks and special events.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-expensive-barber-shop-chair_23-2148256916.jpg", - buttonIcon: "Sparkles", - }, + { title: "Haircuts", description: "Precision cutting for all styles.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-hairstylist-cutting-customer-s-hair-front-mirror_1098-20647.jpg", buttonIcon: Scissors }, + { title: "Perms", description: "Volume, texture, and long-lasting shape.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-great-mood-dressed-black-top-with-silver-ornament-blows-kiss-takes-selfie-isolated-space_197531-15581.jpg", buttonIcon: Zap }, + { title: "Coloring", description: "Natural highlights and bold tones.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg", buttonIcon: Palette }, + { title: "Styling", description: "Everyday looks and special events.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-expensive-barber-shop-chair_23-2148256916.jpg", buttonIcon: Sparkles }, ]} title="Our Services" description="Expert services tailored to your unique style and needs." @@ -175,50 +97,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - badge: "Essential", - price: "$25", - subtitle: "Men's Cuts", - features: [ - "Precision cut", - "Shampoo", - "Quick style", - ], - }, - { - id: "p2", - badge: "Essential", - price: "$35", - subtitle: "Women's Cuts", - features: [ - "Style consultation", - "Wash", - "Cut & Blowout", - ], - }, - { - id: "p3", - badge: "Pro", - price: "$120", - subtitle: "Full Perm", - features: [ - "Custom curl", - "Long-lasting", - "Care tips", - ], - }, - { - id: "p4", - badge: "Pro", - price: "$140", - subtitle: "Highlights", - features: [ - "Full head", - "Conditioning", - "Gloss treatment", - ], - }, + { id: "p1", badge: "Essential", price: "$25", subtitle: "Men's Cuts", features: ["Precision cut", "Shampoo", "Quick style"] }, + { id: "p2", badge: "Essential", price: "$35", subtitle: "Women's Cuts", features: ["Style consultation", "Wash", "Cut & Blowout"] }, + { id: "p3", badge: "Pro", price: "$120", subtitle: "Full Perm", features: ["Custom curl", "Long-lasting", "Care tips"] }, + { id: "p4", badge: "Pro", price: "$140", subtitle: "Highlights", features: ["Full head", "Conditioning", "Gloss treatment"] }, ]} title="Pricing" description="Quality care at accessible prices." @@ -231,41 +113,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah K.", - handle: "@sarahk", - testimonial: "Best service in Richardson! My hair looks amazing every time.", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-stylist-applying-makeup-unrecognizable-model_23-2147783895.jpg", - }, - { - id: "t2", - name: "David M.", - handle: "@davidm", - testimonial: "Reliable, fast, and always friendly. My go-to salon.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-mother-s-day_23-2151207240.jpg", - }, - { - id: "t3", - name: "Emily R.", - handle: "@emilyr", - testimonial: "So much better than those overpriced mall salons.", - imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-combing-hair-senior-client_23-2148181882.jpg", - }, - { - id: "t4", - name: "Michael P.", - handle: "@michaelp", - testimonial: "Excellent neck massage during wash, great attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop_23-2148877379.jpg", - }, - { - id: "t5", - name: "Jessica L.", - handle: "@jessl", - testimonial: "Found my new favorite stylist here. Truly a hidden gem.", - imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-tossing-hair-smiling_176420-18276.jpg", - }, + { id: "t1", name: "Sarah K.", handle: "@sarahk", testimonial: "Best service in Richardson! My hair looks amazing every time.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-stylist-applying-makeup-unrecognizable-model_23-2147783895.jpg" }, + { id: "t2", name: "David M.", handle: "@davidm", testimonial: "Reliable, fast, and always friendly. My go-to salon.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-mother-s-day_23-2151207240.jpg" }, + { id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "So much better than those overpriced mall salons.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-combing-hair-senior-client_23-2148181882.jpg" }, + { id: "t4", name: "Michael P.", handle: "@michaelp", testimonial: "Excellent neck massage during wash, great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop_23-2148877379.jpg" }, + { id: "t5", name: "Jessica L.", handle: "@jessl", testimonial: "Found my new favorite stylist here. Truly a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-tossing-hair-smiling_176420-18276.jpg" }, ]} title="Client Stories" description="Hear what our community says." @@ -276,15 +128,7 @@ export default function LandingPage() { @@ -294,21 +138,9 @@ export default function LandingPage() { -- 2.49.1