diff --git a/src/app/page.tsx b/src/app/page.tsx index 7817dba..08f2b02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -177,28 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pain-Free Approach", - description: "State-of-the-art techniques to ensure your comfort.", - bentoComponent: "reveal-icon", - icon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-procedure-dentist_23-2148380356.jpg?_wi=2", - imageAlt: "teeth whitening procedure bright smile", + title: "Pain-Free Approach", description: "State-of-the-art techniques to ensure your comfort.", bentoComponent: "reveal-icon", icon: Smile, }, { - title: "Luxury Environment", - description: "Designed to be calm, welcoming, and relaxing.", - bentoComponent: "reveal-icon", - icon: LayoutDashboard, - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg?_wi=3", - imageAlt: "teeth whitening procedure bright smile", + title: "Luxury Environment", description: "Designed to be calm, welcoming, and relaxing.", bentoComponent: "reveal-icon", icon: LayoutDashboard, }, { - title: "Expert Team", - description: "Highly trained specialists dedicated to your health.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-doctor-clinic_23-2147767565.jpg?_wi=2", - imageAlt: "teeth whitening procedure bright smile", + title: "Expert Team", description: "Highly trained specialists dedicated to your health.", bentoComponent: "reveal-icon", icon: Users, }, ]} title="Why Choose Liddawi" @@ -213,26 +134,11 @@ export default function LandingPage() { rating={5} author="Dania S." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-female-working-nurse_23-2150829831.jpg", - alt: "Dania S.", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-wearing-white-coat_23-2149844582.jpg", - alt: "Happy Patient", - }, - { - src: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", - alt: "Satisfied Client", - }, - { - src: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-smiling-looking-camera_197531-33823.jpg", - alt: "Patient Smile", - }, - { - src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg", - alt: "Content Patient", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-female-working-nurse_23-2150829831.jpg", alt: "Dania S." }, + { src: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-wearing-white-coat_23-2149844582.jpg", alt: "Happy Patient" }, + { src: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", alt: "Satisfied Client" }, + { src: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-smiling-looking-camera_197531-33823.jpg", alt: "Patient Smile" }, + { src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg", alt: "Content Patient" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -243,21 +149,9 @@ export default function LandingPage() { @@ -289,29 +175,15 @@ export default function LandingPage() { logoText="Liddawi Clinic" columns={[ { - title: "Clinic", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "About", - href: "#about", - }, + title: "Clinic", items: [ + { label: "Services", href: "#services" }, + { label: "About", href: "#about" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQs", - href: "#faq", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "FAQs", href: "#faq" }, ], }, ]}