diff --git a/src/app/page.tsx b/src/app/page.tsx index b05ba54..a43ba89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -41,9 +41,7 @@ export default function HomePage() { brandName="Happy Feet" navItems={navItems} button={{ - text: "Book Appointment", - href: "/contact", - }} + text: "Book Appointment", href: "/contact"}} /> @@ -51,7 +49,7 @@ export default function HomePage() { @@ -324,39 +217,25 @@ export default function HomePage() { description="Ready to relax? Contact us today to schedule your appointment or learn more about our services. We're here to help you find the perfect massage package for your wellness needs." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "(817) 438-7688", - required: true, + name: "phone", type: "tel", placeholder: "(817) 438-7688", required: true, }, { - name: "service", - type: "text", - placeholder: "Preferred Service", - required: false, + name: "service", type: "text", placeholder: "Preferred Service", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your wellness goals or any questions you have...", - rows: 5, + name: "message", placeholder: "Tell us about your wellness goals or any questions you have...", rows: 5, required: true, }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-6223.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-6223.jpg" imageAlt="Peaceful spa contact environment" mediaAnimation="slide-up" buttonText="Book Appointment"