Merge version_2 into main #1
140
src/app/page.tsx
140
src/app/page.tsx
@@ -9,6 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,22 +31,14 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
brandName="Moli Nails"
|
||||
/>
|
||||
</div>
|
||||
@@ -56,38 +49,24 @@ export default function LandingPage() {
|
||||
description="Trusted Mitcham nail salon with 4.8★ from 160+ happy clients. Experience professional service in a clean, relaxing environment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0400000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:0400000000"},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Appointment", href: "#booking"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg"
|
||||
imageAlt="Professional manicure work"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Join 160+ happy clients"
|
||||
/>
|
||||
@@ -98,14 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Sarah M.",
|
||||
"Jessica T.",
|
||||
"Emily R.",
|
||||
"Chloe K.",
|
||||
"Mia L.",
|
||||
"Olivia B.",
|
||||
"Grace P.",
|
||||
]}
|
||||
"Sarah M.", "Jessica T.", "Emily R.", "Chloe K.", "Mia L.", "Olivia B.", "Grace P."]}
|
||||
title="169+ 5-Star Reviews"
|
||||
description="Our clients love the attention to detail and our friendly team. Experience long-lasting, quality nails."
|
||||
/>
|
||||
@@ -118,51 +90,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "manc",
|
||||
price: "$45+",
|
||||
name: "Manicure",
|
||||
features: [
|
||||
"Shellac",
|
||||
"SNS",
|
||||
"BIAB",
|
||||
],
|
||||
id: "manc", price: "$45+", name: "Manicure", features: [
|
||||
"Shellac", "SNS", "BIAB"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Now", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pedi",
|
||||
price: "$65+",
|
||||
name: "Pedicure",
|
||||
features: [
|
||||
"Classic Polish",
|
||||
"Hot Stones",
|
||||
"Exfoliation",
|
||||
],
|
||||
id: "pedi", price: "$65+", name: "Pedicure", features: [
|
||||
"Classic Polish", "Hot Stones", "Exfoliation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Now", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "art",
|
||||
price: "$20+",
|
||||
name: "Nail Art",
|
||||
features: [
|
||||
"Custom Designs",
|
||||
"French Tips",
|
||||
"Glitter",
|
||||
],
|
||||
id: "art", price: "$20+", name: "Nail Art", features: [
|
||||
"Custom Designs", "French Tips", "Glitter"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Now", href: "#booking"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -171,6 +119,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Nail Gallery"
|
||||
cardTag="Portfolio"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "img1", name: "Nail Work 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2AAevwbgkwA8bQOW6a1YvxSBR/uploaded-1775573588012-yfwb09z9.jpg"
|
||||
},
|
||||
{
|
||||
id: "img2", name: "Nail Work 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2AAevwbgkwA8bQOW6a1YvxSBR/uploaded-1775573588013-jnk4w2fe.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
@@ -188,8 +152,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Booking"
|
||||
title="Book Your Appointment"
|
||||
description="Appointments fill up fast! Send us your details and we'll be in touch to confirm your spot."
|
||||
@@ -201,34 +164,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Mitcham, VIC",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mitcham, VIC", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Mon-Sat: 9am-6pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Sat: 9am-6pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:0400000000",
|
||||
},
|
||||
label: "Call Us", href: "tel:0400000000"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
label: "Book Now", href: "#booking"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user