5 Commits

Author SHA1 Message Date
b2f0289dd0 Update src/app/page.tsx 2026-05-27 13:51:07 +00:00
3f21c07c2d Merge version_1 into main
Merge version_1 into main
2026-05-27 13:42:13 +00:00
baeaceaeab Merge version_1 into main
Merge version_1 into main
2026-05-27 13:41:46 +00:00
d9ec7db557 Merge version_1 into main
Merge version_1 into main
2026-05-27 13:40:21 +00:00
c51f460597 Merge version_1 into main
Merge version_1 into main
2026-05-27 13:39:22 +00:00

View File

@@ -18,12 +18,12 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="medium"
sizing="largeSmallSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="blurBottom" background="blurBottom"
cardStyle="outline" cardStyle="soft-shadow"
primaryButtonStyle="shadow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
@@ -232,7 +232,8 @@ export default function LandingPage() {
{ {
id: "faq3", title: "What types of pediatric services do you offer? ", content: "We offer comprehensive pediatric care including routine check-ups, vaccinations, treatment for common childhood illnesses, and developmental assessments."}, id: "faq3", title: "What types of pediatric services do you offer? ", content: "We offer comprehensive pediatric care including routine check-ups, vaccinations, treatment for common childhood illnesses, and developmental assessments."},
{ {
id: "faq4", title: "How quickly can I get my diagnostic reports?", content: "We strive for fast report delivery. Most routine reports are available within 24-48 hours, with urgent cases prioritized. You will be notified when your reports are ready."} id: "faq4", title: "How quickly can I get my diagnostic reports?", content: "We strive for fast report delivery. Most routine reports are available within 24-48 hours, with urgent cases prioritized. You will be notified when your reports are ready."
}
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
sideDescription="Find quick answers to the most frequently asked questions about our services, appointments, and procedures." sideDescription="Find quick answers to the most frequently asked questions about our services, appointments, and procedures."