Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,6 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, CheckCircle, Shield, Sparkles, Star, Zap } from "lucide-react";
|
||||
|
||||
@@ -117,22 +116,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{ id: "t1", name: "Sarah Miller", role: "Head Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },
|
||||
{ id: "t2", name: "James Chen", role: "Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-small-plant_23-2149412612.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", role: "Salon Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-woman-black-shirt-posing-white-background-high-quality-photo_114579-61008.jpg" },
|
||||
]}
|
||||
title="Meet Your Stylists"
|
||||
description="Our team of dedicated professionals is here to give you the perfect look."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
@@ -141,8 +124,6 @@ export default function LandingPage() {
|
||||
{ id: "1", title: "Incredible!", quote: "The best beauty salon in town! Always love my results.", name: "Jessica Lee", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40131.jpg" },
|
||||
{ id: "2", title: "So Professional", quote: "I felt so refreshed after my treatment. Highly recommended.", name: "Mark Davis", role: "New Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg" },
|
||||
{ id: "3", title: "Top Tier Service", quote: "Always great service, professional staff, and wonderful atmosphere.", name: "Sarah Wilson", role: "Styling Fan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-caucasian-pretty-woman-with-towel-head-eye-mask-patches-face-face-skin-care-concept-female-relax-bed-home_343596-2112.jpg" },
|
||||
{ id: "4", title: "Always Happy", quote: "Excellent hair color and super friendly team. Will be back!", name: "Chloe Smith", role: "Colorist Fan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brown-eyed-lady-dark-jacket-isolated-background-attractive-short-haired-woman-black-suit-laughs-looks-into-camera-white-backdrop_197531-18488.jpg" },
|
||||
{ id: "5", title: "Amazing Results", quote: "Professional, clean, and so welcoming. Love the experience.", name: "David Evans", role: "Grooming Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4487.jpg" },
|
||||
]}
|
||||
title="Loved by Clients"
|
||||
description="Hear what our happy customers are saying."
|
||||
|
||||
Reference in New Issue
Block a user