Merge version_2 into main #4
@@ -6,8 +6,8 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, Heart, Hand, Palette, Star, Calendar } from "lucide-react";
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{ value: "500+", title: "Satisfied Customers" },
|
||||
{ value: "8 Years", title: "Industry Excellence" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-2920.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-2920.jpg?_wi=1"
|
||||
imageAlt="Luxury nail salon interior"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -137,31 +137,38 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-we-re-expanding-linkedin-profile-picture_742173-10834.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", role: "Beauty Enthusiast", company: "Premium Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-we-re-expanding-linkedin-profile-picture_742173-10834.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", imageAlt: "Emily Chen"
|
||||
id: "2", name: "Emily Chen", role: "Corporate Manager", company: "Tech Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", imageAlt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", imageAlt: "Jessica Martinez"
|
||||
id: "3", name: "Jessica Martinez", role: "Fashion Designer", company: "Style Studios", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amanda Williams", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg", imageAlt: "Amanda Williams"
|
||||
id: "4", name: "Amanda Williams", role: "Business Owner", company: "Creative Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg", imageAlt: "Amanda Williams"
|
||||
}
|
||||
]}
|
||||
cardTitle="Loved by thousands of satisfied clients who trust us for their nail care"
|
||||
cardTag="Client Reviews"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="slide-up"
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from our valued customers"
|
||||
tag="Testimonials"
|
||||
tagAnimation="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our nail care services and booking process"
|
||||
tag="FAQ"
|
||||
@@ -183,10 +190,6 @@ export default function LandingPage() {
|
||||
id: "5", title: "What should I do before my appointment?", content: "Please arrive 5-10 minutes early with clean hands. Avoid applying lotion right before your appointment. If you're unsure about a design, bring inspiration photos. Our technicians will help you choose the perfect style."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-2920.jpg"
|
||||
imageAlt="Salon interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user