1 Commits

Author SHA1 Message Date
ecdc7f8746 Update src/app/page.tsx 2026-03-10 02:30:23 +00:00

View File

@@ -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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Heart, Hand, Palette, Star, Calendar } from "lucide-react";
@@ -137,38 +137,31 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
<TestimonialCardTwelve
testimonials={[
{
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: "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: "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: "2", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", imageAlt: "Emily Chen"
},
{
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: "3", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", imageAlt: "Jessica Martinez"
},
{
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"
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"
}
]}
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"
cardTitle="Loved by thousands of satisfied clients who trust us for their nail care"
cardTag="Client Reviews"
cardTagIcon={Star}
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
<FaqSplitMedia
title="Frequently Asked Questions"
description="Everything you need to know about our nail care services and booking process"
tag="FAQ"
@@ -190,6 +183,10 @@ 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?_wi=2"
imageAlt="Salon interior"
mediaAnimation="slide-up"
mediaPosition="left"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}