File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : [" next/core-web-vitals" , " next/typescript" ]
2+ "extends" : [" next/core-web-vitals" , " next/typescript" ],
3+ "rules" : {
4+ "no-unused-vars" : " off"
5+ }
36}
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ function InfoSection() {
1818 Developed in collaboration with healthcare professionals, our
1919 platform provides reliable medical information, self-care tips, and
2020 the latest treatment options to help patients better manage their
21- condition. Whether you' re newly diagnosed or looking for ways to
22- improve your quality of life, Arthritis.lk is here to guide you with
23- expert insights and practical advice.
21+ condition. Whether you' re newly diagnosed or looking for ways
22+ to improve your quality of life, Arthritis.lk is here to guide you
23+ with expert insights and practical advice.
2424 </ p >
2525 < Link
2626 href = "/about"
Original file line number Diff line number Diff line change 1- import AZCards from "@/app/components/AZCards" ;
2- import translations from "@/data/translations.json" ;
3- import { Translations } from "@/app/types" ;
1+ // import AZCards from "@/app/components/AZCards";
2+ // import translations from "@/data/translations.json";
3+ // import { Translations } from "@/app/types";
44import ContactCard from "./components/ContactCard" ;
55import MainCategorySection from "./components/MainCategorySection" ;
66import HeroSection from "./components/HeroSection/HeroSection" ;
77import InfoSection from "./components/InfoSection/InfoSection" ;
8- const translationsData : Translations = translations ;
8+ // const translationsData: Translations = translations;
99
1010// fetch data from API
1111
You can’t perform that action at this time.
0 commit comments