Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2f0289dd0 | |||
| 3f21c07c2d | |||
| baeaceaeab | |||
| d9ec7db557 | |||
| c51f460597 |
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user