Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
294
src/app/page.tsx
294
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 ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Alexandria Nails"
|
||||
/>
|
||||
@@ -55,104 +44,32 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Nails That Last. Service That Matters."
|
||||
description="For 26 years, Alexandria Nails has been the Lehigh Valley's trusted choice for flawless gel, acrylics, and pedicures. Expert technicians, affordable pricing, family-run care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Caryn",
|
||||
handle: "@caryn",
|
||||
testimonial: "Been going here for 8–9 years! I could leave my nails on for 5–6 weeks without a fill and they still don't fall off.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Tammy",
|
||||
handle: "@tammy",
|
||||
testimonial: "I travel from west end Allentown to come here. Most welcoming, first of all. The work they do — it's bar none excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2q86w71c.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Rachel",
|
||||
handle: "@rachel",
|
||||
testimonial: "I'm one of those customers they know by name. I love Tom and Lani. I had acrylics for over a year and not even once did I ever break a nail.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-0n6ks88s.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Destiny",
|
||||
handle: "@destiny",
|
||||
testimonial: "Never had a bad set or pedicure there. They take their time and make sure it's what you wanted.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2e79lxfy.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Lauren",
|
||||
handle: "@lauren",
|
||||
testimonial: "I've been going here for over 20 years. Love them all — very professional and do a great job. Also very friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-ptbkcb0i.png",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{ name: "Caryn", handle: "@caryn", testimonial: "Been going here for 8–9 years! I could leave my nails on for 5–6 weeks without a fill and they still don't fall off.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png", imageAlt: "User provided image" },
|
||||
{ name: "Tammy", handle: "@tammy", testimonial: "I travel from west end Allentown to come here. Most welcoming, first of all. The work they do — it's bar none excellent.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2q86w71c.png", imageAlt: "User provided image" },
|
||||
{ name: "Rachel", handle: "@rachel", testimonial: "I'm one of those customers they know by name. I love Tom and Lani. I had acrylics for over a year and not even once did I ever break a nail.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-0n6ks88s.png", imageAlt: "User provided image" },
|
||||
{ name: "Destiny", handle: "@destiny", testimonial: "Never had a bad set or pedicure there. They take their time and make sure it's what you wanted.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2e79lxfy.png", imageAlt: "User provided image" },
|
||||
{ name: "Lauren", handle: "@lauren", testimonial: "I've been going here for over 20 years. Love them all — very professional and do a great job. Also very friendly.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-ptbkcb0i.png", imageAlt: "User provided image" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Book (610) 317-8429",
|
||||
href: "tel:6103178429",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png?_wi=2"
|
||||
buttons={[{ text: "Call to Book (610) 317-8429", href: "tel:6103178429" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png"
|
||||
imageAlt="Flawless nails"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149265993.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/soft-photo-woman-hand-red-manicure-ring-finger-hold-cute-yellow-little-dry-flower-white_343596-3272.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-plant-side-view_23-2149640629.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-nourishing-cream-flowers-marble_23-2147878912.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149265993.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/soft-photo-woman-hand-red-manicure-ring-finger-hold-cute-yellow-little-dry-flower-white_343596-3272.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-plant-side-view_23-2149640629.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-view-nourishing-cream-flowers-marble_23-2147878912.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "26 Years of Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed Technicians",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family-Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gel & Acrylic Experts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Walk-ins Welcome",
|
||||
},
|
||||
{ type: "text", text: "26 Years of Service" },
|
||||
{ type: "text", text: "Licensed Technicians" },
|
||||
{ type: "text", text: "Family-Owned" },
|
||||
{ type: "text", text: "Gel & Acrylic Experts" },
|
||||
{ type: "text", text: "Walk-ins Welcome" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,12 +78,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Excellence Since 2007"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit 813 Linden St, Bethlehem",
|
||||
href: "https://maps.google.com/?q=813+Linden+St+Bethlehem+PA+18018",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit 813 Linden St, Bethlehem", href: "https://maps.google.com/?q=813+Linden+St+Bethlehem+PA+18018" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,34 +87,10 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Manicure & Pedicure",
|
||||
description: "Classic pampering for hands and feet.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2q86w71c.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Acrylics & Fill-ins",
|
||||
description: "Durable, high-quality extensions for every lifestyle.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Polish Changes",
|
||||
description: "Refresh your look with our wide selection.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-0n6ks88s.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Nail Repairs",
|
||||
description: "Professional care for chipped or damaged nails.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2e79lxfy.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{ title: "Manicure & Pedicure", description: "Classic pampering for hands and feet.", buttonIcon: Sparkles, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2q86w71c.png", imageAlt: "User provided image" },
|
||||
{ title: "Acrylics & Fill-ins", description: "Durable, high-quality extensions for every lifestyle.", buttonIcon: Sparkles, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-f3mdjxk9.png", imageAlt: "User provided image" },
|
||||
{ title: "Polish Changes", description: "Refresh your look with our wide selection.", buttonIcon: Sparkles, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-0n6ks88s.png", imageAlt: "User provided image" },
|
||||
{ title: "Nail Repairs", description: "Professional care for chipped or damaged nails.", buttonIcon: Sparkles, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh7vCNZX0J7RyyxXbPopPT65FK/uploaded-1778722726313-2e79lxfy.png", imageAlt: "User provided image" },
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Offering a professional range of nail treatments in an elegant environment."
|
||||
@@ -216,18 +104,8 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="Our Beloved Technicians"
|
||||
description="Meet Tom and Lani, our long-time experts dedicated to your perfect manicure."
|
||||
@@ -240,41 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Caryn",
|
||||
handle: "@caryn",
|
||||
testimonial: "Been going here for 8–9 years! I could leave my nails on for 5–6 weeks without a fill and they still don't fall off.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262930.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tammy",
|
||||
handle: "@tammy",
|
||||
testimonial: "I travel from west end Allentown to come here. Most welcoming, first of all. The work they do — it's bar none excellent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kitchen-pots-bowls-with-chestnuts-wheat_23-2148485369.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rachel",
|
||||
handle: "@rachel",
|
||||
testimonial: "I'm one of those customers they know by name. I love Tom and Lani. I had acrylics for over a year and not even once did I ever break a nail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Destiny",
|
||||
handle: "@destiny",
|
||||
testimonial: "Never had a bad set or pedicure there. They take their time and make sure it's what you wanted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316568.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lauren",
|
||||
handle: "@lauren",
|
||||
testimonial: "I've been going here for over 20 years. Love them all — very professional and do a great job. Also very friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg",
|
||||
},
|
||||
{ id: "1", name: "Caryn", handle: "@caryn", testimonial: "Been going here for 8–9 years! I could leave my nails on for 5–6 weeks without a fill and they still don't fall off.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262930.jpg" },
|
||||
{ id: "2", name: "Tammy", handle: "@tammy", testimonial: "I travel from west end Allentown to come here. Most welcoming, first of all. The work they do — it's bar none excellent.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kitchen-pots-bowls-with-chestnuts-wheat_23-2148485369.jpg" },
|
||||
{ id: "3", name: "Rachel", handle: "@rachel", testimonial: "I'm one of those customers they know by name. I love Tom and Lani. I had acrylics for over a year and not even once did I ever break a nail.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg" },
|
||||
{ id: "4", name: "Destiny", handle: "@destiny", testimonial: "Never had a bad set or pedicure there. They take their time and make sure it's what you wanted.", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316568.jpg" },
|
||||
{ id: "5", name: "Lauren", handle: "@lauren", testimonial: "I've been going here for over 20 years. Love them all — very professional and do a great job. Also very friendly.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg" },
|
||||
]}
|
||||
title="Client Love"
|
||||
description="Hear what our loyal community says about us."
|
||||
@@ -288,21 +136,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "26",
|
||||
description: "Years in business",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.4",
|
||||
description: "Star rating",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "125+",
|
||||
description: "Verified reviews",
|
||||
},
|
||||
{ id: "m1", value: "26", description: "Years in business" },
|
||||
{ id: "m2", value: "4.4", description: "Star rating" },
|
||||
{ id: "m3", value: "125+", description: "Verified reviews" },
|
||||
]}
|
||||
title="Why Alexandria Nails?"
|
||||
description="Trusted by the community for over two decades."
|
||||
@@ -314,26 +150,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need an appointment?",
|
||||
content: "We welcome walk-ins! We also accept scheduled appointments if you prefer.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What payments do you accept?",
|
||||
content: "We accept Visa, Mastercard, and all other major credit cards, as well as cash.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you accessible?",
|
||||
content: "Yes, we feature a wheelchair-accessible entrance for all guests.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are there perks?",
|
||||
content: "Yes! Mention our Monday reduced pricing for special rates.",
|
||||
},
|
||||
{ id: "f1", title: "Do I need an appointment?", content: "We welcome walk-ins! We also accept scheduled appointments if you prefer." },
|
||||
{ id: "f2", title: "What payments do you accept?", content: "We accept Visa, Mastercard, and all other major credit cards, as well as cash." },
|
||||
{ id: "f3", title: "Are you accessible?", content: "Yes, we feature a wheelchair-accessible entrance for all guests." },
|
||||
{ id: "f4", title: "Are there perks?", content: "Yes! Mention our Monday reduced pricing for special rates." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Helpful information for your next visit."
|
||||
@@ -344,39 +164,15 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready for your next set? Give us a call at (610) 317-8429. Mon–Fri 10am–7pm, Sat 9am–5pm, Closed Sun."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:6103178429",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:6103178429" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ items: [{ label: "Services", href: "#services" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }]}
|
||||
logoText="Alexandria Nails"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user