Update src/app/page.tsx
This commit is contained in:
@@ -29,11 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Gallery", id: "#gallery" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Nails Luxe"
|
||||
bottomLeftText="Available 7 Days a Week"
|
||||
@@ -124,23 +124,23 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Clients Say"
|
||||
description="Real testimonials from our satisfied customers who love their nails."
|
||||
description="Trusted by clients who experience premium nail care and expert service. Read the reviews from customers who trust us with their nails."
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", role: "Beauty Enthusiast", company: "Regular Client", rating: 5,
|
||||
id: "1", name: "Sarah Martinez", role: "Regular Client", company: "Beauty Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Sarah Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jessica Chen", role: "Bride", company: "Wedding Day", rating: 5,
|
||||
id: "2", name: "Jessica Chen", role: "Wedding Client", company: "Special Occasions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amanda Thompson", role: "Professional", company: "Corporate Client", rating: 5,
|
||||
id: "3", name: "Amanda Thompson", role: "Corporate Client", company: "Professional Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Amanda Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Nicole Rodriguez", role: "Student", company: "First-Time Visitor", rating: 5,
|
||||
id: "4", name: "Nicole Rodriguez", role: "Loyal Customer", company: "Regular Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67086.jpg", imageAlt: "Nicole Rodriguez"
|
||||
}
|
||||
]}
|
||||
@@ -193,10 +193,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tag="Schedule Your Visit"
|
||||
tagIcon={Phone}
|
||||
title="Ready to Book Your Appointment?"
|
||||
description="Contact us today to schedule your nail appointment. We look forward to pampering you!"
|
||||
description="Contact us today to schedule your nail appointment at Nails Luxe. We look forward to providing you with exceptional service and pampering you with our premium nail care treatments."
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+1-555-123-4567" },
|
||||
{ text: "Email Now", href: "mailto:hello@nailsluxe.com" }
|
||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Gallery", href: "#gallery" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user