Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1af9ce8c8c | |||
| d33e3d6d9d | |||
| 6d7fd93a7f | |||
| e6ec264b34 |
@@ -10,7 +10,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
|||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
|
||||||
@@ -97,21 +96,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="staff" data-section="staff">
|
|
||||||
<TeamCardSix
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
members={[
|
|
||||||
{ id: "tom", name: "Tom", role: "Senior Nail Technician", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2e79lxfy.png?_wi=3" },
|
|
||||||
{ id: "lani", name: "Lani", role: "Senior Nail Technician", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-0n6ks88s.png?_wi=3" },
|
|
||||||
]}
|
|
||||||
title="Our Beloved Technicians"
|
|
||||||
description="Meet Tom and Lani, our long-time experts dedicated to your perfect manicure."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -150,13 +134,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "Do I need an appointment?", content: "We welcome walk-ins! We also accept scheduled appointments if you prefer." },
|
{ id: "f1", title: "Mon – Fri", content: "10am – 7pm" },
|
||||||
{ id: "f2", title: "What payments do you accept?", content: "We accept Visa, Mastercard, and all other major credit cards, as well as cash." },
|
{ id: "f2", title: "Saturday", content: "9am – 5pm" },
|
||||||
{ id: "f3", title: "Are you accessible?", content: "Yes, we feature a wheelchair-accessible entrance for all guests." },
|
{ id: "f3", title: "Sunday", content: "Closed" },
|
||||||
{ id: "f4", title: "Are there perks?", content: "Yes! Mention our Monday reduced pricing for special rates." },
|
{ id: "f4", title: "Walk-ins", content: "Welcome during all business hours." },
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Opening Hours"
|
||||||
description="Helpful information for your next visit."
|
description="Find out when we are open to serve you."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -179,4 +163,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user