Update src/app/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="soft">
|
||||
<ThemeProvider defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Dar El Salam Hospital"
|
||||
@@ -33,6 +33,7 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[{title: "Certified Excellence", description: "Accredited hospital with global standards.", imageSrc: "http://img.b2bpic.net/free-vector/medical-shield-graphic-design_24908-54851.jpg"}, {title: "24/7 Emergency", description: "Always ready to handle critical medical situations.", imageSrc: "http://img.b2bpic.net/free-photo/clock-with-arrow-time-concept_187299-46702.jpg"}, {title: "Easy Appointments", description: "Schedule with top specialists in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/ingoing-call-front-side_187299-46200.jpg"}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user