Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lavender Spa"
|
||||
/>
|
||||
@@ -61,69 +52,37 @@ export default function LandingPage() {
|
||||
description="Experience premium spa and salon treatments in the heart of Dar es Salaam. Relax, rejuvenate, and get pampered in our beautiful location."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophie Kortenbruck",
|
||||
handle: "@sophie",
|
||||
testimonial: "Beautiful location and premises, professional and friendly staff. One of the best massages ever.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zjy69r",
|
||||
},
|
||||
name: "Sophie Kortenbruck", handle: "@sophie", testimonial: "Beautiful location and premises, professional and friendly staff. One of the best massages ever.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zjy69r"},
|
||||
{
|
||||
name: "Lachi Zoutay",
|
||||
handle: "@lachi",
|
||||
testimonial: "The best Spa Day experience and best Massage ever I have ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e17sru",
|
||||
},
|
||||
name: "Lachi Zoutay", handle: "@lachi", testimonial: "The best Spa Day experience and best Massage ever I have ever had.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e17sru"},
|
||||
{
|
||||
name: "Courtney Whitefield",
|
||||
handle: "@courtney",
|
||||
testimonial: "Lavender Spa is a great place to relax and get pampered. 100% recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8pc064",
|
||||
},
|
||||
name: "Courtney Whitefield", handle: "@courtney", testimonial: "Lavender Spa is a great place to relax and get pampered. 100% recommend.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8pc064"},
|
||||
{
|
||||
name: "Amina Juma",
|
||||
handle: "@amina",
|
||||
testimonial: "A true sanctuary in the city. The atmosphere is incredibly calming.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0lgu7c",
|
||||
},
|
||||
name: "Amina Juma", handle: "@amina", testimonial: "A true sanctuary in the city. The atmosphere is incredibly calming.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0lgu7c"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah",
|
||||
testimonial: "Professional services and very high standards. Highly recommended for a self-care day.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxex78",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah", testimonial: "Professional services and very high standards. Highly recommended for a self-care day.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxex78"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwguqu"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwguqu",
|
||||
alt: "Sophie K.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwguqu", alt: "Sophie K."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqrvz5",
|
||||
alt: "Lachi Z.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqrvz5", alt: "Lachi Z."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=chgu61",
|
||||
alt: "Courtney W.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=chgu61", alt: "Courtney W."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i86a3i",
|
||||
alt: "Amina J.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i86a3i", alt: "Amina J."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9nsm0",
|
||||
alt: "Sarah M.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9nsm0", alt: "Sarah M."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,28 +102,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Body Waxing",
|
||||
description: "Professional waxing services for smooth, lasting results.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=chgu61",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Body Waxing", description: "Professional waxing services for smooth, lasting results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=chgu61", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Manicure & Pedicure",
|
||||
description: "Expert nail care for perfectly groomed hands and feet.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i86a3i",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Manicure & Pedicure", description: "Expert nail care for perfectly groomed hands and feet.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i86a3i", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Hairstyling",
|
||||
description: "Transform your look with our professional hairstyling experts.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9nsm0",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Hairstyling", description: "Transform your look with our professional hairstyling experts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9nsm0", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Skin Treatments",
|
||||
description: "Rejuvenate your skin with our professional facial and skin treatments.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkkr6q",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Skin Treatments", description: "Rejuvenate your skin with our professional facial and skin treatments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkkr6q", buttonIcon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -180,25 +127,15 @@ export default function LandingPage() {
|
||||
author="Sophie Kortenbruck"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ey7kqg",
|
||||
alt: "Sophie K.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ey7kqg", alt: "Sophie K."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sr4vy6",
|
||||
alt: "Lachi Z.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sr4vy6", alt: "Lachi Z."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=stvsu1",
|
||||
alt: "Courtney W.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=stvsu1", alt: "Courtney W."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0lgu7c",
|
||||
alt: "Client D.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0lgu7c", alt: "Client D."},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxex78",
|
||||
alt: "Client E.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxex78", alt: "Client E."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -211,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily and close at 7 pm.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We are open daily and close at 7 pm."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where is the spa located?",
|
||||
content: "We are located on Mary Knoll Ln in Dar es Salaam.",
|
||||
},
|
||||
id: "2", title: "Where is the spa located?", content: "We are located on Mary Knoll Ln in Dar es Salaam."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can reach us at +255 764 075 151 to schedule your visit.",
|
||||
},
|
||||
id: "3", title: "How can I book an appointment?", content: "You can reach us at +255 764 075 151 to schedule your visit."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We're here to help you get the most out of your visit."
|
||||
@@ -237,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Wellness Association",
|
||||
"Beauty Certified",
|
||||
"DSM Chamber",
|
||||
"Organic Skincare",
|
||||
"Luxury Beauty",
|
||||
"Cosmetology Board",
|
||||
"Holistic Wellness",
|
||||
]}
|
||||
"Wellness Association", "Beauty Certified", "DSM Chamber", "Organic Skincare", "Luxury Beauty", "Cosmetology Board", "Holistic Wellness"]}
|
||||
title="Trusted by Experts"
|
||||
description="Lavender Spa works with leading beauty and wellness partners."
|
||||
/>
|
||||
@@ -254,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Book Your Appointment"
|
||||
description="Ready to relax? Call us today or fill out the form to inquire about our services."
|
||||
@@ -270,38 +190,25 @@ export default function LandingPage() {
|
||||
logoText="Lavender Spa"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+255 764 075 151",
|
||||
href: "tel:+255764075151",
|
||||
},
|
||||
label: "+255 764 075 151", href: "tel:+255764075151"},
|
||||
{
|
||||
label: "Mary Knoll Ln, DSM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mary Knoll Ln, DSM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user