5 Commits

Author SHA1 Message Date
d0b2f405ed Merge version_7 into main
Merge version_7 into main
2026-04-08 00:45:17 +00:00
891326a66c Update src/app/page.tsx 2026-04-08 00:45:14 +00:00
3ccf741664 Merge version_6 into main
Merge version_6 into main
2026-04-08 00:43:10 +00:00
3768dfeb81 Update src/app/page.tsx 2026-04-08 00:43:07 +00:00
3a499d02a3 Merge version_5 into main
Merge version_5 into main
2026-04-07 23:25:18 +00:00

View File

@@ -29,14 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
{
name: "Services", id: "services"},
{
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Face N Nails"
/>
@@ -44,40 +40,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
title="Professional Nail & Beauty Studio in Lanham"
description="Face N Nails is the leading beauty service that delivers professional stylists straight to your door or in our studio. Experience premium pampering in the comfort of your home, office, or our Lanham studio."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 1"},
{
src: "http://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 2"},
{
src: "http://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 3"},
{
src: "http://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 4"},
{
src: "http://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 5"},
{ src: "https://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 1" },
{ src: "https://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 2" },
{ src: "https://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 3" },
{ src: "https://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 4" },
{ src: "https://img.b2bpic.net/free-photo/man-wearing-make-up-sing-brush-his-face_23-2148784333.jpg", alt: "Stylist 5" },
]}
buttons={[
{
text: "Call Now", href: "tel:240-299-0337"},
{
text: "Book Your Session Today", href: "#contact"},
{ text: "Call Now", href: "tel:240-299-0337" },
{ text: "Book Your Session Today", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" }) },
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text", text: "Premium Nail Art"},
{
type: "text", text: "Expert Lash Extensions"},
{
type: "text", text: "Professional Waxing"},
{
type: "text", text: "Mobile Services Available"},
{
type: "text", text: "Quality Guaranteed"},
{ type: "text", text: "Premium Nail Art" },
{ type: "text", text: "Expert Lash Extensions" },
{ type: "text", text: "Professional Waxing" },
{ type: "text", text: "Mobile Services Available" },
{ type: "text", text: "Quality Guaranteed" },
]}
/>
</div>
@@ -89,18 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "s1", name: "Lash Extensions", price: "From $65", variant: "Eyelash Application", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1"},
{
id: "s2", name: "Nail Services", price: "From $45", variant: "Manicure & Pedicure", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1"},
{
id: "s3", name: "Brow & Waxing", price: "From $30", variant: "Precision Grooming", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1"},
{
id: "s4", name: "Makeup Services", price: "From $80", variant: "Professional Artistry", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2"},
{
id: "s5", name: "Full Set Nails", price: "From $55", variant: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2"},
{
id: "s6", name: "Brow Tinting", price: "From $25", variant: "Expert Shaping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2"},
{ id: "s1", name: "Lash Extensions", price: "From $65", variant: "Eyelash Application", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1" },
{ id: "s2", name: "Nail Services", price: "From $45", variant: "Manicure & Pedicure", imageSrc: "https://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1" },
{ id: "s3", name: "Brow & Waxing", price: "From $30", variant: "Precision Grooming", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1" },
{ id: "s4", name: "Makeup Services", price: "From $80", variant: "Professional Artistry", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2" },
{ id: "s5", name: "Full Set Nails", price: "From $55", variant: "Premium Care", imageSrc: "https://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2" },
{ id: "s6", name: "Brow Tinting", price: "From $25", variant: "Expert Shaping", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2" },
]}
title="Our Services"
description="Beauty isn't about having a pretty face. It is about having a pretty mind, a pretty heart, and most importantly a beautiful soul."
@@ -112,7 +89,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Quality Self-Care & Professionalism"
description="Face N Nails is dedicated to high-quality self-care services. Our professional stylists bring expertise and a warm customer experience to every session, ensuring you leave feeling refreshed and confident."
imageSrc="http://img.b2bpic.net/free-photo/front-view-bride-getting-ready_23-2149860785.jpg"
imageSrc="https://img.b2bpic.net/free-photo/front-view-bride-getting-ready_23-2149860785.jpg"
imageAlt="Nail technician working professionally"
/>
</div>
@@ -126,15 +103,9 @@ export default function LandingPage() {
title="Why Choose Face N Nails"
description="We prioritize quality and precision in every service to ensure our clients feel their best."
metrics={[
{
id: "m1", value: "10+", title: "Years Experience", description: "Professional beauty expertise", icon: Award,
},
{
id: "m2", value: "5k+", title: "Happy Clients", description: "Delighted with our service", icon: Smile,
},
{
id: "m3", value: "100%", title: "Satisfaction Rate", description: "Our commitment to you", icon: CheckCircle,
},
{ id: "m1", value: "10+", title: "Years Experience", description: "Professional beauty expertise", icon: Award },
{ id: "m2", value: "5k+", title: "Happy Clients", description: "Delighted with our service", icon: Smile },
{ id: "m3", value: "100%", title: "Satisfaction Rate", description: "Our commitment to you", icon: CheckCircle },
]}
/>
</div>
@@ -142,14 +113,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "downward-rays-static"}}
background={{ variant: "downward-rays-static" }}
text="Book Your Session Today! Reach out to us at 240-299-0337 or lafacennails@gmail.com. Visit our studio at 9841 Greenbelt Rd. #207, Lanham, MD 20706."
buttons={[
{
text: "Call Now: 240-299-0337", href: "tel:240-299-0337"},
{
text: "Email Us", href: "mailto:lafacennails@gmail.com"},
{ text: "Call Now: 240-299-0337", href: "tel:240-299-0337" },
{ text: "Email Us", href: "mailto:lafacennails@gmail.com" },
]}
/>
</div>
@@ -160,24 +128,19 @@ export default function LandingPage() {
columns={[
{
title: "Information", items: [
{
label: "Contact Us", href: "#contact"},
{
label: "Booking Policy", href: "#"},
{ label: "Contact Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" }) },
{ label: "Booking Policy", href: "#" },
],
},
{
title: "Location", items: [
{
label: "9841 Greenbelt Rd. #207, Lanham, MD 20706", href: "#"},
{ label: "9841 Greenbelt Rd. #207, Lanham, MD 20706", href: "#" },
],
},
{
title: "Follow Us", items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}