diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c7481e..ea2172e 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" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -161,22 +161,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Dr. Patel transformed my smile completely. The attention to detail and comfort throughout the process was exceptional. I've never felt more confident!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Dr. Patel transformed my smile completely. The attention to detail and comfort throughout the process was exceptional. I've never felt more confident!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Richardson", handle: "Attorney at Law", testimonial: "Professional, courteous, and incredibly skilled. My veneers look natural and beautiful. The entire team made me feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson" + id: "2", name: "James Richardson", handle: "Attorney at Law", testimonial: "Professional, courteous, and incredibly skilled. My veneers look natural and beautiful. The entire team made me feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" }, { id: "3", name: "Emily Chang", handle: "Marketing Director", testimonial: "After years of being self-conscious about my teeth, I finally have the smile I've always wanted. Highly recommended for anyone considering cosmetic dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Emily Chang" }, { - id: "4", name: "Michael Thompson", handle: "Entrepreneur", testimonial: "The implant procedure was seamless. Dr. Patel explained everything clearly, and the results exceeded my expectations. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson" + id: "4", name: "Michael Thompson", handle: "Entrepreneur", testimonial: "The implant procedure was seamless. Dr. Patel explained everything clearly, and the results exceeded my expectations. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" }, { - id: "5", name: "Victoria Grant", handle: "Artist", testimonial: "The finest dental care I've ever received. The office atmosphere is calm and welcoming, and the results are simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Grant" + id: "5", name: "Victoria Grant", handle: "Artist", testimonial: "The finest dental care I've ever received. The office atmosphere is calm and welcoming, and the results are simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Grant" }, { - id: "6", name: "David Park", handle: "Fitness Coach", testimonial: "Professional excellence combined with genuine care. My family and I are patients for life. Five stars doesn't do it justice!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park" + id: "6", name: "David Park", handle: "Fitness Coach", testimonial: "Professional excellence combined with genuine care. My family and I are patients for life. Five stars doesn't do it justice!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" } ]} speed={40}