Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-04-08 23:59:30 +00:00
3 changed files with 38 additions and 5 deletions

View File

@@ -6,7 +6,18 @@ import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
export default function AboutPage() {
return (
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="rounded">
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Lina Dental"

View File

@@ -6,7 +6,18 @@ import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
export default function BookingPage() {
return (
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="rounded">
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Lina Dental"

View File

@@ -9,7 +9,18 @@ import { CheckCircle, Shield, Zap } from 'lucide-react';
export default function HomePage() {
return (
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="rounded">
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Lina Dental"
@@ -27,8 +38,8 @@ export default function HomePage() {
title="مرحباً بكم في عيادة لينا للأسنان ابتسامة صحية، حياة سعيدة"
description="رعاية أسنان متخصصة عالية الجودة مع حجز سهل عبر الإنترنت"
background={{ variant: "sparkles-gradient" }}
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-takes-instruments-doctor-protective-gloves-medic-uses-device_1157-40917.jpg?_wi=1", imageAlt: "Dentist working" }]}
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-takes-instruments-doctor-protective-gloves-medic-uses-device_1157-40917.jpg?_wi=2", imageAlt: "Dentist consultation" }]}
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-takes-instruments-doctor-protective-gloves-medic-uses-device_1157-40917.jpg", imageAlt: "Dentist working" }]}
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-takes-instruments-doctor-protective-gloves-medic-uses-device_1157-40917.jpg", imageAlt: "Dentist consultation" }]}
buttons={[{ text: "احجز موعدك الآن", href: "/booking" }, { text: "خدماتنا", href: "/services" }]}
/>
</div>