diff --git a/src/app/page.tsx b/src/app/page.tsx
index cdd6151..71f44d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,104 +40,36 @@ export default function LandingPage() {
@@ -161,27 +81,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Master Craftsmanship",
- description: "Lee specializes in sculpted acrylics and has been perfecting his craft for years. Fast, flawless, and built to last.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-nail-artist-working-with-nail-file-making-square-nails-while-doing-manicure-salon_176420-42440.jpg?_wi=1",
- titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-clinical-exam_23-2148504513.jpg",
- buttonText: "See Work",
- },
- {
- title: "Nail Health First",
- description: "We educate our clients. Lee counsels clients on healthy nail practices so your natural nails always thrive.",
- imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg?_wi=1",
- titleImageSrc: "http://img.b2bpic.net/free-photo/skin-care-implements-leaves_23-2148116153.jpg",
- buttonText: "Learn More",
- },
- {
- title: "Legendary Pedicures",
- description: "Our green tea pedicures are famous in the community. Clients literally almost fall asleep during their treatment.",
- imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000051.jpg?_wi=1",
- titleImageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-bathtub_23-2147821070.jpg",
- buttonText: "View Spa",
- },
+ { title: "Master Craftsmanship", description: "Lee specializes in sculpted acrylics and has been perfecting his craft for years. Fast, flawless, and built to last.", imageSrc: "http://img.b2bpic.net/free-photo/professional-nail-artist-working-with-nail-file-making-square-nails-while-doing-manicure-salon_176420-42440.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-clinical-exam_23-2148504513.jpg", buttonText: "See Work" },
+ { title: "Nail Health First", description: "We educate our clients. Lee counsels clients on healthy nail practices so your natural nails always thrive.", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/skin-care-implements-leaves_23-2148116153.jpg", buttonText: "Learn More" },
+ { title: "Legendary Pedicures", description: "Our green tea pedicures are famous in the community. Clients literally almost fall asleep during their treatment.", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000051.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-bathtub_23-2147821070.jpg", buttonText: "View Spa" }
]}
title="The Lee Spa Difference"
description="Why locals in Orange City have trusted our salon for over 8 years."
@@ -191,59 +93,21 @@ export default function LandingPage() {
@@ -344,26 +150,11 @@ export default function LandingPage() {
title="Ready to Treat Yourself?"
description="Walk-ins welcome, appointments preferred. Come see why Orange City keeps coming back to Lee Spa Nails."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
- textarea={{
- name: "message",
- placeholder: "Preferred date and service...",
- rows: 4,
- required: true,
- }}
- imageSrc="http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-glass_23-2149820409.jpg?_wi=4"
+ textarea={{ name: "message", placeholder: "Preferred date and service...", rows: 4, required: true }}
+ imageSrc="http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-glass_23-2149820409.jpg"
/>
@@ -371,36 +162,8 @@ export default function LandingPage() {