Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b229add13c | |||
| c0653c5e2b | |||
| f647b47bc5 |
@@ -3,16 +3,16 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -164,39 +164,30 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardTen
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Beth was a lovely therapist and did such an amazing treatment. The salon has easy parking too. Would definitely recommend.", rating: 5,
|
id: "1", name: "Sarah Johnson", title: "Exceptional Service!", quote: "Beth was a lovely therapist and did such an amazing treatment. The salon has easy parking too. Would definitely recommend.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg", imageAlt: "Sarah Johnson"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg", imageAlt: "Sarah Johnson"},
|
|
||||||
{
|
{
|
||||||
id: "2", name: "Emma White", handle: "@emma_w", testimonial: "Beth is an amazing therapist and always gives 100% with every treatment. I wouldn’t go to anyone else, truly fantastic service.", rating: 5,
|
id: "2", name: "Emma White", title: "Truly Fantastic!", quote: "Beth is an amazing therapist and always gives 100% with every treatment. I wouldn’t go to anyone else, truly fantastic service.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-braids-posing-grey-female-lady-with-modern-hairstyle-studio_549566-491.jpg", imageAlt: "Emma White"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-braids-posing-grey-female-lady-with-modern-hairstyle-studio_549566-491.jpg", imageAlt: "Emma White"},
|
|
||||||
{
|
{
|
||||||
id: "3", name: "Jessica Brown", handle: "@jessica_b", testimonial: "Bethany did my manicure and I couldn’t be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank Thank you!", rating: 5,
|
id: "3", name: "Jessica Brown", title: "Couldn't Be Happier!", quote: "Bethany did my manicure and I couldn’t be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank Thank you!", role: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", imageAlt: "Jessica Brown"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", imageAlt: "Jessica Brown"},
|
|
||||||
{
|
{
|
||||||
id: "4", name: "Chloe Green", handle: "@chloe_g", testimonial: "Always a wonderful experience at Beauty by Bethanyy. Professional, relaxing, and I always get exactly what I ask for. Highly recommend for any beauty needs.", rating: 5,
|
id: "4", name: "Chloe Green", title: "Wonderful Experience!", quote: "Always a wonderful experience at Beauty by Bethanyy. Professional, relaxing, and I always get exactly what I ask for. Highly recommend for any beauty needs.", role: "Regular Visitor", imageSrc: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg", imageAlt: "Chloe Green"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg", imageAlt: "Chloe Green"},
|
|
||||||
{
|
{
|
||||||
id: "5", name: "Olivia Hall", handle: "@olivia_h", testimonial: "From waxing to lash lifts, Bethany consistently provides excellent service. The salon is clean, comfortable, and a true gem in Basingstoke.", rating: 5,
|
id: "5", name: "Olivia Hall", title: "Excellent Service!", quote: "From waxing to lash lifts, Bethany consistently provides excellent service. The salon is clean, comfortable, and a true gem in Basingstoke.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", imageAlt: "Olivia Hall"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", imageAlt: "Olivia Hall"},
|
|
||||||
{
|
{
|
||||||
id: "6", name: "Mia King", handle: "@mia_k", testimonial: "I've been a regular client for months now, and Bethany never disappoints. Her attention to detail and warm personality make every visit a delight.", rating: 5,
|
id: "6", name: "Mia King", title: "Never Disappoints!", quote: "I've been a regular client for months now, and Bethany never disappoints. Her attention to detail and warm personality make every visit a delight.", role: "Long-term Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg", imageAlt: "Mia King"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg", imageAlt: "Mia King"},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
|
||||||
title="Hear From Our Happy Clients"
|
title="Hear From Our Happy Clients"
|
||||||
description="We pride ourselves on delivering exceptional beauty experiences. Read what our valued clients have to say."
|
description="We pride ourselves on delivering exceptional beauty experiences. Read what our valued clients have to say."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqSplitText
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -210,9 +201,10 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "q5", title: "What is your cancellation policy?", content: "We kindly ask for at least 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients. Late cancellations may incur a fee."},
|
id: "q5", title: "What is your cancellation policy?", content: "We kindly ask for at least 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients. Late cancellations may incur a fee."},
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our services, appointments, and salon policies."
|
sideDescription="Find quick answers to common questions about our services, appointments, and salon policies."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
textPosition="left"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -254,7 +246,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBase
|
||||||
logoText="Beauty by Bethanyy"
|
logoText="Beauty by Bethanyy"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user