Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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="Nails Nearby"
|
||||
/>
|
||||
@@ -62,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Experience unparalleled artistry and relaxation at our premier Orem salon. Where luxury meets lasting quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-smiling-blue_140725-24232.jpg?_wi=1",
|
||||
imageAlt: "Salon Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-smiling-blue_140725-24232.jpg", imageAlt: "Salon Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/careful-female-messeur-giving-foot-massage-bright-room_176420-55238.jpg",
|
||||
imageAlt: "Artistic Manicure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/careful-female-messeur-giving-foot-massage-bright-room_176420-55238.jpg", imageAlt: "Artistic Manicure"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-slate-with-color-powder-bowls-black-backdrop_23-2147949019.jpg",
|
||||
imageAlt: "Dip Powder Selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-slate-with-color-powder-bowls-black-backdrop_23-2147949019.jpg", imageAlt: "Dip Powder Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563311.jpg",
|
||||
imageAlt: "Relaxing Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563311.jpg", imageAlt: "Relaxing Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-massage-with-pressure-point-massage_1150-20442.jpg",
|
||||
imageAlt: "Detail Nail Art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-massage-with-pressure-point-massage_1150-20442.jpg", imageAlt: "Detail Nail Art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/testing-new-cream_1098-19860.jpg",
|
||||
imageAlt: "Expert Technician",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/testing-new-cream_1098-19860.jpg", imageAlt: "Expert Technician"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,18 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Experience True ",
|
||||
},
|
||||
type: "text", content: "Experience True "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29137.jpg",
|
||||
alt: "Salon Work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29137.jpg", alt: "Salon Work"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Personal Care",
|
||||
},
|
||||
type: "text", content: " Personal Care"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,54 +92,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "manicure",
|
||||
badge: "Essentials",
|
||||
price: "$30+",
|
||||
subtitle: "Includes filing and shaping.",
|
||||
features: [
|
||||
"Gel Polish",
|
||||
"Cuticle Care",
|
||||
"Hand Massage",
|
||||
],
|
||||
id: "manicure", badge: "Essentials", price: "$30+", subtitle: "Includes filing and shaping.", features: [
|
||||
"Gel Polish", "Cuticle Care", "Hand Massage"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pedicure",
|
||||
badge: "Premium",
|
||||
price: "$50+",
|
||||
subtitle: "Revitalize your feet.",
|
||||
features: [
|
||||
"Exfoliation",
|
||||
"Foot Massage",
|
||||
"Nail Painting",
|
||||
],
|
||||
id: "pedicure", badge: "Premium", price: "$50+", subtitle: "Revitalize your feet.", features: [
|
||||
"Exfoliation", "Foot Massage", "Nail Painting"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "acrylic",
|
||||
badge: "Artistic",
|
||||
price: "$65+",
|
||||
subtitle: "Durable and beautiful.",
|
||||
features: [
|
||||
"Full Set",
|
||||
"Artistic Design",
|
||||
"Polish Change",
|
||||
],
|
||||
id: "acrylic", badge: "Artistic", price: "$65+", subtitle: "Durable and beautiful.", features: [
|
||||
"Full Set", "Artistic Design", "Polish Change"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -186,28 +128,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Artistry",
|
||||
description: "Highly trained technicians dedicated to perfection.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg",
|
||||
title: "Expert Artistry", description: "Highly trained technicians dedicated to perfection.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", imageAlt: "elegant nail salon interior warm lighting"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Star,
|
||||
text: "Over 90+ 5-star reviews",
|
||||
},
|
||||
text: "Over 90+ 5-star reviews"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Chip-resistant quality",
|
||||
},
|
||||
text: "Chip-resistant quality"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Personalized service",
|
||||
},
|
||||
text: "Personalized service"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-smiling-blue_140725-24232.jpg?_wi=2",
|
||||
imageAlt: "elegant nail salon interior warm lighting",
|
||||
},
|
||||
]}
|
||||
title="Why Clients Love Us"
|
||||
@@ -223,25 +158,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "92",
|
||||
title: "Reviews",
|
||||
description: "Happy clients served",
|
||||
icon: ThumbsUp,
|
||||
id: "m1", value: "92", title: "Reviews", description: "Happy clients served", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
title: "Rating",
|
||||
description: "Average satisfaction",
|
||||
icon: Star,
|
||||
id: "m2", value: "5.0", title: "Rating", description: "Average satisfaction", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Years",
|
||||
description: "Of professional service",
|
||||
icon: Award,
|
||||
id: "m3", value: "10+", title: "Years", description: "Of professional service", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -255,45 +178,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Years of Excellence",
|
||||
quote: "Just love this place been going for years.. excellent service",
|
||||
name: "Anonymous Client",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1165.jpg",
|
||||
},
|
||||
id: "t1", title: "Years of Excellence", quote: "Just love this place been going for years.. excellent service", name: "Anonymous Client", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1165.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Lasting Quality",
|
||||
quote: "The quality of their work lasts forever without chipping or breaking.",
|
||||
name: "Satisfied Patron",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-holding-coffee-cup-pointing-with-finger-it-smiling-standing-white-wall_141793-29330.jpg",
|
||||
},
|
||||
id: "t2", title: "Lasting Quality", quote: "The quality of their work lasts forever without chipping or breaking.", name: "Satisfied Patron", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-holding-coffee-cup-pointing-with-finger-it-smiling-standing-white-wall_141793-29330.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Relaxing",
|
||||
quote: "The whole experience felt so personal and relaxing.",
|
||||
name: "Relaxed Guest",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-fashion-girl-summer-park_1157-21435.jpg",
|
||||
},
|
||||
id: "t3", title: "Relaxing", quote: "The whole experience felt so personal and relaxing.", name: "Relaxed Guest", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/elegant-fashion-girl-summer-park_1157-21435.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Consistent",
|
||||
quote: "My favorite nail salon in town, always friendly.",
|
||||
name: "Happy Customer",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
id: "t4", title: "Consistent", quote: "My favorite nail salon in town, always friendly.", name: "Happy Customer", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Wonderful",
|
||||
quote: "Excellent attention to detail every single time.",
|
||||
name: "Loyal Guest",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-smiling-white-t-shirt-happy-positive-mood-isolated-sincere-smile-long-hair_285396-771.jpg",
|
||||
},
|
||||
id: "t5", title: "Wonderful", quote: "Excellent attention to detail every single time.", name: "Loyal Guest", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-smiling-white-t-shirt-happy-positive-mood-isolated-sincere-smile-long-hair_285396-771.jpg"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our regulars say about us."
|
||||
@@ -304,16 +197,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us Today"
|
||||
title="Ready for your next treatment?"
|
||||
description="327 E 1200 S #8, Orem, UT 84058. Book an appointment and walk into relaxation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Book",
|
||||
href: "tel:5550102",
|
||||
},
|
||||
text: "Call to Book", href: "tel:5550102"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,37 +214,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user