Compare commits
9 Commits
version_3
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| fcb9f59a7c | |||
| 431cbbef83 | |||
| 569bdb3555 | |||
| 4b0b33eef2 | |||
| 181373a2d8 | |||
| 5f97c24a39 | |||
| cb89a56927 | |||
| 0291fc4763 | |||
| ac78de9f13 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f7fafd;;
|
--background: #0a0a0a;
|
||||||
--card: #eff6fc;;
|
--card: #1a1a1a;
|
||||||
--foreground: #1a2433;;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #2563eb;;
|
--primary-cta: #ff3d4a;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #f8c093;;
|
--accent: #737373;
|
||||||
--background-accent: #f5b78b;;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-merriweather), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-merriweather), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|||||||
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
@@ -24,7 +23,7 @@ export default function LandingPage() {
|
|||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="noiseGradient"
|
background="noiseGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="outline"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="outline"
|
secondaryButtonStyle="outline"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
@@ -201,7 +200,7 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Dr. James Chen"
|
imageAlt: "Dr. James Chen"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Our Doctors Portfolio"
|
title="Our Patients Portfolio"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user