diff --git a/src/app/page.tsx b/src/app/page.tsx index e08d417..7e206dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq"}, { - name: "Contact", id: "contact"}, + name: "Contact", id: "contact"} ]} brandName="Jessy Diez Cycles" /> @@ -76,7 +76,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/furious-business-leader-angry-with-negative-review_1262-14939.jpg", imageAlt: "David Lee avatar"}, { name: "Rachel Green", handle: "@rachel_bike", testimonial: "The team at Jessy Diez is incredibly knowledgeable and friendly. They helped me choose the right components for an upgrade, and the difference is incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "Rachel Green avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "Rachel Green avatar"} ]} testimonialRotationInterval={5000} tagAnimation="none" @@ -84,7 +84,7 @@ export default function LandingPage() { { text: "View Custom Builds", href: "#features"}, { - text: "Book a Service", href: "#contact"}, + text: "Book a Service", href: "#contact"} ]} buttonAnimation="none" imageSrc="http://img.b2bpic.net/free-photo/teleworker-using-laptop-coding-software-developing_482257-124274.jpg" @@ -101,7 +101,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-senior-man-chatting-listening-remote-teamwork-video-call-working-from-home-elderly-person-using-internet-online-chat-technology-webcam-making-virtual-meeting-call-connection_482257-15992.jpg", alt: "Mature man sitting at his desk"}, { - src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-sitting-bed-looking-up-amazed-surprised-bedroom-interior_141793-102365.jpg", alt: "Woman in bed showing OK gesture"}, + src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-sitting-bed-looking-up-amazed-surprised-bedroom-interior_141793-102365.jpg", alt: "Woman in bed showing OK gesture"} ]} avatarText="Join over 500 happy cyclists" marqueeItems={[ @@ -114,7 +114,7 @@ export default function LandingPage() { { type: "image", src: "http://img.b2bpic.net/free-photo/study-knowledge-academics-institute-graphic_53876-124507.jpg", alt: "Outdoor recreation brand logo"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/patient-doctor-privilegeyoung-woman-healthcare-worker-showing-mouth-seal-zipper-gesture-standing-white-coat-against-torquoise-background_1258-123242.jpg", alt: "Health and fitness brand logo"}, + type: "image", src: "http://img.b2bpic.net/free-photo/patient-doctor-privilegeyoung-woman-healthcare-worker-showing-mouth-seal-zipper-gesture-standing-white-coat-against-torquoise-background_1258-123242.jpg", alt: "Health and fitness brand logo"} ]} marqueeSpeed={40} showMarqueeCard={true} @@ -132,9 +132,12 @@ export default function LandingPage() { buttonAnimation="none" bulletPoints={[ { - title: "Expert Bike Fitting", description: "Optimizing your riding position for comfort and efficiency, preventing injuries."},n { - title: "Advanced Maintenance", description: "Comprehensive servicing to keep your bike performing at its peak."},n { - title: "Custom Bike Builds", description: "Crafting personalized bicycles tailored to your specifications and riding style."},n ]} + title: "Expert Bike Fitting", description: "Optimizing your riding position for comfort and efficiency, preventing injuries."}, + { + title: "Advanced Maintenance", description: "Comprehensive servicing to keep your bike performing at its peak."}, + { + title: "Custom Bike Builds", description: "Crafting personalized bicycles tailored to your specifications and riding style."} + ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-writing-sticker-with-marker-concentrated-professional-curly-female-manager-sharing-idea-project-making-note_74855-6746.jpg" imageAlt="Jessy Diez Cycles technician meticulously assembling a custom bicycle frame" mediaAnimation="slide-up" @@ -157,7 +160,7 @@ export default function LandingPage() { buttonHref: "#"}, { title: "Advanced Bike Diagnostics", description: "Utilizing state-of-the-art tools to diagnose issues, ensuring optimal performance and safety for every ride.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040206.jpg", imageAlt: "Mechanic performing diagnostics on a bicycle", buttonIcon: Search, - buttonHref: "#"}, + buttonHref: "#"} ]} title="Our Core Cycling Services" description="Comprehensive services designed to enhance every aspect of your cycling journey." @@ -174,16 +177,13 @@ export default function LandingPage() { metrics={[ { id: "years", value: "10+", title: "Years in Cycling", items: [ - "Dedicated service since 2014", "Passionate about bikes and riders"], - }, + "Dedicated service since 2014", "Passionate about bikes and riders"]}, { id: "builds", value: "250+", title: "Custom Builds & Repairs", items: [ - "Crafting dream bikes for enthusiasts", "Reliable repairs and maintenance"], - }, + "Crafting dream bikes for enthusiasts", "Reliable repairs and maintenance"]}, { id: "satisfaction", value: "99%", title: "Rider Satisfaction", items: [ - "Exceeding expectations on every ride", "Building a community of happy cyclists"], - }, + "Exceeding expectations on every ride", "Building a community of happy cyclists"]} ]} title="Our Impact on Your Ride" description="Quantifiable achievements reflecting our dedication to cycling excellence and rider happiness." @@ -228,7 +228,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "David Lee profile picture"}, { id: "5", name: "Rachel Green", role: "Cycling Enthusiast", company: "BikeLife Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Rachel Green profile picture"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Rachel Green profile picture"} ]} title="Riders Rave About Jessy Diez Cycles" description="Discover why cyclists choose Jessy Diez for unparalleled service and performance enhancements." @@ -242,10 +242,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "What types of bikes do you service?", content: "We service a wide range of bicycles, including road bikes, mountain bikes, gravel bikes, e-bikes, and commuter bikes. Whether it's a routine check-up or a complex repair, we've got you covered."},n { - id: "q2", title: "How long does a typical bike service take?", content: "The duration of a service depends on its complexity. A basic tune-up can take a few hours, while more extensive repairs or custom builds might take several days. We provide estimated timelines upon assessment."},n { - id: "q3", title: "Do you offer custom bike builds?", content: "Yes, custom bike builds are our specialty! We work closely with you to select the perfect frame, components, and accessories to create a bicycle tailored to your exact preferences and riding style."},n { - id: "q4", title: "What brands and components do you work with?", content: "We work with a variety of reputable brands and components. We can source parts from major manufacturers and also offer recommendations based on your performance goals and budget."},n ]} + id: "q1", title: "What types of bikes do you service?", content: "We service a wide range of bicycles, including road bikes, mountain bikes, gravel bikes, e-bikes, and commuter bikes. Whether it's a routine check-up or a complex repair, we've got you covered."}, + { + id: "q2", title: "How long does a typical bike service take?", content: "The duration of a service depends on its complexity. A basic tune-up can take a few hours, while more extensive repairs or custom builds might take several days. We provide estimated timelines upon assessment."}, + { + id: "q3", title: "Do you offer custom bike builds?", content: "Yes, custom bike builds are our specialty! We work closely with you to select the perfect frame, components, and accessories to create a bicycle tailored to your exact preferences and riding style."}, + { + id: "q4", title: "What brands and components do you work with?", content: "We work with a variety of reputable brands and components. We can source parts from major manufacturers and also offer recommendations based on your performance goals and budget."} + ]} sideTitle="Your Cycling Questions, Answered" sideDescription="Get fast answers to common questions about our services, bike maintenance, custom builds, and more." buttonAnimation="none" @@ -265,7 +269,7 @@ export default function LandingPage() { { text: "Send an Email", href: "mailto:info@jessydiezcycles.com"}, { - text: "Schedule a Call", href: "#"}, + text: "Schedule a Call", href: "#"} ]} /> @@ -280,8 +284,8 @@ export default function LandingPage() { { label: "About", href: "#about"}, { - label: "Services", href: "#features"}, - ], + label: "Services", href: "#features"} + ] }, { items: [ @@ -290,17 +294,17 @@ export default function LandingPage() { { label: "FAQ", href: "#faq"}, { - label: "Contact", href: "#contact"}, - ], + label: "Contact", href: "#contact"} + ] }, { items: [ { label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", href: "#"}, - ], - }, + label: "Terms of Service", href: "#"} + ] + } ]} logoText="Jessy Diez Cycles" />