diff --git a/src/app/page.tsx b/src/app/page.tsx index d2e3c87..8b2dd08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Eye Test", href: "#contact"}} + text: "Book Eye Test", href: "#contact" + }} animateOnLoad={true} /> @@ -44,7 +45,7 @@ export default function LandingPage() { @@ -98,7 +103,8 @@ export default function LandingPage() { @@ -147,17 +158,23 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Rajesh Patel", handle: "Local Resident", testimonial: "Excellent service and accurate eye testing. The staff is very professional and friendly. Highly recommend MAA Opticals for all your eyewear needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Rajesh Patel"}, + id: "1", name: "Rajesh Patel", handle: "Local Resident", testimonial: "Excellent service and accurate eye testing. The staff is very professional and friendly. Highly recommend MAA Opticals for all your eyewear needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Rajesh Patel" + }, { - id: "2", name: "Priya Sharma", handle: "Working Professional", testimonial: "Found the perfect frames here! The variety is amazing and the prices are very reasonable. The team helped me find frames that suit my face perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", handle: "Working Professional", testimonial: "Found the perfect frames here! The variety is amazing and the prices are very reasonable. The team helped me find frames that suit my face perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Priya Sharma" + }, { - id: "3", name: "Amit Kumar", handle: "Student", testimonial: "Great experience with my first eye testing. The doctors explained everything clearly and the new glasses have made a huge difference in my vision.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg", imageAlt: "Amit Kumar"}, + id: "3", name: "Amit Kumar", handle: "Student", testimonial: "Great experience with my first eye testing. The doctors explained everything clearly and the new glasses have made a huge difference in my vision.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg", imageAlt: "Amit Kumar" + }, { - id: "4", name: "Meera Desai", handle: "Family Parent", testimonial: "Brought my kids here for their eye checkup. Very patient with children and the frames are durable and stylish. Trusted for our whole family's eyewear.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg", imageAlt: "Meera Desai"}, + id: "4", name: "Meera Desai", handle: "Family Parent", testimonial: "Brought my kids here for their eye checkup. Very patient with children and the frames are durable and stylish. Trusted for our whole family's eyewear.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg", imageAlt: "Meera Desai" + }, { - id: "5", name: "Vikram Singh", handle: "Business Owner", testimonial: "Professional service with attention to detail. Got my sunglasses here and I'm impressed with the UV protection quality. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Vikram Singh"}, + id: "5", name: "Vikram Singh", handle: "Business Owner", testimonial: "Professional service with attention to detail. Got my sunglasses here and I'm impressed with the UV protection quality. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Vikram Singh" + }, { - id: "6", name: "Anjali Verma", handle: "Healthcare Worker", testimonial: "As a healthcare professional, I appreciate their scientific approach to eye testing. The prescription accuracy is excellent and frame quality is premium.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "Anjali Verma"}, + id: "6", name: "Anjali Verma", handle: "Healthcare Worker", testimonial: "As a healthcare professional, I appreciate their scientific approach to eye testing. The prescription accuracy is excellent and frame quality is premium.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Anjali Verma" + }, ]} /> @@ -215,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file